%classpath is fragile when used with <commandlineArgs>
------------------------------------------------------

                 Key: MEXEC-105
                 URL: https://jira.codehaus.org/browse/MEXEC-105
             Project: Maven 2.x Exec Plugin
          Issue Type: Bug
    Affects Versions: 1.2.1
         Environment: Maven 3.0.3
            Reporter: Alex Pogrebnyak


If you split the text inside <commandlineArgs> then the plugin works as 
expected if there is a white space after `%classpath` and does not if the line 
terminator is immediatly after this.


This configuration does not work

{code:xml}
<commandlineArgs>\r\n
  -classpath %classpath\r\n
  other args
</commandlineArgs>\r\n
{code}

This one does
{code:xml}
<commandlineArgs>\r\n
  -classpath %classpath \r\n
  other args
</commandlineArgs>\r\n
{code}


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to