-
Notifications
You must be signed in to change notification settings - Fork 10
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
[ModelLoader] MelangeURI is ignored when executing without animation #13
Comments
I just encountered the same problem, without even trying to reproduce the bug :). Are you working on a fix? |
No |
OK I'm trying to reorganize the model loader to fix this. |
Attempt to fix that in 4bab0c9, along with some refactoring, cleanups and comments. If you can test and if it works, you can close this. |
with the transfer of the code to the Eclipse foundation (see gemoc@eclipse), this repository is now deprecated and replaced by https://github.com/eclipse/gemoc-studio-modeldebugging/ Please consider verifying/transfering this issue on a version based on the new official repository https://github.com/eclipse/gemoc-studio-modeldebugging/ Reminder : Eclipse CI for GEMOC : https://ci.eclipse.org/gemoc/ |
When creating a RunConfiguration 'Gemoc Sequential eXecutable Model' without animation, the engine load a model without caring about the MelangeURI (like '?lang=MyLanguage' )
Seems caused by:
https://github.com/SiriusLab/ModelDebugging/blob/master/framework/execution_framework/plugins/org.gemoc.executionframework.engine/src/org/gemoc/executionframework/engine/commons/ModelExecutionContext.java#L73
https://github.com/SiriusLab/ModelDebugging/blob/master/framework/execution_framework/plugins/org.gemoc.executionframework.extensions.sirius/src/org/gemoc/executionframework/extensions/sirius/modelloader/DefaultModelLoader.java#L87-L98
We should write something like:
The text was updated successfully, but these errors were encountered: