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=18863>. 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=18863 provide better error messages [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-04-09 15:18 ------- There is nothing Ant can do, the error message comes straight from the XML parser. What it is trying to tell you: * You didn't say which encoding your build file is in (in the <?xml?> thingy at the top). Consequently the parser assumes that you are using UTF-8. * Your build file is not valid UTF-8 encoded. Given your email address, I assume you have German Umlauts in some comments, does using <?xml version="1.0" encoding="ISO-8859-1" ?> at the top of your build file help?