It is in the IDEA classpath. But IDEA classpath is used to invoke IDEA itself, and has no relation to the classpaths of the projects developed with IDEA. Ant scripts are executed in context of project, and version of junit.jar located in IDEA's lib directory IMO should not be forced for anybody using Ant's 'junit' task.
-- Best regards, Anton Katilin --------------------------------------------------------- JetBrains, Inc / IntelliJ Software http://www.intellij.com "Develop with pleasure!" "Bas Leijdekkers" <[EMAIL PROTECTED]> wrote in message agk1kk$rd1$[EMAIL PROTECTED]">news:agk1kk$rd1$[EMAIL PROTECTED]... > 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
