Using Ant properties:
ant -Dsome.prop=value
And in your build.xml, use ${some.prop} to get the value, for example:
<echo message="some.prop = ${some.prop}"/>
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.