JUnit test not running in separate VM process ---------------------------------------------
Key: MNG-2232 URL: http://jira.codehaus.org/browse/MNG-2232 Project: Maven 2 Type: Bug Components: Bootstrap & Build Versions: 2.0.1 Environment: NetBeans IDE Dev (Build 200604061800) 1.6.0-beta2; Java HotSpot(TM) Client VM 1.6.0-beta2-b80 Windows XP version 5.1 running on x86 en_GB (nb); Cp1252 Reporter: Alex Lam S.L. Priority: Blocker Since JUnit tests are run during a build, the tests are run within the IDE's JVM, which is really bad. 1) My unit tests (for NapkinLAF, btw) needs to switch Swing Pluggable Look & Feels, hence it is turning my IDE into a Napkin / Metal hybrid (!!!) 2) The library classes clashes with each other because a working copy of the project under test is loaded and used within the IDE; one gets IllegalAccessErrors as a result -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira