-
Notifications
You must be signed in to change notification settings - Fork 122
Description
Hi,
I found a bug when using plug-in dependencies in runtime workspaces with Eclipse (Modeling) 2025-03 R on Windows. I opened an issue at the EMF repository but I was told this could be a PDE problem.
Copy paste from the other issue:
Bug description:
Normally, you can create a plug-in project in your development workspace and let it export some Java packages. The import and export of such projects are managed via the MANIFEST.MF file(s). On your runtime workspace, you can have other projects that have the projects of the development workspace as a dependency defined in their MANIFEST.MF. Eclipse should normally resolve the dependencies automatically and compile the project(s) within the runtime workspace correctly.
However, since updating to Eclipse Modeling 2025-03 R this seems to be broken on Windows-based systems only.
I documented it with a description and an MWE consisting of two Eclipse projects in this repository: https://github.com/maxkratz/eclipse-2025-03-runtime-bug-mwe
If this is not the right place to raise this issue, please let me know. I would happily get a pointer to the correct repository/mailing list, etc.
I appreciate any help you can provide.