[jboss-jira] [JBoss JIRA] Commented: (JBAS-6298) Unable to build the AS with IBM JDK 1.6
Paul Gier (JIRA)
jira-events at lists.jboss.org
Thu Jan 22 18:33:44 EST 2009
[ https://jira.jboss.org/jira/browse/JBAS-6298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12449364#action_12449364 ]
Paul Gier commented on JBAS-6298:
---------------------------------
I downloaded the jboss GA source zip from sourceforge and it built ok for me locally.
So these two builds appear to be the same except for the jdk that is being used. Is that correct?
http://hudson.qa.jboss.com/hudson/view/EAP5/job/eap5-as-rhel4-x86-ibm6/
http://hudson.qa.jboss.com/hudson/view/EAP5/job/eap5-as-rhel4-x86-sun6/
I don't have access to the svn location where the eap stuff is being checked out from, so I can't do a more detailed test locally.
Can you try to reproduce the error with a source unzip and just running "mvn -X generate-resources" from the thirdparty directory?
This will run only the part that seems to be failing and should give more debug output.
> Unable to build the AS with IBM JDK 1.6
> ---------------------------------------
>
> Key: JBAS-6298
> URL: https://jira.jboss.org/jira/browse/JBAS-6298
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Build System
> Affects Versions: JBossAS-5.0.0.GA
> Environment: IBM JDK 1.6
> Reporter: Martin Malina
> Assignee: Paul Gier
> Priority: Critical
> Fix For: JBossAS-5.1.0.Beta1
>
> Attachments: ibm16.log
>
>
> The build fails when trying to build thirdparty bits using maven:
> createthirdparty:
> [echo] Calling mvn command located in /qa/home/mmalina/jbossqa/as5/jboss-5.0.0.GA-src/build/../tools/maven
> [java] [INFO] Scanning for projects...
> [java] WAGON_VERSION: 1.0-beta-2
> [java] [INFO] ----------------------------------------------------------------------g JBoss Application Server Thirdparty Build
> [java] [INFO] task-segment: [generate-resources]
> [java] [INFO] ------------------------------------------------------------------------
> [java] [INFO] ------------------------------------------------------------------------
> [java] [ERROR] FATAL ERROR
> [java] [INFO] ------------------------------------------------------------------------
> [java] [INFO] null
> [java] [INFO] ------------------------------------------------------------------------
> [java] [INFO] Trace
> [java] java.lang.ArrayIndexOutOfBoundsException
> [java] at java.util.ArrayList.contains(Unknown Source)
> [java] at org.apache.maven.project.ModelUtils.orderAfterMerge(ModelUtils.java:232)
> [java] at org.apache.maven.project.ModelUtils.mergePluginLists(ModelUtils.java:197)
> [java] at org.apache.maven.project.inheritance.DefaultModelInheritanceAssembler.assembleBuil
> ....
> See more in the attached log.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list