You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "John Tolentino (JIRA)" <ji...@codehaus.org> on 2006/03/14 13:11:30 UTC

[jira] Created: (SUREFIRE-36) SurefireBooter's use of colon ":" character for delimeting classpath results in drive letter to be parsed as a seperate classpath entry

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


[jira] Closed: (SUREFIRE-36) SurefireBooter's use of colon ":" character for delimeting classpath results in drive letter to be parsed as a seperate classpath entry

Posted by "Carlos Sanchez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SUREFIRE-36?page=all ]
     
Carlos Sanchez closed SUREFIRE-36:
----------------------------------

     Assign To: Carlos Sanchez  (was: John Tolentino)
    Resolution: Duplicate

Already created in SUREFIRE-30

> 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
>     Assignee: Carlos Sanchez
>  Attachments: maven-surefire.diff
>
>   Time Spent: 1 hour
>    Remaining: 0 minutes
>
> 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