You can use ant.properties.
In your build.xml
<property name="component" value="${ant.properties.component} />
On the dos prompt:
ant -Dcomponent=<your_component> target
/Theis.
- One Build.xml faisal
- Re: One Build.xml Porfiriev Sergey
- theis . meggerle
