I would like to put the jar resources, in a directory on the same level as
the jnlp files: war\apps and war\jnlp. When using <libPath>apps</libPath>,
the jars are correctly placed in war\jnlp\apps. When using
<libPath>${project.build.directory}/apps</libPath>, I'm getting underneath
error message:
[ERROR] Failed to execute goal
org.codehaus.mojo.webstart:webstart-maven-plugin:1.0-beta-2:jnlp-download-servlet
(default) on project nova-client-webstart: Unable to copy an artifact to the
working directory:
C:\projects\nova\projects-mvn\nova-client-webstart\target\jnlp\C:\projects\nova\projects-mvn\nova-client-webstart\target\apps\unprocessed_nova-client-0.1-SNAPSHOT.jar
(The filename, directory name, or volume label syntax is incorrect) -> [Help
1]
When signing the jars, the used path -
C:\projects\nova\projects-mvn\nova-client-webstart\target\jnlp\C:\projects\nova\projects-mvn\nova-client-webstart\target\apps
- is clearly not correct.
Is this a bug or should I add a parameter to the sign element:
<sign>
<keystore>${basedir}/src/main/jnlp/keystore</keystore>
<keypass></keypass>
<storepass></storepass>
<alias></alias>
<verify>true</verify>
</sign>
--
View this message in context:
http://old.nabble.com/How-to-put-libs-on-same-level-as-jnlp-tp32802638p32802638.html
Sent from the mojo - user mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email