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=3987>. 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=3987 Using <project... /> leads to bad error message [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2001-10-05 08:20 ------- I believe the problem here is more to do with the XML parser and your locale setting. The line /home/wessels/develop/java/sample/build.xml:2: com.sun.xml.parser/P-001 3c is what gets printed when there is no message for your locale, I think. On my system, I get the following error: /build.xml:2: Illegal character at end of document, <. It isn't a whole lot better but probably enough to go on. If I use Xerces, I get build.xml:2: The markup in the document following the root element must be well-formed. In the end, these messages come out of the XML parser being used by Ant and not Ant itself, so we can't address the issue within Ant.
