| [news.eclipse.modeling.gmf] Re: [SOLVED]Re: add .xpt template |
Hello Aurelien,
:-) 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.Ok It was that.
Alex, Thanks a LOT for all your help!!!
----------------- Alex Shatalin