Re: Ant 1.6 and JUnit - NoClassDefFoundError

2004-01-07 Thread Stefan Bodewig
On Wed, 7 Jan 2004, Keith Hatton <[EMAIL PROTECTED]> wrote: > The only changes to the standard installation is that I've copied > junit.jar and xalan.jar into ANT_HOME/lib (which I did for Ant 1.5) > - prior to this the build complained that it couldn't find JUnit > classes. You are forking junit

RE: Ant 1.6 and JUnit - NoClassDefFoundError

2004-01-07 Thread Keith Hatton
-Original Message- From: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED] Sent: 07 January 2004 13:47 To: Ant Users List Subject: Re: Ant 1.6 and JUnit - NoClassDefFoundError Hello Keith, I don't *think* you need xalan.jar in the ANT_HOME/lib any more - have you tried removing it? There are some

Re: Ant 1.6 and JUnit - NoClassDefFoundError

2004-01-07 Thread RADEMAKERS Tanguy
Hello Keith, I don't *think* you need xalan.jar in the ANT_HOME/lib any more - have you tried removing it? There are some other jars in there that might conflict... here's my test: C:\TanguyLand>echo %JAVA_HOME% C:\j2sdk1.4.2_01 C:\TanguyLand>echo %CLASSPATH% %CLASSPATH% <- i.e. no classpath C:

Ant 1.6 and JUnit - NoClassDefFoundError

2004-01-07 Thread Keith Hatton
I'm just taking a look at Ant 1.6 and I'm having a problem with a build file that works fine in 1.5.3. java -version gives 1.3.1 ant -version gives 1.6 The only changes to the standard installation is that I've copied junit.jar and xalan.jar into ANT_HOME/lib (which I did for Ant 1.5) - prior t