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.