Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Hudson Slave server ready for testing

2010/5/13 Denis Roy <denis.roy@xxxxxxxxxxx>
Matthias Sohn wrote:
and this box is blazing fast: https://build.eclipse.org/hudson/job/egit/buildTimeTrend thanks to big blue for donating this hardware :)

It's also idle... Wait till the Webtools guys find out, we'll then return to our usual slowness..

I also tried running the jgit build on build2 but this fails saying on org.eclipse.jgit.console:
javac: invalid target release: 1.6
https://build.eclipse.org/hudson/job/jgit/198/consoleFull
This bundle needs JDK 6 to compile...

There we have configured Java 6.0 SR7 64 bit, so it seems not to point to a JDK 6 on build2 ...

I reran maven with -X option and here we go :
https://build.eclipse.org/hudson/job/jgit/199/consoleFull
Java version: 1.5.0_22
Java home: /opt/public/common/jdk-1.5.0-22.x86_64/jre
for now I switched back the jgit build to master

Did I mention you should soon try the latest version of egit ? 
Thanks to Dariusz and GSoC today we got support for annotated tags.

--
Matthias

Back to the top