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

http://issues.apache.org/bugzilla/show_bug.cgi?id=35360





------- Additional Comments From [EMAIL PROTECTED]  2005-08-15 11:07 -------
I am really confused. Do you expect basedir to be automatically quoted or some
other tranform like %20 or underscores inserted where there are spaces?

There is no way to do anything like this without breaking everything.

furthermore, all properties in Ant are treated the same, be they basedir or
anything else you set in the build file. They are just strings, with string
concatenation operations, etc, etc.

If you want to pass a directory/filename with spaces to a program, either quote
it by hand or use the <arg value> stuff *which is designed to support your
specific need*. Every value in the <arg value> list is passed as a separate
argument to the program; no need for quoting. 


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to