[jira] Commented: (MNG-1303) surefire should include bootclasspath when running tests

2005-12-11 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1303?page=comments#action_53240 ] John Casey commented on MNG-1303: - I've rolled the IsolatedClassLoader changes back out, since it would introduce pollutants from the jdk like xerces. > surefire should include bootclas

[jira] Commented: (MNG-1303) surefire should include bootclasspath when running tests

2005-11-29 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1303?page=comments#action_52350 ] John Casey commented on MNG-1303: - committed version of IsolatedClassLoader with loadClass(..) impl commented out, and new constructor allowing a parent ClassLoader. This works for this

[jira] Commented: (MNG-1303) surefire should include bootclasspath when running tests

2005-11-06 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1303?page=comments#action_50141 ] Brett Porter commented on MNG-1303: --- this should be done by delegating to the system classloader, rather than including specific jars into the isolated classloader > surefire should i