Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] tycho demo "itp01" with maven build not working

Hello,

I am trying to build any working example with tycho-maven-plugin for a while now, so I found this repository:
 https://git.eclipse.org/c/tycho/org.eclipse.tycho-demo.git/ 
and I was trying to run the first demo "itp01" but I always get the same error message as in other demos trying to resolve from a p2-layouted Repository that request bundle dependencies as in that example:

usr@win10pc MINGW64 /c/dev/org.eclipse.tycho-demo/itp01 (master)
$ mvn clean install
[INFO] Scanning for projects...
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: tycho.demo.itp01:tycho.demo.itp01:1.0.0-SNAPSHOT @ C:\dev\org.eclipse.tycho-demo\itp01\tycho.demo.itp01\pom.xml
[INFO] Resolving dependencies of MavenProject: tycho.demo.itp01:tycho.demo.itp01:1.0.0-SNAPSHOT @ C:\dev\org.eclipse.tycho-demo\itp01\tycho.demo.itp01\pom.xml
[INFO] {osgi.os=win32, osgi.ws=win32, org.eclipse.update.install.features=true, osgi.arch=x86_64}
[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: tycho.demo.itp01 1.0.0.qualifier
[ERROR]   Missing requirement: tycho.demo.itp01 1.0.0.qualifier requires 'osgi.bundle; org.eclipse.core.runtime 0.0.0' 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: tycho.demo.itp01:tycho.demo.itp01:1.0.0-SNAPSHOT @ C:\dev\org.eclipse.tycho-demo\itp01\tycho.demo.itp01\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


My question: is this example running for you, or am I doing anything wrong? Any help on getting this work would be appreciated!
Locally I have installed maven 3.6.1:

$ mvn --version
Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-04T21:00:29+02:00)
Maven home: C:\Program Files\apache-maven-3.6.1
Java version: 1.8.0_212, vendor: AdoptOpenJDK, runtime: C:\Program Files\Java\jdk8u212-b03\jre
Default locale: de_DE, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"


Best regards,
Denis

Back to the top