Example for a plugin-based product file for RAP [message #1864533] |
Fri, 22 March 2024 01:48 |
|
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:
- Has anyone had problems with `v4` and plugin-based product resolution?
- 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:
- Both compilation and plugin assembly succeed.
- The product can be executed using a run configuration and functions as expected.
- The product can be validated from the product editor
- The target can be resolved and contains the `slf4j.simple` bundle
|
|
|
Powered by
FUDForum. Page generated in 0.02468 seconds