I am runing Ant 1.6.1 on Eclipse 3.08M, and I have the following problem:
Whenever I use junit task, all my tests are ran twice. Does anyone know why this happens? Here's the code in ant:
And the test file is just a normal file with 1 test. I put System.out.println("hi"), and it prints it twice. Also, the following output is in the screen: