Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 419758

Summary: HIPP https://hudson.eclipse.org/platform/
Product: Community Reporter: Paul Webster <pwebster>
Component: CI-JenkinsAssignee: CI Admin Inbox <ci.admin-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: denis.roy, thanh.ha, webmaster
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Paul Webster CLA 2013-10-17 15:42:56 EDT
Does the hudson user for the platform HIPP instance have the maven toolchains.xml set up like e4Build or the original hudson user?

Our example on build.eclipse.org is /opt/buildhomes/e4Build/.m2/toolchains.xml

PW
Comment 1 Thanh Ha CLA 2013-10-17 16:05:55 EDT
Yes, the toolchains.xml used by the HIPP user is symlinked from:

    /opt/public/common/maven-toolchains.xml
Comment 2 Paul Webster CLA 2013-10-17 16:20:40 EDT
Strange, we had a successful compile, https://hudson.eclipse.org/platform/job/eclipse.platform.ui-Gerrit/127/

https://git.eclipse.org/r/#/c/17212/ has a 1.6 method in it, but the BREE for that plugin is 1.5

PW
Comment 3 Paul Webster CLA 2013-10-17 16:22:23 EDT
maybe it's a job profile problem.  Can I just add -Pbree-libs to the Goals section or properties section?

PW
Comment 4 Thanh Ha CLA 2013-10-17 16:26:51 EDT
(In reply to Paul Webster from comment #3)
> maybe it's a job profile problem.  Can I just add -Pbree-libs to the Goals
> section or properties section?
> 

If you click "advanced" under Maven 3 settings it will expand and one of the new options is "profiles" which you can just add "bree-libs" to the list.
Comment 5 Denis Roy CLA 2013-11-06 16:32:48 EST
What needs to be done here?
Comment 6 Paul Webster CLA 2013-11-06 16:55:09 EST
We were doing it wrong.

PW