Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Example for a plugin-based product file for RAP(CI build for RAP with Tycho)
Example for a plugin-based product file for RAP [message #1864533] Fri, 22 March 2024 01:48
Jörn Guy Süß is currently offline Jörn Guy SüßFriend
Messages: 320
Registered: July 2009
Location: Anstead, Brisbane, Queens...
Senior Member

Hello!

I am trying to create a RAP application that reuses EMF, Epsilon and other MDE components, tentatively titled the MDE DevOps Workbench. I have used pomless and `4.0.7` to set up the project, but the packaging of the product fails.

26908 [ERROR]   Missing requirement: org.eclipse.rap.demo 1.0.0.qualifier requires 'org.eclipse.equinox.p2.iu; slf4j.simple 0.0.0' but it could not be found

as evident in the build log l.168

Looking at the `.m2` directory `slf4j.simple` is missing from both the regular maven structure and the `p2` substructure. I am wondering if this a something akin to `#1502`, as my product is plugin-based.

Questions:


  1. Has anyone had problems with `v4` and plugin-based product resolution?
  2. What is the best way to reduce this to a test-case for a bug hunt in case this is novel?


Background, in case you are still reading. Here are few things I have established:


  1. Both compilation and plugin assembly succeed.
  2. The product can be executed using a run configuration and functions as expected.
  3. The product can be validated from the product editor
  4. The target can be resolved and contains the `slf4j.simple` bundle
Previous Topic:equinox.common 3.19 build with Java 17 class version
Next Topic:Change mouse cursor for all Text Widgets in a RAP Application
Goto Forum:
  


Current Time: Thu Dec 26 10:41:15 GMT 2024

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

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

Back to the top