I\'m developing an Eclipse SWT application using Eclipse. There are also some JUnit 4 tests, which test some DAO\'s. But when I try to run the tests via an ant build, all of
I had the same problem 'multiple versions of ant detected in path for junit'. The problem went away when I renamed by Eclipse_Home directory and removed special characters from it. The path had '[1]' in it which was causing the problem.