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