Kaloyan Raev Messages: 177 Registered: July 2009 Location: Sofia, Bulgaria
Senior Member
Congratulations for the successful creation of the Graphiti project and the restructuring of the Graphical Modeling project in Eclipse!
I am pleased to see the new web site of the project. As pointed there I connect to CVS and tried to find the source code /org.eclipse.gmp/org.eclipse.gmp.graphiti, but the folder looks empty.
Is the source code already contributed? If not, what is the timeline to do it?
Michael Wenz Messages: 1267 Registered: July 2009 Location: Walldorf, Germany
Senior Member
Hi Koloyan,
thanks for the flowers!
We have started the initial coding contribution for Graphiti and are currently having the IP review. I'll get back to you as soon as there is news on this.
There are a number of branches, but only the "origin" branch contains Graphiti code. I expected this at the "master" branch. Is the source code in the "origin" branch the latest Graphiti code I should use ?
Michael Wenz Messages: 1267 Registered: July 2009 Location: Walldorf, Germany
Senior Member
The access to the Graphiti sources via Git seems not to be enabled by default, seems this needs to be requested...
At least I was not able to access them via the http address below or via the EGit tools. But our sources are available in the Eclipse CVS at dev.eclipse.org under //cvsroot/modeling/org.eclipse.gmp/org.eclipse.gmp/graphiti. You can acces them there.
Simply let me know if you prefer to the access via Git and I'll see what I can do.
Michael, I have the sources now through CVS. I prefer git, but don't take all the trouble just for me.
When compiling the sources I get one error:
The constructor SWTBotGefFigureCanvas(GFFigureCanvas, LightweightSystem) is undefined GFSWTBotGefEditor.java /org.eclipse.graphiti.bot.tests/src/org/eclipse/graphiti/bot /tests/swtbot line 52 Java Problem
IS there a specific version of SWTbot you are using ?
Michael Wenz Messages: 1267 Registered: July 2009 Location: Walldorf, Germany
Senior Member
Jos, I want to have the Git access anyway, so let's see what needs to be done.
Yes, indeed we need a specific version of SWTBot, actually the head revision from CVS. They promised to provide a build containing the fix we requested and already is in their SVN. I have to get back to them about the build. Until then you might sync the sources from their SVN at http://dev.eclipse.org/svnroot/technology/org.eclipse.swtbot /trunk.
Michael Wenz Messages: 1267 Registered: July 2009 Location: Walldorf, Germany
Senior Member
Jos, I was finally able to connect to the Eclipse Git hup for the CVS. Indeed the origin branch is the default remote one, you can use that it contains the current sources (today I found changes I did yesterday).