Hi! Sometime ago Apache Tomcat trunk was updated to Java 7, and so its builder at buildbot is now failing
http://ci.apache.org/builders/tomcat-trunk/ Is Java 7 JDK available on buildbot and can anybody configure the "tomcat-trunk" builder to use it? Note: Tomcat 7 still requires JDK 6, so "tomcat-7-trunk" builder should still be using that older version of JDK. Looking at environment printed when the "compile" step starts, there is no "JAVA_HOME" variable. So JDK is specified elsewhere, if at all. http://ci.apache.org/builders/tomcat-trunk/builds/3310/steps/compile/logs/stdio [[[ [javac] javac: invalid target release: 1.7 ]]] Best regards, Konstantin Kolinko