Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Graphical Modeling Framework/Contributors Area

< Graphical Modeling Framework
Revision as of 03:08, 12 October 2012 by Aurelien.pupier.bonitasoft.com (Talk | contribs) (Presentations and Proposals in Conferences)



GMF
Website
Download
Dev Builds
Update Site releases milestones
Community
Mailing ListNewsgroupIRC
Bugzilla
Open
Help Wanted
Bug Day
Source
GMF Notation: View CVS repo

GMF Runtime: View CVS repo
GMF Tooling: View Git Repo, GitHub


Tracker

Be notified

Go to Bugzilla > Preferences > Mail Preferences > User Watching > and add

  • gmp.gmf-tooling-inbox@eclipse.org
  • gmp.gmf-runtime-inbox@eclipse.org
  • ...

to the list. You'll then receive notifications by mail when an issue is opened or changed.


Mailing lists

Builds

GMF Runtime

How to build GMF-Runtime with Tycho (non-principal build)

  • checkout source code dev.eclipse.org/cvsroot/modeling/org.eclipse.gmp/org.eclipse.gmf.runtime
  • go to releng/org.eclipse.gmf.runtime-parent
  • Type mvn clean install

GMF-Runtime will be built and tests will be executed.

Note: Maven 3 is required

GMF Tooling

Build locally

Simply perform a mvn clean install. For the first execution, it can be convenient to run the following command: mvn clean install -P !javadoc -Dmaven.test.skip=true and when it's OK, run a regular mvn clean install.

3.0 stream

2.4.x maintenance Stream

Presentations and Proposals in Conferences

Back to the top