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

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

from the root of the plugin

rm -r ~/.m2/repository
mvn -X install > build1.log                                (build fails)
mvn -X install > build2.log                                (build fails)
cd plugin
mvn -X install > ../build3.log                                (build passes)
cd ..
mvn -X install > build4.log                                (build passes)

Talk about build reproducibility... Tried with maven 2.0.6 so far.


> 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