I am trying to compile following class that has just the one function in it.
public class TestAnnotations {
@Test public void testLogin(){ System.out
You might need to add the jUnit library to the classpath so Ant knows where it is?
... ...