You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Christian Schulte (JIRA)" <ji...@codehaus.org> on 2006/03/08 15:00:23 UTC

[jira] Closed: (MSUREFIRE-76) Surefire forkMode not working on windows [patch attached]

     [ http://jira.codehaus.org/browse/MSUREFIRE-76?page=all ]
     
Christian Schulte closed MSUREFIRE-76:
--------------------------------------

    Resolution: Duplicate

SUREFIRE-30

> 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