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

I managed to get jGit to run, the nodes JAVA_HOME by default was set to the JDK 1.5 property.   We may need to delete the environment variable, and let Hudson set it based on the JDK that is selected to be used during the build.

With this said, jGit failed with some test failures but it did at least build.

Dave

On 05/12/2010 05:15 PM, Matthias Sohn wrote:
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
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 :
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
_______________________________________________ cross-project-issues-dev mailing list cross-project-issues-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Back to the top