https://issues.apache.org/bugzilla/show_bug.cgi?id=51066
Nicolas Lalevée <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Nicolas Lalevée <[email protected]> 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.
