-
|
I downloaded the emfcloud-modelserver, and modified it by adding the TestTask in the following .ecore files: Afterward I built and ran the emfcloud-modelserver, and on http://localhost:8081/api/v1/models , I was able to see the TestTask. So I made changes to the following files to add details about the TestTask I ran the coffee-editor and in the superbrewer3000.coffee , I was able to add the TestTask, but it shows as and no applicable render found. I did not make any changes to the pom.xml in backend/plugins/com.eclipsesource.coffee.modelserver/ as I believe that is already okay with the new updates on the modelserver a few days ago. Can you help me with the following steps? So first, how to fix the no applicable render found? UPDATE: I modified the following files to add the TestTask I also added the following files similar to the ManualTask However, when I try to build it, I get the following error: This is the Github repository https://github.com/ExperimentCloud/coffee-editor-1 original thread by ExperimentCloud |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
|
Hi @ExperimentCloud(experimentcloud) , |
Beta Was this translation helpful? Give feedback.
-
|
This is the corresponding issue: eclipse-emfcloud/coffee-editor#315 |
Beta Was this translation helpful? Give feedback.
-
|
[ExperimentCloud] Hi @eneufeld, thank you very much for your answer. What you are doing now, seems to be very helpful, both for the ease of use in terms of removing dependencies and also the tutorial. In the meantime, I would like to continue trying to make it work in its current form. Based on your experience, do you have any suggestions on where the issues with the dependencies might be?
Many thanks for your help! |
Beta Was this translation helpful? Give feedback.
-
|
Hi @ExperimentCloud(experimentcloud) ,
|
Beta Was this translation helpful? Give feedback.
-
|
[Jonas Helming] Please also see https://github.com/eclipse-emfcloud/coffee-editor/tree/examples/adding-a-model-class |
Beta Was this translation helpful? Give feedback.
[Jonas Helming]
Please also see https://github.com/eclipse-emfcloud/coffee-editor/tree/examples/adding-a-model-class
This branch shows how to add a new model element to the coffee editor including all layers!