Hi list, I am using the appassembler plugin to create executables for my application. I am using the default configuration, simply stating the class with the Main method:
<plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>appassembler-maven-plugin</artifactId> <version>1.3</version> <configuration> <programs> <program> <mainClass>my.app.MyApp</mainClass> <name>MyApp</name> </program> </programs> </configuration> </plugin> When executing on a windows machine, everything works fine. But on my Ubuntu 12.04 setup it throws a FileNotFoundException. A normal "mvn install" works fine as well. It obviously tries to install target/classes as an artifact to the repository (see full log attached). Is there any workaround for this issues or should I create a new bug (I checked http://jira.codehaus.org/browse/MAPPASM and could not find anything related)? Many thanks in advance, Matthes
appassembler_exception.log
Description: Binary data
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email