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.
build.xml ファイルの junit 要素内で「if-then-else」条件を使用しようとしましたが、ビルド中に次のエラーが発生しました。
junit は、ネストされた「if」要素をサポートしていません
この問題の回避策はありますか?
今週リリースされた Ant 1.9.1 から、任意の Ant タスクに属性をif付けられるようになりました。unless
if
unless
http://ant.apache.org/manual/ifunless.htmlを参照してください