On Mon, May 23, 2011 at 7:02 PM, Howard Lewis Ship <hls...@gmail.com> wrote: > However, it fails on Jenkins (ubuntu2), with errors about classes in > com.sun.javadoc, not being visible. As far as I know, these classes > are part of the core runtime in Sun JDKs. What JDK is running on > ubuntu2? Aren't the com.sun.javadoc classes part of OpenJDK (if > that's what's running)?
With the JDK your build is using: /home/hudson/tools/java/latest1.5$ bin/java -version java version "1.5.0_22" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22-b03) Java HotSpot(TM) Server VM (build 1.5.0_22-b03, mixed mode) /niklas