RE: Unable to create junit task with ant 1.6.2 & junit3.8.1

2004-10-29 Thread AjayaSahoo
unit.jar in the classpath. Why the loader fails to find the junit.jar which contains the class? Thanks, Ajaya -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 11:33 AM To: Ant Users List Subject: Re: Unable to create junit task with ant 1.6.2 &am

Re: Unable to create junit task with ant 1.6.2 & junit3.8.1

2004-10-29 Thread Jacob Kjome
The JUnit task is located in ANT_HOME/lib. If you want to use the JUnit task without putting junit.jar in ANT_HOME/lib or $user.home/.ant/lib, then you'll have to remove the junit task from ANT_HOME/lib and added manually to your classpath just as you are manually adding junit.jar to your classpa

Unable to create junit task with ant 1.6.2 & junit3.8.1

2004-10-29 Thread AjayaSahoo
Hi, I am using ant-1.6.2 & junit-3.8.1 and unable to create the junit task. I have looked into the archive and put both junit

Unable to create junit task with ant 1.6.2 & junit3.8.1

2004-10-28 Thread AjayaSahoo
Hi, I am using ant-1.6.2 & junit-3.8.1 and unable to create the junit task. I have looked into the archive and put both junit