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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -