Anton Katilin wrote: >> I have an ant build file which also tries to execute junit tests. When I run >> this from the command line, it works correctly. However when I run the >> task >> from IDEA I get multiple error messages from ant: > > Please open Ant build properties dialog and make sure that junit.jar is > included to the additional classpath.
Ah thanks, that fixed the problem. Is that how it is supposed to work? junit.jar is already in idea's classpath is it not? Bas _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
