The class path string generated using the <classpath> argument is being placed 
at the end of the generated command string.
--------------------------------------------------------------------------------------------------------------------------

                 Key: MEXEC-70
                 URL: http://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


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

        

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

    http://xircles.codehaus.org/manage_email


Reply via email to