> -----Original Message----- > From: Stefan Bodewig [mailto:[EMAIL PROTECTED]
> On Mon, 7 Jan 2002, Stephane Bailliez <[EMAIL PROTECTED]> > wrote: > > > Try to use junit.fork=true, > > works (but is ugly as I have to hack build.xml to have my XML parser > on the classpath as well). I made the mistakes too many times of running the tests over a non-new bootstrapped classes. Since then I'm using fork = true and hack the build.xml to get *.jar in lib > > Maybe a AntClassLoader bug ? > I could understand all sorts of errors as related to the classloader, > but an IllegalAccessError? mm... dunno. What about using an instance of a class and calling instead the class from another classloader ? > I wonder why Gump doesn't see it as well, hmm, could be > build.sysclasspath? Yes, adding build/testcases to my system > classpath and setting build.sysclasspath to "only" makes the tests > pass for me as well, a problem of classpath order? I'll investigate > this a bit further. Stephane -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
