You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2007/01/21 23:29:20 UTC

[jira] Moved: (SUREFIRE-200) Surefire forkMode not working on windows [patch attached]

     [ http://jira.codehaus.org/browse/SUREFIRE-200?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter moved MSUREFIRE-76 to SUREFIRE-200:
------------------------------------------------

        Key: SUREFIRE-200  (was: MSUREFIRE-76)
    Project: Maven Surefire  (was: Maven 2.x Surefire Plugin)

> Surefire forkMode not working on windows [patch attached]
> ---------------------------------------------------------
>
>                 Key: SUREFIRE-200
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-200
>             Project: Maven Surefire
>          Issue Type: Bug
>            Reporter: Christian Schulte
>         Assigned To: Brett Porter
>         Attachments: system.getproperty.path.separator.patch, 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