current snapshot build can't be installed, #580
Replies: 3 comments 2 replies
-
Guava is introducing breaking changes between major versions and we are only testing with one guava major version. Anyways, in this case I guess PR #576 (@akurtakov) is the culprit. For the time being, try to install https://download.eclipse.org/tm4e/releases/0.8.0/ instead of the snapshot version. |
Beta Was this translation helpful? Give feedback.
-
also the problem is that when i want to go back to 5.5 how do i do that so that it works? and now a lot of errors in the error log: eclipse.buildId=4.28.0.I20230605-0440 org.eclipse.tm4e.languageconfiguration java.io.FileNotFoundException: /language-configurations/typescript/language-configuration.json that error i get a lot java.lang.IllegalThreadStateException so its kind of unusable now for me and i can't seem to go back to what i had... |
Beta Was this translation helpful? Give feedback.
-
IMHO #581 is the correct fix for this one. |
Beta Was this translation helpful? Give feedback.
-
i did an upgrade of WWD and that also did take textmate with it but i think it didn't fully install and now any editor on ts files doesn't really work anymore
this is because textmate not dictates:
Cannot complete the install because one or more required items could not be found.
Software being installed: TextMate Core 0.6.1.202308041158 (org.eclipse.tm4e.feature.feature.group 0.6.1.202308041158)
Missing requirement: TextMate support in Java 0.6.1.202308041158 (org.eclipse.tm4e.core 0.6.1.202308041158) requires 'osgi.bundle; com.google.guava [32.0.0,33.0.0)' but it could not be found
Cannot satisfy dependency:
guava 32 -> 33
but that seems to be nowhere to be found.. why is that restriction there for such a specific version?
can't it be something like higher the 30 with no upper bound?
Beta Was this translation helpful? Give feedback.
All reactions