Convert Ecore to OML #21
Replies: 2 comments
-
This is usually a symptom of not having the core-vocabularies in your project's gradle dependencies or not having the proper URI mapping entry in the project's catalog.xml file. I recommend starting by creating an OML project using an oml-template (https://github.com/opencaesar/oml-template). Then,
Notice that we have recently updated the (https://github.com/opencaesar/ecore-adapter) repository to support OML v2. It also includes improvement for the ecore2oml transformation. So pull that or sync your fork with this and try again. If you have already created an OML 1.x project, then...you will need to upgrade it to oml 2. You can do the following:
Let me know if you have a question. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the response. I'm gonna try using the tool. 共 ありがと. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
Is there any available tool to convert Ecore metamodel to OML?
I have checked a tool here: https://github.com/Daylyt247/ecore-adapter/tree/master/ecore2oml
but apparently, it doesn't work. It shows me the following error:
'could not resolve http://www.w3.org/2001/XMLSchema#string in context of ...'
Kind regards,
Beta Was this translation helpful? Give feedback.
All reactions