Jan,
I do not think that your second option will work. (taskdefing to a different
name)
Peter
On 2/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
>
> ok, now your test classes should find An
> Same error.
Have you invoked ant with the -v option?
This will give you sufficient information to establish where ant is loading
things from (and info about any references that are dropped because they
don't exist.
/Steve.
--
I was then unable to
erase by deleting the offending jar.
From: "Stephen McConnell" <[EMAIL PROTECTED]>
Reply-To: "Ant Users List"
To: "'Ant Users List'"
Subject: RE: Broken Junit targets
Date: Tue, 14 Feb 2006 15:30:35 +1030
> -Origina
> -Original Message-
> From: Taemin Cim [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 14 February 2006 1:46 PM
> To: user@ant.apache.org
> Subject: RE: Broken Junit targets
>
> Hi again,
>
> >The ant-junit.jar is dependent on the JUnit jar file.
> >
Hi again,
The ant-junit.jar is dependent on the JUnit jar file.
You can add JUnit to ${ant.home}/lib, or your ${user.home}/.ant/lib
directory.
/Steve.
I have the junit.jar on the test.classpath in the build file. How else
should I associate the junit,jar witht eh ant-junit.jar? Where shou
> -Original Message-
> From: Taemin Cim [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 14 February 2006 12:25 PM
> To: user@ant.apache.org
> Subject: Broken Junit targets
>
> Hi All!
>
> I've broken my junit task in Ant...I got an error in a side
> project where it couldnt import TestCas