--- Uroš_Jurglič <[EMAIL PROTECTED]> wrote:
> How can I in build.xml refer to cmd-line arguments after target name? I
> want to run 'ant run arg1 arg2' that would run apropriate command with
> given args. Is this possible?

Ant uses properties -- define a property, using -Dprop=val on the command
line, then reference the property in your build file.

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to