On 1/26/06, Geoffrey De Smet <[EMAIL PROTECTED]> wrote: > 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.
Ouch. I don't know why artifact.getFile() would return null so I've added some code to debug. Could you try the latest version from the trunk, and execute using mvn -X ...? Thanks. Jerome --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
