How can I get ant argument in commandline in build xml? -


how can ant input argument in commandline in build xml???

i have command:

c:\> ant testapp webappusa   websvceurope  -denv dev 

in build.xml, hope these 3 arguments values: testapp webappusa
websvceurope
separately,

how these arguments values in build xml???

thanks much

this can done -dproperty=value option, property name of property, , value value property.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

php - Dynamic url re-writing using htaccess -

java - Multi-Label Document Classification -