> -----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 TestCase, so I copied the 
> junit.jar into the lib dir for that project, and got "could 
> not create task of type junit" when I ran Ant.
> So I realized Ant has its own ant-junit.jar, so I deleted the 
> junit.jar which I had moved ... 

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.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to