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

XML parsing of attribute in Javadoc task





------- Additional Comments From [EMAIL PROTECTED]  2003-03-31 22:22 -------
Exactly, it is sending unescaped "s to javadoc on the command line.




The desired affect of unescaped "s on the command line is to parse them as one 
argument (possibly substituting variable) and discard the "s. Ant should be 
aware of this, and therefore escape all &quot;s for you. Ant is meant to make 
the command line interface of Javadoc invisible, not make you think out the 
innner-workings of ant, and guess that it will need to escaping.

Reply via email to