Questions on the Orbit restructuring #38
Replies: 1 comment 2 replies
-
The features are just a convenience for building the update site. They are not intended to be used anywhere for any reason. Only the bundles are intended to be reused elsewhere. And yes, many bundles are pulled directly from Maven without any changes. In particular, these ones: https://download.eclipse.org/tools/orbit/simrel/maven-osgi/
I'm not sure I understand the question. Generally these Orbit repositories are not intended to be used to directly install any of the bundles or features. Instead they are intended to be used in your target platform definition to resolve your dependencies.
This is not a sensible activity. None of these bundles provide end-user feature such that you'd want to install them directly into an IDE. They're libraries used by other plugins for some specific purpose. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I have been using the Orbit update sites before in order versions of eclipse in order to install fasterxml/json, apache CLI/logging/CSV etc. in my eclipse installation. With these eclipse versions (at least up to 2022-03) I could more or less cherry pick what I needed.
I recently tried the same with eclipse 2024-06. I came to this site: https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/ That resulted in a couple of questions:
I seem to remember that older update sites contained the plugins themselves. Now it seems that for a number of features, the actual plugins are retrieved from a maven update site. Or am I wrong?
I used to be able to cherry pick individual features, now (at least for plugins/features like Apache Commons CSV) I need to install Orbit Legacy and Orbit Maven OSGi All. Is there a way to install 'the smaller things' like the log4j, CSV, fasterxml/json alike?
Installing Orbit Legagy and Orbit Maven OSVi All in Eclipse 2024-06 seems to brake the graphical ecore (class diagram alike) editor. Did I install Orbit the wrong way or should I raise an issue?
Regards,
Wilbert
Beta Was this translation helpful? Give feedback.
All reactions