Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] Building the OXYGEN branch fails

I added a longer comment to the bug report below, but the short answer is:

The build did not finish temporarily because it runs by default against the staging p2 repository, which does sometimes not contain all the required bundles and features in a consistent form expected by EPP.

Regards,
Markus



On 16 November 2017 at 17:24, Liviu Ionescu <ilg@xxxxxxxxxx> wrote:
I'm trying to build the OXYGEN branch

$ git clone --branch=OXYGEN https://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git
org.eclipse.epp.packages.git
$ cd org.eclipse.epp.packages.git
$ mvn clean verify -Pepp.package.rcp


but it fails with

[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: epp.package.rcp 4.7.1.qualifier
[ERROR]   Missing requirement: epp.package.rcp 4.7.1.qualifier requires 'org.eclipse.platform.feature.group [4.7.1,4.7.2)' but it could not be found
[ERROR]
[ERROR] See
http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting
for help.
[ERROR] Cannot resolve dependencies of MavenProject: org.eclipse.epp:epp.package.rcp:4.7.1-SNAPSHOT @ /Users/ilg/tmp/org.eclipse.epp.packages.git/packages/org.eclipse.epp.package.rcp.product/pom.xml: See log for details -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1]

I already registered a bug report:

        https://bugs.eclipse.org/bugs/show_bug.cgi?id=527226


Any suggestion?


Thank you,

Liviu
_______________________________________________
epp-dev mailing list
epp-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/epp-dev



Back to the top