Alternatively, rather than using ANT JUnit task, use your IDEs JUnit integration (assuming your IDE supports this).
I use IntelliJ IDEA's ability to run individual tests all the time, it couldn't be easier. This also allows me to quickly switch between debug and normal runs. |