Community
Participate
Working Groups
Build Identifier: 20110218-0911 The code generated from GMF refers to classes from the metamodel in this way: <EPackageName>.<EClassName> i.e. Navigation.Page instead of Page it try also to import the whole package: import it.polito.softeng.momaapp.metamodels.Navigation; while that package contains the actual classes generated for the metamodel (I set the "Base Package" option in the genmodel). I don't know if the problem is related to the fact that the metamodel refer to another metamodel. Reproducible: Always Steps to Reproduce: 1.Generate from the given gmfgen file
Created attachment 192657 [details] MetaModel included by the principal one
Created attachment 192658 [details] The principal MetaModel
Created attachment 192659 [details] The GmfGen file generating wrong code