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
-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
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: