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 11:01:23 UTC

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

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


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

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSUREFIRE-76?page=all ]
     
Brett Porter closed MSUREFIRE-76:
---------------------------------

     Assign To: Brett Porter
    Resolution: Duplicate

> 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
>     Assignee: 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


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

Posted by "Christian Schulte (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSUREFIRE-76?page=all ]
     
Christian Schulte reopened MSUREFIRE-76:
----------------------------------------


Attached a patch using System.getProperty("path.separator") as the separator.

> 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: 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


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

Posted by "Grzegorz Slowikowski (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSUREFIRE-76?page=comments#action_60456 ] 

Grzegorz Slowikowski commented on MSUREFIRE-76:
-----------------------------------------------

Yes, it is the same issue

> 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


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

Posted by "Dan Tran (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSUREFIRE-76?page=comments#action_60450 ] 

Dan Tran commented on MSUREFIRE-76:
-----------------------------------

http://jira.codehaus.org/browse/SUREFIRE-30 related?


> 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


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

Posted by "Christian Schulte (JIRA)" <ji...@codehaus.org>.
     [ 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


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

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ 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

        

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

Posted by "Christian Schulte (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSUREFIRE-76?page=all ]

Christian Schulte updated MSUREFIRE-76:
---------------------------------------

    Attachment: system.getproperty.path.separator.patch

> 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: 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