[ 
http://jira.codehaus.org/browse/MWEBSTART-82?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_117874
 ] 

Jerome Lacoste commented on MWEBSTART-82:
-----------------------------------------

For reference,here's the exception I got after bumping the archiver:

OUT: java.lang.IncompatibleClassChangeError
OUT:    at 
org.codehaus.plexus.archiver.zip.AbstractZipArchiver.createArchiveMain(AbstractZipArchiver.java:318)
OUT:    at 
org.codehaus.plexus.archiver.zip.AbstractZipArchiver.execute(AbstractZipArchiver.java:242)
OUT:    at 
org.codehaus.plexus.archiver.AbstractArchiver.createArchive(AbstractArchiver.java:673)
OUT:    at 
org.codehaus.mojo.webstart.AbstractJnlpMojo.execute(AbstractJnlpMojo.java:272)
OUT:    at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443)
OUT:    at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
OUT:    at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:493)
OUT:    at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:463)
OUT:    at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.ja
a:311)
OUT:    at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:224)
OUT:    at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
OUT:    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
OUT:    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
OUT:    at org.apache.maven.cli.MavenCli.main(MavenCli.java:272)
OUT:    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
OUT:    at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
OUT:    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
OUT:    at java.lang.reflect.Method.invoke(Method.java:585)
OUT:    at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
OUT:    at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
OUT:    at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
OUT:    at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

which looks like PLXCOMP-75

> JarUnsignMojo compilation failure on trunk
> ------------------------------------------
>
>                 Key: MWEBSTART-82
>                 URL: http://jira.codehaus.org/browse/MWEBSTART-82
>             Project: Maven 2.x Webstart Plugin
>          Issue Type: Bug
>          Components: sign
>    Affects Versions: 1.0-alpha-2
>            Reporter: Kevin Stembridge
>            Priority: Critical
>             Fix For: 1.0-alpha-2
>
>         Attachments: JarUnsignMojo.diff
>
>
> Trunk is currently failing with the following compilation error from the 
> JarUnsignMojo class:
> {code}
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Compilation failure
> /home/kevin/dev/workspaces/webstart-maven-workspace/webstart-maven-plugin/plugin/src/main/java/org/codehaus/mojo/webstart/JarUnsignMojo.java:[150,30]
>  
> unreported exception java.io.IOException; must be caught or declared to be 
> thrown
> {code}
> I've provided a patch that catches the IOException and throws a 
> MojoExecutionException instead.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

    http://xircles.codehaus.org/manage_email

Reply via email to