如何指定不同的路径来构建.属性



我的构建。Properties与build.xml不在同一个文件夹中。我知道我可以为构建指定路径。参数属性-Dsometing

你知道那是什么吗?

查看ant --help的输出。您要查找的选项是-propertyfile

用法示例:

ant -propertyfile subfolder/build.properties

相关内容

  • 没有找到相关文章

最新更新