Le 23 juil. 2011 à 23:58, Gavin McDonald a écrit : > > >> -----Original Message----- >> From: Gavin McDonald [mailto:[email protected]] >> Sent: Thursday, 14 July 2011 8:06 AM >> To: [email protected] >> Subject: Ubuntu1 (Minerva) Offline. >> >> Hi All, >> >> Minerva is being rebuilt so any jobs tied to 'ubuntu1' only will not get > built. > >> I suggest moving those to the general 'Ubuntu' label if possible during > this >> downtime. >> > > Most projects ignored the suggestion and a large backlog of builds tied to > 'ubuntu1' > was created over the last week or more. Anyway, Minerva/ubuntu1 is back > online > and the backlog of tied jobs has been cleared. > > Some failed their first build back on ubuntu1 due to the tools dir of java > versions > having hardlinks instead of symlinks, this is now corrected. > > Let me know if you see any new issues.
The Ant build is not finding the jdk 1.4 https://builds.apache.org/pview/job/Ant_JDK_1.4/446/ Relevant piece of log: [Ant_JDK_1.4] $ /bin/bash -xe /tmp/hudson5859309257578778675.sh + cd /home/jenkins/jenkins-slave/workspace/Ant_JDK_1.4 + cd trunk + ANT_OPTS='-Xms256M -Xmx512M' + export ANT_OPTS + ./build.sh ... Bootstrapping Ant Distribution ... Compiling Ant Classes ./bootstrap.sh: 136: /home/hudson/tools/java/latest1.4/bin/javac: not found ... Failed compiling Ant classes ! Bootstrap FAILED Maybe bootstrap.sh is doing something wrong ? Can you describe the file layout and what is set as JAVA_HOME for the jdk 1.4 in Jenkins ? Nicolas
