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
Post a Comment