如何将一个属性文件和值作为参数发送到Ant脚本?

时间:2014-02-14 15:52:25

标签: ant

是否可以将一个属性文件和一个单独的值作为两个不同的参数发送到Ant脚本?

E.g。 build.xml propertyfile = propfile -Dname1 = value1

1 个答案:

答案 0 :(得分:1)

RTFM ;-)表示参见Ant手册running Apache Ant,f.e。

ant -f whatever.xml -propertyfile=/var/usr/foobar.properties -Dfoo=bar

可以使用多个-Dkey = value或-propertyfile = path / to / propertyfile