ant命令行中的-D属性列表

时间:2016-09-16 18:03:22

标签: command-line ant properties

我的进程运行多个作业,传入不同的-D属性。有没有办法获取在ant命令行上传递的-D属性列表?

1 个答案:

答案 0 :(得分:0)

您可以在命令行中获取指定的所有属性

<propertyset id="commandline-properties">
  <propertyref builtin="commandline"/>
</propertyset>

并使用<echoproperties>来展示它们。 propertyset还将包含一些与命令行相关的特殊Ant属性 - ant.file中的构建文件,ant.file.type中构建文件的类型以及{中命令行调用的目标{1}}。例如

ant.project.invoked-targets