On Thu, 12 Jul 2001, Detlef Brendle <[EMAIL PROTECTED]> wrote: > how can I pass command line parameters to the ant script ? I want > to use a cvs command to release versions. I would like to pass the > release tag as argument to the xml target. use a property ant -Dtag=my_tag and use ${tag} in the cvs task. Stefan
- how to pass args to xml Detlef Brendle
- Stefan Bodewig