-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Epsilon tool service XMI support #177
Comments
@szschaler while trying to test the modified micronaut service, there is a difference between what platform type conversion expects when the type is a model. The to-xmi function that's generated by the Xtext build doesn't take a metamodel as an input, presumably it already has this, but because the target type is model the platform expects the conversion function to have a corresponding metamodel. The platform fails to find a matching conversion function as the required metamodel is missing. We could either:
|
I would go with the second option. |
XMI Epsilon support in PR epsilonlabs/playground-micronaut#1 Suggested change in PR mdenet/platformtools#57, only required configuration file update. |
The Epsilon micronaut tool services should support XMI model as inputs so language workbench outputs can be used in activities.
The text was updated successfully, but these errors were encountered: