Thomas Vandahl wrote > On 06.07.12 09:48, Apache Jenkins Server wrote: > > [INFO] Compilation failure > > > > <https://builds.apache.org/job/Torque4-trunk/org.apache.torque > $torque-runtime/ws/src/main/java/org/apache/torque/Torque.java>:[197,39] > type parameters of <T>T cannot be determined; no unique maximal instance > exists for type variable T > with upper bounds T,org.apache.torque.manager.AbstractBaseManager<? > extends org.apache.torque.om.Persistent> > > This works fine here with Apple JDK 1.6 in 1.5 mode. Any idea why this > goes wrong on Jenkins?
It seems this is a bug in the jdk 1.5 compiler (we build on jenkins with the latest 1.5 jdk) http://stackoverflow.com/questions/314572/bug-in-eclipse-compiler-or-in-javac which references http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6302954 To check this, I'll configure jenkins to use the latest 1.6 jdk for compilations and see whether it compiles. Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
