> -----Original Message----- > From: Patrick Hunt [mailto:ph...@cloudera.com] > Sent: Tuesday, 2 October 2012 2:18 AM > To: builds@apache.org; ga...@16degrees.com.au > Subject: Re: openjdk on jenkins boxes? > > On Thu, Mar 15, 2012 at 3:50 PM, Gavin McDonald > <ga...@16degrees.com.au> wrote: > > > > > >> -----Original Message----- > >> From: Patrick Hunt [mailto:ph...@cloudera.com] > >> Sent: Friday, 16 March 2012 8:43 AM > >> To: builds@apache.org > >> Subject: Re: openjdk on jenkins boxes? > >> > >> On Thu, Mar 15, 2012 at 3:07 PM, Niklas Gustavsson > >> <nik...@protocol7.com> > >> wrote: > >> > On Thu, Mar 15, 2012 at 7:16 AM, Patrick Hunt <ph...@cloudera.com> > >> wrote: > >> >> Sorry to bring this up again but would it be possible to get > >> >> openjdks available on jenkins? Thanks! > >> > > >> > Would the Oracle binary for Java 7 suffice? Still failing to find a > >> > deb source which works properly on our Ubuntu servers. > >> > >> Perhaps my data is old, or I'm misunderstanding, but afaik "oracle jdk 7" > > is > >> different from "openjdk 7". We have an oracle jdk7 here already: > >> https://builds.apache.org//view/S-Z/view/ZooKeeper/job/ZooKeeper- > >> trunk-jdk7/ > >> > >> What I'd like to add is an openjdk 7 job as well in order to verify > >> with > > both. > >> Esp given that most linux distros will now ship with only support for > >> the > > open > >> variety. > > > > openjdk-7-jdk is available as a package for Ubuntu in versions 11.10+ > > > > As our Ubuntu slaves are currently on an LTS update schedule , that > > means most of our slaves are on Ubuntu 10.04 LTS release. It also > > means that when 12.04 gets released at the end of April this problem > > will be solved. > > > > Are you prepared to wait until then? If not can you help in finding a > > suitable package for > > 10.04 LTS ? > > > > Hi again, is it possible to add openjdk 6/7 to Apache Jenkins at this point? I'd > really like to setup some jobs that use openjdk when running the unit tests.
I've upgraded 4 of the 5 Ubuntu Jenkins slaves to Ubuntu 12.04.1 LTS. In addition I've been able to upgrade/install openjdk-6 and openjdk-7 : /usr/lib/jvm/java-7-openjdk-amd64 /usr/lib/jvm/java-6-openjdk-amd64 Configure those paths manually in your build and you should be fine. I know Ubuntu4 and Ubuntu5 slaves have both, I'll check the others again later. I'll let niklas or olamy decide if they should be aconfigured as jdk dropdown options. Enjoy. Gav... > > Thanks, > > Patrick