[ 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

Reply via email to