[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: [SOLVED]Re: add .xpt template

Hello Aurelien,

Ok It was that.

Alex, Thanks a LOT for all your help!!!
:-) Nice to see it's solved. Few words about this problem - it's rather frequent with current state of EMF meta-model handling. We are trying to load EMF meta-model (gmfgen.emf) from the workspace-located file to get latest state from there and use it in xpand, but sometimes same meta-model can be loaded from the platform and used by EMF then you load model file (yourmodel.gmfgen) in this case same meta-classes (gmfgen::Diagram) will be loaded twice and will not be properly matched in an engine.

As I said, this is not so frequent problem and you usually suffer from it then you are doing some âadvancedâ GMF developmentâ So, for now the workaround is to deploy meta-model to the platform, remove it from the workspace and let it work as you did.

-----------------
Alex Shatalin