| [news.eclipse.modeling.gmf] Re: Exception when generating diagram code from .gmfgen |
Hello Olivier,
I have to read it more carefully. :-) I thought exception was thrown by xpand editor.. Sorry.unfortunatly, I got the same exception error with this modification in my xpt file :(
ÂDEFINE throwIncorrectInputException FOR gmfgen::GenDiagram-ÂIf you posted here whole content of aspects/xpt/editor/DocumentProvider.xpt (xutom template) I do not see the reason for this template at all - it is just copying original template contents..
I suggest you to remove "DEFINE uriEditorInputClassFQName", "DEFINE fileEditorInputClassFQName" and call it using fully-qualified names like:
ÂEXPAND xpt::editor::DocumentProvider::uriEditorInputClassFQName ....
----------------- Alex Shatalin
Me again, I answer my self.
Is it a good way to solve this issue? What is this code used for?
Thanks again,