标签: java ant
我的build.properties与build.xml不在同一个文件夹中。我知道我可以使用param -Dsometing
知道那是什么?
答案 0 :(得分:3)
查看ant --help的输出。您要查找的选项是-propertyfile。
ant --help
-propertyfile
用法的例子:
ant -propertyfile subfolder/build.properties