Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 6919 invoked from network); 15 Feb 2001 14:44:00 -0000 Received: from dnai-216-15-97-206.cust.dnai.com (HELO betaversion.org) (216.15.97.206) by h31.sny.collab.net with SMTP; 15 Feb 2001 14:44:00 -0000 Received: from nagoya-a.betaversion.org ([204.160.241.225]) by betaversion.org (8.9.3+Sun/8.9.3) with ESMTP id GAA08988; Thu, 15 Feb 2001 06:47:43 -0800 (PST) Received: (from nobody@localhost) by nagoya-a.betaversion.org (8.9.3+Sun/8.9.3) id GAA00995; Thu, 15 Feb 2001 06:34:49 -0800 (PST) Date: Thu, 15 Feb 2001 06:34:49 -0800 (PST) Message-Id: <200102151434.GAA00995@nagoya-a.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org, anders.janmyr@movearound.com Cc: Subject: [Bug 353] Changed - ClassLoader fails to load org.w3c.dom.Document when using junit BugRat Report#633 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N 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.