Running unit tests via the Ant junit task seems to be extraordinarily slow.
For example, I have one test that runs in 24 seconds if I start it via "java
junit.textui.TestRunner" but it takes over three minutes to run the same
test via the ant junit task. Truss shows that the junit execution examines
files over 30 times as often as the simple TestRunner execution.  Has anyone
else seen this?

Reply via email to