DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20802>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20802

Passing arguments through ant.bat doesn't work





------- Additional Comments From [EMAIL PROTECTED]  2003-06-16 09:15 -------
Well, with ant 1.4 writing 'ant -Dmyprop= mytrg' did following:

1. set myprop to empty string
2. run mytrg target

Now, with ant 1.5.3 it does following:

1. set myprop to 'mytrg' string
2. run default target

I'd like to keep the behavior of ant 1.4, because it's exactly what people
expect to happen when writing the command above.

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

Reply via email to