-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hello,
I try the State Machine example with 0.2.0 version (the version with example) and 0.3.0 version. The execution it's different with each version.
The 0.2.0 version result to .xmi with the transformated model (HSM to SM). I don't see any weird in this file.... but, when i try the inverse (SM to HSM) start make files out control (i click stop when more 500 files are generated) and result not correct.
The 0.3.0 version in first way (HSM to SM) result a incorrect .xmi. Some elements generated out parent element. In fact, the result it's different from result in version 0.2.0 (version 0.2.0 result it's correct and 0.3.0 no). The inverse way (SM to HSM) don't work. No generate any file and don't print any error trace in console (i run JTL with ubuntu console).
The example that i use it's State Machine and i don't change anything. With Families example i have the same problems...and with my our metamemodels too.
Please, can you explain to me what this can be?
Thanks!