| [news.eclipse.modeling.gmf] Re: Create gmfgen from gmfmap and generate code |
Hi,
I have just used the EcoreGeneratorTask via an ant script to generate from an .ecore model the .genmodel and generate the corresponding code.
Is there a similar way using an ant task to create from a .gmfmap model the .gmfgen and generate the diagram code for that. In case there is no ant task to do that, could someone provide a starting point on how to do that?
Should I start from the Generation Framework Package org.eclipse.gmf.codegen.gmfgen? I am kind of lost on that.
Thanks,
Achilleas
you could use an other approach as ant : http://opensource.urszeidler.de/ATLflow/html1/samples/generateGMF.html
greetings, urs.