Skip to main content



      Home
Home » Eclipse Projects » e(fx)clipse » Product based on efxclipse 3.5 can not be build in Tycho with Maven 3.6.1(Product build works with Maven 3.6.0 and 3.5.4 but not in 3.6.1 anymore - any experiences?)
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 Go to next message
Eclipse UserFriend
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
Re: Product based on efxclipse 3.5 can not be build in Tycho with Maven 3.6.1 [message #1807361 is a reply to message #1807360] Tue, 28 May 2019 10:46 Go to previous messageGo to next message
Eclipse UserFriend
Just found the bug: https://issues.apache.org/jira/browse/MNG-6642

Should be fixed with Maven 3.6.2.

Re: Product based on efxclipse 3.5 can not be build in Tycho with Maven 3.6.1 [message #1807867 is a reply to message #1807361] Tue, 11 June 2019 04:05 Go to previous message
Eclipse UserFriend
Thanks for the information!
Previous Topic:Problems with building a native app (FX Build Configuration)
Next Topic:Specifying Splashscreen location
Goto Forum:
  


Current Time: Tue Jun 24 00:21:44 EDT 2025

Powered by FUDForum. Page generated in 0.08999 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top