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=31673>.
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=31673

ANT replaces 'space character' with '%20 '





------- Additional Comments From [EMAIL PROTECTED]  2004-10-12 19:20 -------
What kind of log are you generating? An HTML log? A text log?

 %20 is very wierd; something has converted the string to XML/HTML encoding. And
Ant doesn't do that normally.

1. Are you using XML include to nest the stuff? e.g is this stuff in a reference
like:

<!DOCTYPE project [
        <!ENTITY targets SYSTEM "targets.xml">
]>

If so, things are going awry at the XML parser level. 

2. Can you post the build file, or at least the -verbose/-debug log.

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

Reply via email to