[jboss-jira] [JBoss JIRA] Updated: (JBAS-9121) CLONE - Cannot build JBoss AS 7 using OpenJDK
David Lloyd (JIRA)
jira-events at lists.jboss.org
Thu Mar 24 11:55:45 EDT 2011
[ https://issues.jboss.org/browse/JBAS-9121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Lloyd updated JBAS-9121:
------------------------------
Fix Version/s: Open To Community
(was: 7.0.0.Beta2)
Perhaps we could use a separate Rhino artifact. If one doesn't exist we could create one from more recent OpenJDKs perhaps.
> CLONE - Cannot build JBoss AS 7 using OpenJDK
> ---------------------------------------------
>
> Key: JBAS-9121
> URL: https://issues.jboss.org/browse/JBAS-9121
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Build System
> Affects Versions: 7.0.0.Beta1
> Reporter: Shelly McGowan
> Assignee: Shelly McGowan
> Fix For: Open To Community
>
>
> There are two build jobs using OpenJDK. JBAS-9059 issue was fixed but issues still remain trying to build with OpenJDK. I've confirmed with Hudson team that the same version of OpenJDK is used on both systems:
> Fedora:
> [hudson at vmg12 ~]$ java -version
> java version "1.6.0_17"
> OpenJDK Runtime Environment (IcedTea6 1.7.1) (fedora-37.b17.fc13-x86_64)
> OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
> RHEL 5 :
> [hudson at conf2 ~]$ /usr/lib/jvm/java-openjdk/bin/java -version
> java version "1.6.0_17"
> OpenJDK Runtime Environment (IcedTea6 1.7.10) (rhel-1.20.b17.el5-i386)
> OpenJDK Server VM (build 14.0-b16, mixed mode)
> but the build fails differently. On
> RHEL 5/ OpenJDK 1.6.0_17:
> ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.4:run (build-dist) on project jboss-as-build: An Ant BuildException has occured: The following error occurred while executing this line:
> [ERROR] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-7.0.x-testSuite-openjdk/build/build.xml:72: The following error occurred while executing this line:
> [ERROR] /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-7.0.x-testSuite-openjdk/build/lib.xml:42: Unable to create javax script engine for javascript
> [ERROR] -> [Help 1]
> Fedora 13 / OpenJDK 1.6.0_17 fails with a compilation error:
> INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR] /mnt/hudson_workspace/workspace/JBoss-AS-7.0.x-Fedora13/ee/src/main/java/org/jboss/as/ee/beanvalidation/LazyValidatorFactory.java:[92,78] incompatible types; inferred type argument(s) java.lang.Object do not conform to bounds of type variable(s) T
> found : <T>javax.validation.bootstrap.ProviderSpecificBootstrap<T>
> required: java.lang.Object
> Hudson jobs are here:
> http://hudson.jboss.org/hudson/job/JBoss-AS-7.0.x-testSuite-openjdk/
> http://hudson.jboss.org/hudson/job/JBoss-AS-7.0.x-Fedora13/
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list