how can i debug coffee-editor's backend? #224
Unanswered
alanala
asked this question in
Coffee Editor
Replies: 2 comments
-
Hi @alanala, Sorry for the late reply. Best, |
Beta Was this translation helpful? Give feedback.
0 replies
-
I called the build:backend step from root on main and it works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I follow the readme step:
'''
Install Eclipse
Import projects from backend
Set target org.eclipse.emfcloud.coffee.target.target
All backend applications are bundles as eclipse products and can be found in org.eclipse.emfcloud.coffee.product
'''
but when "Validate Plug-ins", shows the error:
Missing Constraint: Import-Package:org.eclipse.jetty.util.annotation; version="[9.4.44,10.0.0)"
Missing Constraint: Import-Package:org.eclipse.jetty.util.component; version="[9.4.44,10.0.0)"
Missing Constraint: Import-Package:org.eclipse.jetty.util.log; version="[9.4.44,10.0.0)"
Missing Constraint: Import-Package:org.eclipse.jetty.util.resource; version="[9.4.44,10.0.0)"
but all these are classes in the org.eclipse.jetty.util jar file which one is imported in the project, i cannot see how to solve it
can you help me?
Beta Was this translation helpful? Give feedback.
All reactions