| [news.eclipse.modeling.gmf] Re: Exception when generating diagram code from .gmfgen |
Hello Olivier,
Looks like you have custom template in aspects/xpt/editor/DocumentProvider.xpt with "DEFINE fileEditorInputClassFQName FOR gmfgen::GenDiagram".
You have to change this definition to "AROUND fileEditorInputClassFQName FOR gmfgen::GenDiagram".
----------------- Alex Shatalin
Hello,
Thanks