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.


Reply via email to