You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2011/04/14 22:58:57 UTC

DO NOT REPLY [Bug 51066] Please allow ivy.xml files encoded in UTF-8 with the BOM without throwing a ParseException

https://issues.apache.org/bugzilla/show_bug.cgi?id=51066

Nicolas Lalevée <ni...@hibnet.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Nicolas Lalevée <ni...@hibnet.org> 2011-04-14 16:58:54 EDT ---
Your issue comes from the XML parser you're using. For instance the Crimson
parser is known to not support the BOM whereas the xerces one does.

So look into Ant's classpath for an xml parser to change.
Or look into the one provided by your JRE. In that case just add xerces into
Ant's classpath


And as a side note, bugs report regarding Ivy should better be entered there
https://issues.apache.org/jira/browse/IVY

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