Hendrik Lipka wrote: > Yes, that is the way it is supposed to be done with junit - add a file > junit/runner/excluded.properties in the classpath before the > junit.jar. But this does not work with IDEA, because junit.jar is the > first element of the classpath when running the junit tests...
That's why I do not use build in JUnit support at the moment. :-( Would be nice if user could define total classpath order. I do not like patching junit.jar very much. Instead I would prefer my own excluded.properties file which has to be loaded first. Glen _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
