Hi,

> I am using the appassembler plugin to create executables for my
application.

To make things clear the appassembler-maven-plugin is intended to create
scripts (bash/bat) to start an application and not for making executables...

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

This isn't the full pom, cause the error output which is attached to the mail is expression something different...

Can you post the complete pom may be put the pom on pastebin or may be on github project to see the project and how the whole pom looks like...

target/classes as an artifact to the repository (see full log attached).
Apart from that it is not a full log output...

Kind regards
Karl-Heinz Marbaise
--
SoftwareEntwicklung Beratung Schulung    Tel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl-Heinz Marbaise        ICQ#: 135949029
Hauptstrasse 177                         USt.IdNr: DE191347579
52146 Würselen                           http://www.soebes.de

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

   http://xircles.codehaus.org/manage_email


Reply via email to