-
I get an old RCP application to maintain ;-). The first thing was to establish a ci build. It is possible to compile the plugins, but product export is not working. (requires 'org.eclipse.equinox.p2.iu; org.eclipse.equinox.executable.feature.group 0.0.0') I tried many things, without any success. But, is it even possible? Hint! I got the following warning: [WARNING] Bundle-ClassPath entry runtime_registry_compatibility.jar does not exist in ,,,.m2\repository\p2\osgi\bundle\org.eclipse.equinox.registry\3.5.0.v20100503\org.eclipse.equinox.registry-3.5.0.v20100503.jar Where did tycho get this dependencies from? Not the application of course. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I want to add, I building some rcp application with tycho. I didn't notice this error in any of them. |
Beta Was this translation helpful? Give feedback.
-
The org.eclipse.equinox.executable.feature is for the launcher, you should add the equinox.sdk.executable to your target to get it working. |
Beta Was this translation helpful? Give feedback.
The org.eclipse.equinox.executable.feature is for the launcher, you should add the equinox.sdk.executable to your target to get it working.