On 4/7/06, Julian Wood (JIRA) <[EMAIL PROTECTED]> wrote: > [ http://jira.codehaus.org/browse/MOJO-333?page=comments#action_63094 ] > > Julian Wood commented on MOJO-333: > ---------------------------------- > > I'm not sure what error 138 is - it's produced by the jarsigner tool when > used by maven. On the CL, it is just a bus error. > > Your new jarsigner syntax works fine from the CL. > > Your patch doesn't work for me on a freshly checked out and installed version > of maven-webstart-plugin. My patch still does though. Yours fails like this:
OK there's some progress then. The NPE comes because the JarSignMojo is broken. If you apply both my former patch on the webstart plugin and apply the first or both of the changes in http://jira.codehaus.org/browse/MJAR-31 (let me know if the change line 217 is sufficient) Does that work again? If so, I will push again for MJAR-31 fixes to be committed, and investigate why we need to explicitly set the SignedJar property to null. Jerome
