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.properties 与 build.xml 不在同一个文件夹中。我知道我可以使用参数 -Dsometing 指定 build.properties 的路径
知道那是什么吗?
查看 的输出ant --help。您正在寻找的选项是-propertyfile.
ant --help
-propertyfile
使用示例:
ant -propertyfile subfolder/build.properties