I\'m trying to run my junit tests using ant. The tests are kicked off using a JUnit 4 test suite. If I run this direct from Eclipse the tests complete without error. However i
If you are using Ubuntu or Debian, this will make JUnit (and some other libs) always available for Ant:
sudo apt-get install ant-optional