Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPTEST-41

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPTEST-41
    Summary: Handle spaces in additional parameters correctly
       Type: Bug

     Status: Open
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-test-plugin

   Assignee: Jason van Zyl
   Reporter: M.-Leander Reimer

    Created: Thu, 26 Aug 2004 7:22 AM
    Updated: Thu, 26 Aug 2004 7:22 AM
Environment: Maven 1.0
Test Plugin 1.6.2
Windows XP

Description:
The following statement in the jelly script does not work if the property contains an 
argument with spaces, like a path name under Windows:

maven.junit.for=true
maven.junit.jvmargs=-Xbootclasspath/a:C:/Path with Spaces/dummy.jar

<u:tokenize var="listOfJvmArgs" delim="  "> ${maven.junit.jvmargs}</u:tokenize>

This breaks the junit task and no test can be executed at all.

Perhaps it would be an option to specify the delim character as a plugin property so 
one can set it to something other than a space if required.



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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to