I want to use COPE to migrate to a new GenGMF meta model version. But this will break the Eclipse Europa (3.3) compatiblity of GenGMF. Before doing so I want to know what Eclipse version do you use. So please answer the poll on the sitebar…
Thanks
I want to use COPE to migrate to a new GenGMF meta model version. But this will break the Eclipse Europa (3.3) compatiblity of GenGMF. Before doing so I want to know what Eclipse version do you use. So please answer the poll on the sitebar…
Thanks
The last weeks where a bit busy for me because of the Eclipse DemoCamps and the MDSE 2008 workshop in Berlin. At every event where a lot of interesting talks. I have presented GenGMF at both DemoCamps as well asĀ at the MDSE in Berlin. From the questions I had to answer and the comments it seemed to be impressive to the audience. I would have attended on the second workshop day but I didn’t because I had to go to work :-(.
During all three presentations I showed some wizards which can be used to create a new GenGMF model for an editor with compartments within 5 minutes. They will be contained in the next GenGMF release I am currently preparing. So stay tuned…
(more…)
The Eclipse DemoCamps are currently happening all over the world. Six of them will take place in Germany and Berlin is one of the cities — scheduled for the 27th November. I am organizing the DemoCamp with support from my employer b+m and in cooperation with Tom Ritter from the Fraunhofer FOKUS institute. There are a lot of really interesting talks. My favorites are the talks about CDO by Eike Stepper and GEF3D by Jens von Pilgrim. I am going to give a talk about GenGMF (What else? …) in Berlin as well as in Leipzig and I would be happy to see you there too!
Please reserve a seat for the democamp in Berlin here or here, because the room has only enough space for 50 people.
UPDATE: There are some images from the event in Berlin…
I’ve created a mailing list for the project. If you have any question regarding the project, please subscribe to the GenGMF-help list and ask there.
CompartmentMapping’ s which where previously created for each ChildReference and each ChildNodeMapping are now created only once for each Compartment. There was also a small bug about a non-existend createNodesFromTemplate operation, which has been fixed too.
The support for LinkMapping’s based on references has been completed. This includes also a change in the metamodel. The demo-project has been updated too. It demonstrate how to use the reference edge descriptors.
There where two minor bugs (one in GenGMF and one in EMF) causing together a major problem on systems which use a backslash for paths strings (which are apparently only the variants of “Windows” …):
label reference attributes ‘[null]‘ not in class ‘null’!
containmant feature null with class null must support the class null
As this is fixed in 1.0.4 you may wish to upgrade (Thanks to Marius for providing a windows system for testing and debugging).
It is now possible to set up a “node-private compartment”. So you don’t have to create separate template trees for one specific node (where a template doesn’t make so much sense). Additionally the EMFUtil.Copier is now used for coping the template trees instead of my “re-invented wheel”.
With this version
I’ve created a small demo project to demonstrate the facilities of GenGMF.
Some instructions to follow:
Now you should be able to create a demo diagram using the new file wizard and draw simple nodes and edges.
The gmfgraph and gmfmap files where created from the gengmf model. In this example the graph and map templates are relative simple to show the basics of the templating facilities.
As of version 1.0.1 support for adding facets to DiagramElements and foreground/background constant/rgb colors to Figures has been added. The model generator stuff has moved to it’s own generator plugin.