是否可以将一个属性文件和一个单独的值作为两个不同的参数发送到Ant脚本?
E.g。 build.xml propertyfile = propfile -Dname1 = value1
答案 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