Surefire forkMode not working on windows [patch attached] ---------------------------------------------------------
Key: MSUREFIRE-76 URL: http://jira.codehaus.org/browse/MSUREFIRE-76 Project: Maven 2.x Surefire Plugin Type: Bug Reporter: Christian Schulte Attachments: win.patch On windows all forkModes other than none are not working. This is because surefire-booter writes the classpath into some property file using ':' as the separator. This is not working since on windows all absolute paths contain the drive letter followed by ':'. The attached patch changes ':' to '^'. After applying forkMode starts working on windows. -- 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