Blocking Problem migrating from Eclipse-DSL 2023.03 Xtext 2.30 to Eclipse-DSL 2023.09 Xtext 2.32.0 #2855
Unanswered
maxweissboeck
asked this question in
Q&A
Replies: 2 comments 9 replies
-
is there more in the log? |
Beta Was this translation helpful? Give feedback.
7 replies
-
There are many unresolved bundles... |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I really stuck with a problem, literally for days now, making our tool run standalone as Eclipse RCP App.
Short history, we use it for over 2 years now and update to every second Eclipse and Xtext Version.
It's always some hours work to make it run again, but now I spent days searching the internet up and down to solve the problem, so I hope to get some help here.
Situation as is, it’s all compile clean, not even a single warning.
I can start the app in Testing Mode from inside Eclipse, everything is fine, see image TestMode.PNG
If I export the app via Exporting wizard, everything seems fine, no errors, no problems during export. If I start the exported App it looks like this, see Standalone.PNG
No syntax high light, no program icon, no error on the console.
As soon as I modify something in the App and try to save, I get a an error Popup containing this text (thats the one and only error I get):
Error is also written to a log file, thast the text from the log file.
As already written, I tried everything I found regarding this problem, added every library or jar file that was suggested as solution, I have not one javax.inject, but I had no progress at all, this error does not go away.
Is it something obvious I missed?
Please, please help :-)
kr, Max
Beta Was this translation helpful? Give feedback.
All reactions