SurefireBooter's use of colon ":" character for delimeting classpath results in drive letter to be parsed as a seperate classpath entry ---------------------------------------------------------------------------------------------------------------------------------------
Key: SUREFIRE-36 URL: http://jira.codehaus.org/browse/SUREFIRE-36 Project: surefire Type: Bug Reporter: John Tolentino Assigned to: Jason van Zyl Attachments: maven-surefire.diff D:\classpath1:C:\classpath2:C:\classpath3 is parsed as 6 Classpath strings: D \classpath1 C \classpath2 C \classpath3 The colon ":" delimeter is used both in the generated properties file and parsing. Attached patch resolves this issue. Might also be related to MSUREFIRE-43. -- 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