> -----Original Message----- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > Sent: Thursday, 21 February 2002 7:48 PM > To: [EMAIL PROTECTED] > Subject: Test failure in intermediate Gump run > > > See <http://nagoya.apache.org/~rubys/gump/test-ant.html> > > I think this is because Xerces now tries to load Document from the > context classloader while it has already been loaded from the system > classpath. > > Any ideas apart from "don't run this test unless junit.fork is true"? >
Can we extend the <junit> task to use AntClassLoader's 'isolated' mode (optionally, of course)? This would also help with all those wierd failures that happen when fork = false and you haven't bootstrapped properly. And it would mean I could run the myrmidon tests with fork = false, so that I can fire them up in a debugger. Adam -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
