Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] EPP build?

I'm trying to build the Oxygen EPP CDT packages, but they fail with 

$ git clone --branch=OXYGEN https://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git org.eclipse.epp.packages.git
Cloning into 'org.eclipse.epp.packages.git'...
remote: Counting objects: 25584, done.
remote: Compressing objects: 100% (40/40), done.
remote: Total 25584 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (25584/25584), 7.26 MiB | 693.00 KiB/s, done.
Resolving deltas: 100% (17733/17733), done.
$ cd org.eclipse.epp.packages.git
$ mvn clean verify -Pepp.package.cpp
[INFO] Scanning for projects...
Downloading: https://oss.sonatype.org/content/repositories/public/org/eclipse/cbi/maven/plugins/eclipse-dmg-packager/1.1.5-SNAPSHOT/maven-metadata.xml
Downloading: https://repo.eclipse.org/content/groups/cbi/org/eclipse/cbi/maven/plugins/eclipse-dmg-packager/1.1.5-SNAPSHOT/maven-metadata.xml
...
[INFO] Unpacking org.freemarker_2.3.22.v20160210-1233...
[INFO] Resolving class path of MavenProject: org.eclipse.epp:org.eclipse.epp.package.cpp.feature:4.7.1-SNAPSHOT @ /Users/ilg/tmp/cdt/org.eclipse.epp.packages.git/packages/org.eclipse.epp.package.cpp.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp:epp.package.cpp:4.7.1-SNAPSHOT @ /Users/ilg/tmp/cdt/org.eclipse.epp.packages.git/packages/org.eclipse.epp.package.cpp.product/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp:epp.package.cpp:4.7.1-SNAPSHOT @ /Users/ilg/tmp/cdt/org.eclipse.epp.packages.git/packages/org.eclipse.epp.package.cpp.product/pom.xml
[INFO] {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=x86}
[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: epp.package.cpp 4.7.1.qualifier
[ERROR]   Missing requirement: epp.package.cpp 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.cpp:4.7.1-SNAPSHOT @ /Users/ilg/tmp/cdt/org.eclipse.epp.packages.git/packages/org.eclipse.epp.package.cpp.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] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException
$ mvn --version
Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T22:39:06+03:00)
Maven home: /Users/ilg/opt/apache-maven-3.5.0
Java version: 1.8.0_131, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.13.1", arch: "x86_64", family: "mac"
$

the same happens for the default -Pepp.package.rcp, even for older commits in the OXYGEN branch. 

building the NEON.3 branch is fine.


my first guess is that the maven script lacks an explicit reference to some platform plug-in, that, on the official build machine, happens to be in the cache.

did anyone else notice this problem? if the script passes on your machines, could you temporarily rename the maven cache folder, and retry?


thank you,

Liviu



Back to the top