[jbosstools-issues] [JBoss JIRA] (JBIDE-14925) OutOfMemory during javaee build

Snjezana Peco (JIRA) jira-events at lists.jboss.org
Wed Jul 24 17:58:26 EDT 2013


    [ https://issues.jboss.org/browse/JBIDE-14925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12792807#comment-12792807 ] 

Snjezana Peco commented on JBIDE-14925:
---------------------------------------

The error occurs because the old maven-download-plugin plugin uses the org.codehaus.plexus:plexus-archiver:1.2 artifact that includes the ZipFile class that contains a bug. See https://issues.apache.org/bugzilla/show_bug.cgi?id=42696 for more details.
The bug is fixed in org.codehaus.plexus:plexus-archiver:[2.0,) 
                
> OutOfMemory during javaee build
> -------------------------------
>
>                 Key: JBIDE-14925
>                 URL: https://issues.jboss.org/browse/JBIDE-14925
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Build/Releng, Seam 2
>            Reporter: Mickael Istria
>            Assignee: Mickael Istria
>            Priority: Critical
>             Fix For: 4.2.0.Alpha1
>
>
> Because of this bug in maven-download-plugin: https://github.com/maven-download-plugin/maven-download-plugin/issues/15 , build of javaee component, which consume a lot this maven-download-plugin fail with an OutOfMemory.
> download-maven-plugin 1.2.0-SNAPSHOT should fix that, we should give it a try.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list