[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.technology.gmt] [MOFScript] Problems with the input model.
|
I have just started to use MOFScript. I have written a metamodel (in ecore),
and I have copy the .ecore file into the directory
C:\eclipse\plugins\org.sintef.mofscript.editor_1.1.7\repository\metamodels,
that is, in the directory devoted to metamodels that is created when the
MOFScript plugin is installed.
I'm writing a simple .m2t file just to pass through all the elements of the
model, and write a message.
texttransformation GenerarXML (in inputModel:"http://MyMetamodel.ecore") {
}
But the problem here is that MOFScript does not recognize my metamodel. I
have realized that there are two metamodels in the same directory. These
metamodels (JM.ecore and SM.ecore) are the ones distributed with MOFScript.
But they are not recognised by the code completion utility.
Is there some configuration to do that I'm missing?
Thanks,
Toñi Reina