Re: JUnit task not working

2005-11-11 Thread Clifton Craig
I see you're using the ant-junit.jar file. That is the Ant Task wrapper for Junit and you shouldn't need to reference it ordinarily. It's there to define the JUnit task and doesn't include the JUnit core API. You need to include junit.jar in Ant's CLASSPATH or in the CLASSPATH of an explicit tas

RE: JUnit task not working

2005-11-10 Thread Jon Skeet
> When i run the ant junit task i get the following error : Have you looked at the FAQ entry about Junit? See http://ant.apache.org/faq.html#delegating-classloader Have you placed your junit jar file (not the Ant one, Junit itself) in the ant\lib directory? Jon Clearswift monitors, controls a