I just tested the latest svn version, I am getting a nullpointer:
org.apache.maven.lifecycle.LifecycleExecutionException: Failure to run
the plugin:
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:556)
<snip/>
Caused by: java.lang.NullPointerException
at
org.codehaus.mojo.webstart.JnlpMojo.copyFileToDirectoryIfNecessary(JnlpMojo.java:796)
at
org.codehaus.mojo.webstart.JnlpMojo.processDependency(JnlpMojo.java:606)
at
org.codehaus.mojo.webstart.JnlpMojo.processDependencies(JnlpMojo.java:564)
at org.codehaus.mojo.webstart.JnlpMojo.execute(JnlpMojo.java:367)
... 18 more
First thought it was because workDirectory wasn't defaulted, but adding
it didn't help to solve it though.
jerome lacoste wrote:
Hi all,
One of the last thing I want to fix before making the m2 webstart
plugin beta is related to signing jars that are already signed.
I haven't had to face the issue yet, but it seems that there's a
potential issue when dealing with including such dependencies in a
webstart application.
In particular see:
http://jira.codehaus.org/browse/MOJO-7#action_49160
and the relevant m1 jnlp issues:
http://jira.codehaus.org/browse/MPJNLP-20
http://jira.codehaus.org/browse/MPJNLP-28
I would appreciate feedback (and better: test cases) to avoid
releasing an m2 plugin that doesn't solve these problems.
Cheers,
Jerome
--
With kind regards,
Geoffrey De Smet
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]