getResolvedFileUri not defined? #189
-
|
I am trying to implement a model server for my graphical editor. Since my model is based on Ecore, I am using org.eclipse.emfcloud.ecore.modelserver as a reference. In the EcoreModelServerRouting, I could not find references to getResolvedFileUri function. Where has it been defined? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @ipa-hsd, Please note that the That means, the development state of this project is outdated (i.e. it uses ModelServer V1). PS: If you are interested in transforming this demonstrator into an adoptable state, e.g. by funding the development work or working on it yourself, please let us know! |
Beta Was this translation helpful? Give feedback.
Hi @ipa-hsd,
Please note that the
@eclipse-emfcloud/ecore-glsprepository contains a demonstrator for showing an editor for Ecore models. Thus, we only focus on what’s relevant for the demonstration under a controlled environment.That means, the development state of this project is outdated (i.e. it uses ModelServer V1).
This is also the reason why you cannot find references to the linked method, as the URI handling was re-worked and improved with ModelServer V2.
I strongly recommend to use an updates project as reference, e.g.
org.eclipse.emfcloud.coffee.modelserver, as this was recently updated to the latest versions.PS: If you are interested in transforming this demonstrator into an …