http://nagoya.apache.org/bugzilla/show_bug.cgi?id=353 *** shadow/353 Thu Feb 1 04:02:00 2001 --- shadow/353.tmp.992 Thu Feb 15 06:34:48 2001 *************** *** 2,8 **** | ClassLoader fails to load org.w3c.dom.Document when using junit BugRat Rep | +----------------------------------------------------------------------------+ | Bug #: 353 Product: Ant | ! | Status: UNCONFIRMED Version: 1.2 | | Resolution: Platform: All | | Severity: Normal OS/Version: All | | Priority: High Component: Core | --- 2,8 ---- | ClassLoader fails to load org.w3c.dom.Document when using junit BugRat Rep | +----------------------------------------------------------------------------+ | Bug #: 353 Product: Ant | ! | Status: NEW Version: 1.2 | | Resolution: Platform: All | | Severity: Normal OS/Version: All | | Priority: High Component: Core | *************** *** 66,69 **** [junit] at org.apache.tools.ant.Main.main(Main.java:149) [junit] ! BUILD FAILED --- 66,73 ---- [junit] at org.apache.tools.ant.Main.main(Main.java:149) [junit] ! BUILD FAILED ! ! ------- Additional Comments From bodewig@apache.org 2001-02-15 06:34 ------- ! This is a known problem when you are using JAXP 1.1 early access or crimson. ! Try to run your tests with fork="yes" to avoid classloader confusion.