[jboss-dev-forums] [Design of JBoss Build System] - Re: AS5 / Java6 build
dimitris@jboss.org
do-not-reply at jboss.com
Sun Dec 2 13:50:39 EST 2007
I saw an org.jboss.resource.adapter.jdbc.jdk6 package introduced, that needs jdk6 to compile. How are we supposed to build/package the distro so that the extra jdk6 classes are included?
a) Have different jdk5 / jdk6 distros ?
b) Compile with jdk6, using -source 1.5 -target 1.5, expect for the jdk6 classes that should be compiled with -source 1.6 -target 1.6 ?
c) other?
Also the current jdk6 hudson run fails while testing the profileservice:
http://hudson.qa.jboss.com/hudson/view/JBoss%20AS/job/JBoss-AS-5.0.x-TestSuite-sun16/6/artifact/trunk/build/output/jboss-5.0.0.Beta3/server/profileservice/log/
Do we need to set the "sun.lang.ClassLoader.allowArraySyntax" property under jdk6?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109660#4109660
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4109660
More information about the jboss-dev-forums
mailing list