I would like to set a parameter to a ant. Something like this from command-line -
ANT compile debug
ANT compile release
or
ANT testProducts full
ANT testProducts debugOnly
the target Compile will "catch" the first parameter and will act as needed.
how can I make this to work? how can I call an ANT target with parameters?
Thanks,
Guy.
