Graphical Modeling Framework/Contributors Area
GMF |
Website |
Download |
Dev Builds |
Update Site releases milestones |
Community |
Mailing List • Newsgroup • IRC |
Bugzilla |
Open |
Help Wanted |
Bug Day |
Source |
GMF Notation: View CVS repo GMF Runtime: View CVS repo |
Contents
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.
Builds
GMF Tooling snapshot build
- See it at https://hudson.eclipse.org/hudson/job/tycho-gmp.gmf.tooling/
- Get it at http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/dev-snapshots/
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