Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.2 (2.1.2 plugin), 1.5.3 (2.1.3 plugin)
-
Fix Version/s: 1.5.3 (2.1.3 plugin), 2.0 (2.2 plugin)
-
Component/s: None
-
Labels:None
-
Environment:Only Windows
-
Complexity:Intermediate
-
Testcase included:yes
Description
In SurefireBooter when use fork mode elements of classpath are separated by colon. This works on Linux but not on Windows. I sugest to use semicolon.
private static ClassLoader createForkingClassLoader( String basedir )
throws Exception
and
private void getForkArgs( String batteryConfig )
throws Exception
{
.....
else
Issue Links
- is depended upon by
-
SUREFIRE-34
Using security manager in a fork mode causes an AccessControlException
-
- is duplicated by
-
SUREFIRE-36
SurefireBooter's use of colon ":" character for delimeting classpath results in drive letter to be parsed as a seperate classpath entry
-
-
SUREFIRE-200
Surefire forkMode not working on windows [patch attached]
-
- is related to
-
SUREFIRE-100
environmentVariables does not work with windows
-
Attached patch.