| Summary: | HIPP https://hudson.eclipse.org/platform/ | ||
|---|---|---|---|
| Product: | Community | Reporter: | Paul Webster <pwebster> |
| Component: | CI-Jenkins | Assignee: | 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
Yes, the toolchains.xml used by the HIPP user is symlinked from:
/opt/public/common/maven-toolchains.xml
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 maybe it's a job profile problem. Can I just add -Pbree-libs to the Goals section or properties section? PW (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. What needs to be done here? We were doing it wrong. PW |