Convert Ecore to OML #21
alfa-ryano
started this conversation in
General
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. |
0 replies
|
Thanks for the response. I'm gonna try using the tool. 共 ありがと. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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,
All reactions