http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1413
*** shadow/1413 Thu Apr 19 14:42:19 2001 --- shadow/1413.tmp.3290 Thu Apr 19 14:42:19 2001 *************** *** 0 **** --- 1,24 ---- + +============================================================================+ + | Ant ships with an old version of JAXP | + +----------------------------------------------------------------------------+ + | Bug #: 1413 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: PC | + | Severity: Normal OS/Version: All | + | Priority: Component: Other | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + The parser.jar file shipped with Ant has DOM level 1 interfaces, so my Ant + tasks that want to use DOM level 2 have trouble, and this is complicated by the + fact that ant.bat places parser.jar before anything else I've configured in my + CLASSPATH. + + Trivial solution to this: ship version 1.1 of JAXP (download it from + http://java.sun.com/xml), and ship those files instead (jaxp.jar, crimson.jar + instead of parser.jar, and a new file for XSLT: xalan.jar).
