[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.gmf] Loading GMF namespaces for workflows in GMF-GEF editor output
|
Hi
I'm slowly setting up my mwe workflow for xpand running on my editor
output.
My gmf editor contains ref links to uml.ecore and ecore.ecore plus
several of my own.
In order to load the mwe Reader I had to set up RegisterEcoreFile to
point at my own ecore files in my local workspace, however since my
GEF-GMF editor contains both data and diagram the workflow runner is
looking for http://www.eclipse.org/gmf/runtime/1.0.2/notation from the
top of my model file.
SEVERE: org.eclipse.emf.ecore.xmi.PackageNotFoundException: Package with
uri 'http://www.eclipse.org/gmf/runtime/1.0.2/notation' not found.
How can I satisfy this requirement. I have set up <firstElementOnly
value="false" /> but I still require the above apparently
Hopefully this is the last issue to solve before getting to the
generator which I think should be OK
Secondly any idea how to register an ecore defined in a plugin, ie I
use referenced uml.ecore types in some places in my DSL.
thanks
Steve
PS I did look at the GMF xpand way of code generation but it looked a
bit complex without documentation ;)