Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<path>実際には存在しないディレクトリを含む可能性のある Ant を生成している状況があります。残念ながら、これは に供給されてbndおり、パスに何かが欠けていると爆発します。
<path>
bnd
したがって、<path>実際に存在するパス要素のみを保持するように a をフィルタリングする方法が必要です。
Antでこれを言う簡単な方法はありますか、それともタスクを書く必要がありますか?