[ http://jira.codehaus.org/browse/MOJO-176?page=comments#action_81006 ] 
            
Peter K Chan commented on MOJO-176:
-----------------------------------

Try running "mvn assembly:assembly -DdescriptorId=jar-with-dependencies" first.

The sourceJar option of nativeexe is dependant on the output from 
assembly:assembly. If you configured it to be 
${artifactId}-${version}-jar-with-dependencies.jar, then you need to make sure 
that assembly:assembly actually outputs a myapp-1.0-jar-with-dependencies.jar, 
which can then be fed to nativeexe:launch4j.

Post a reply if you still have difficulty.

> Native Executable Wrapper Plugin
> --------------------------------
>
>                 Key: MOJO-176
>                 URL: http://jira.codehaus.org/browse/MOJO-176
>             Project: Mojo
>          Issue Type: New Feature
>          Components: Plugin Submission
>         Environment: Maven 1
>            Reporter: Peter K Chan
>         Assigned To: Jesse McConnell
>         Attachments: nativeexe.zip
>
>
> This is a simple plugin that wraps the launch4j toolkit for generating a 
> native executable from a consolidated JAR file. The consolidated JAR file can 
> come from any of the plugins that can put togather all dependencies in the 
> project, for example, the JavaApp plugin. See the plugin.properties file for 
> more details.
> This plugin has been developed for launch4j, version 2.0 RC3 and Maven 1. A 
> version for Maven 2 is in progress.

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