Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eclipse v2024-03 (+) compatibility #316

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maxkratz
Copy link
Member

This PR changes the name of the Apache commons IO dependency in one of the MANIFEST.MF files to ensure compatibility with Eclipse v2024-03 and newer. From time to time, the dependency shipped with Eclipse itself changes the name and, thus, breaks the eMoflon implementation.

Without this fix, Eclipse gives a kind of cryptic error message:

Description	Resource	Path	Location	Type
Access restriction: The type FileUtils is not accessible due to restriction on required project org.emoflon.neo.emsl	EMFImporter.xtend	/org.emoflon.neo.emf/src/org/emoflon/neo/emf	line 6	Xtend Problem
Access restriction: The type FileUtils is not accessible due to restriction on required project org.emoflon.neo.emsl	EMFImporter.xtend	/org.emoflon.neo.emf/src/org/emoflon/neo/emf	line 116	Xtend Problem

This ensures the compatibility for Eclipse versions 2024-03 or newer.
@maxkratz maxkratz added the bug Something isn't working label Jun 21, 2024
@maxkratz
Copy link
Member Author

This also affects Eclipse 2024-06 and 2024-09.

Is there any news on merging this @anthonyanjorin?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant