I\'ve been trying in vain to get ant to execute some tests written in junit. Any advice would be much appreciated. I\'m pretty new to both ant and Java so please be patient.
You added EasyTest.class as a JAR file to the classpath. This doesn't work. Class files aren't JAR archives, so the classloader throws an error when it tries to load classes from it.