-
Notifications
You must be signed in to change notification settings - Fork 320
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
Xtext installation breaks org.apache.commons.logging
functionality of Eclipse (breaks Eclipse)
#3279
Comments
I don’t know how we should solve this. What is your proposal. see also eclipse-mwe/mwe#314 |
Currently, I don't have any clue how to fix it. Besides eclipse-mwe/mwe#314, this also breaks some other packages like the Darkest Dark Theme. This is a screenshot of an error shown when using the theme together with the latest Xtext/MWE2 version simultaneously. |
I don't understand: is Xtext the only one that requires the new |
Ok, but who's doing the wrong thing? Should the others use the new bundle or should we use the old one? |
From my pov we do the right thing |
Do I understand the issue correctly?
Did I understand the problem correctly? I have two additional questions: How/Why is the initial shipped dependency |
no we ship not our one. we ship this one https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-12/ |
i dont know where the old 2018 comes from. |
and yes we want to use the correct bundle sym. name |
If I understand it correctly, the "old" apache commons logging may be a transitive dependency from egit/jgit:
|
Oh, and it appear that it is also a transitive dependency from Eclipse itself:
|
@cdietrich if it's a transitive dependency of egit or Eclipse itself then the old bundle must be available from the main eclipse P2 site, independently from orbit. Cc @merks |
It seems others also have the same problem eclipse-orbit/orbit-simrel#40 |
It’s apparently a bad older orbit bundle that breaks things with this as a way to exclude it eclipse-orbit/orbit-simrel#40 (comment) This is not an issue that xtext must fix, in my opinion. |
You are correct. As I learned since opening this issue, the problem goes deeper not just affecting Xtext/MWE2. |
maybe we should ditch the xtext composite site or check if we can scrape old mwe versions from there |
Having only the most recent release on the composite might indeed be an option |
yes but aint this what we already do here (maybe we should ditch xpand from there) |
The latest stable release of Xtext breaks some of the Eclipse functionalities, resulting in a non-functioning IDE.
Steps to reproduce:
Help
->Install new Software
-> paste the text update site (http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/) into theWork with:
fieldXtext
and click on the buttonNext >
Next >
.Next >
again.Finish
../eclipse -noSplash -consoleLog
File
->Import...
->Team
->Team Project Set
-> paste a PSF file, e.g., this link and proceed with the import.See the error log from the console:
Without the installation of Xtext, the import functions as expected.
The text was updated successfully, but these errors were encountered: