This week's giveaways are in the MongoDB and Jobs Discussion forums. We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line! See this thread and this one for details.
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: