[ 
https://jira.codehaus.org/browse/MEXEC-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Scholte closed MEXEC-105.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3
         Assignee: Robert Scholte

IT added in [rev. 15590|http://fisheye.codehaus.org/changelog/mojo/?cs=15590]
Issue already solved by MEXEC-66
                
> %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
>            Assignee: Robert Scholte
>            Priority: Minor
>             Fix For: 1.3
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
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