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

Robert Scholte closed MEXEC-70.
-------------------------------

    Resolution: Cannot Reproduce
      Assignee: Robert Scholte

Added an integration-test, can't reproduce the issue: [rev. 
14710|http://fisheye.codehaus.org/changelog/mojo/?cs=14710]

> The class path string generated using the <classpath> argument is being 
> placed at the end of the generated command string.
> --------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MEXEC-70
>                 URL: https://jira.codehaus.org/browse/MEXEC-70
>             Project: Maven 2.x Exec Plugin
>          Issue Type: Bug
>          Components: exec
>    Affects Versions: 1.1.1
>         Environment: Fedora release 11 (Leonidas), 
>            Reporter: James Sofra
>            Assignee: Robert Scholte
>
> When trying to run a java executable the class path string generated using 
> the <classpath> argument is being placed at the end of the generated command 
> string unless it is the very first argument in which case it is places 
> directly after the "java" command.
> For example:
> <configuration>
>     <executable>java</executable>
>     <arguments>
>         <argument>-classpath</argument>
>         <classpath/>
>         <argument>com.example.Main</argument>
>     <arguments>
> </arguments>
> Produces:
> java -classpath com.example.Main {the classpath dependencies here} 

--
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