[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Exception when generating diagram code from .gmfgen

Alex Shatalin a Ãcrit :
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,

unfortunatly, I got the same exception error with this modification in my xpt file :(

I've tried this process under a Linux PC and didn't get any exception with the same code. An idea ?

Thanks