Product based on efxclipse 3.5 can not be build in Tycho with Maven 3.6.1 [message #1807360] |
Tue, 28 May 2019 10:44  |
Eclipse User |
|
|
|
Hi,
we are facing the problem, that the Maven build of our efxclipse 3.5 based product is broken if Maven 3.6.1 is used. There are no problems on using 3.6.0 and 3.5.4. Any experiences with that?
The error in the console is as follows:
[INFO] Resolving dependencies of MavenProject: com.zeiss.forum.viewer.runtime:com.zeiss.forum.viewer.product:0.0.1-SNAPSHOT @ /Users/tfa/development/git/e4-viewer/releng/com.zeiss.forum.viewer.product/pom.xml
[INFO] {osgi.os=macosx, osgi.ws=cocoa, org.eclipse.update.install.features=true, osgi.arch=x86_64}
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: com.zeiss.forum.viewer.app.product 1.0.0
[ERROR] Missing requirement: com.zeiss.forum.viewer.app.product 1.0.0 requires 'org.eclipse.equinox.p2.iu; org.eclipse.fx.runtime.e4fx.feature.feature.group 0.0.0' but it could not be found
[ERROR]
[ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
[ERROR] TychoLifecycle prozess couldn't be started.
[INFO]
[INFO] --- target-platform-configuration:1.2.0:target-platform (default-target-platform) @ com.zeiss.forum.viewer.product ---
[INFO]
[INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-osgi-ee (default-publish-osgi-ee) @ com.zeiss.forum.viewer.product ---
[INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
[INFO]
[INFO] --- tycho-p2-publisher-plugin:1.2.0:publish-products (default-publish-products) @ com.zeiss.forum.viewer.product ---
[ERROR] Cannot resolve dependencies of product com.zeiss.forum.viewer.app.product.product:
[ERROR] eclipse-feature artifact with ID "org.eclipse.fx.runtime.e4fx.feature" and version matching "0.0.0" was not found in the target platform
[ERROR] eclipse-feature artifact with ID "com.zeiss.forum.viewer.libs.feature" and version matching "0.0.0" was not found in the target platform
[ERROR] eclipse-feature artifact with ID "com.zeiss.forum.viewer.e4.feature" and version matching "0.0.0" was not found in the target platform
[INFO] BuildArtifacts extension not active
We are referencing the eclipse platform by using the dependency:
<dependency>
<groupId>at.bestsolution.efxclipse.rt</groupId>
<artifactId>org.eclipse.fx.runtime.e4fx.feature</artifactId>
<version>3.5.0.201902252257</version>
</dependency>
The other artifacts are our product dependencies.
Are there any know issue regarding Maven 3.6.1 and Tycho builds? We don't understand what the error means or where it comes from.
Thanks
Thomas
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.08999 seconds