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

MDT-UML2Tools How To Regenerate Diagrams

Revision as of 10:20, 16 September 2008 by Sgribovsky.borland.com (Talk | contribs)

How to regenerate UML2 Tools diagrams

To regenerate the diagrams you should have 2 Eclipse platforms installed. First is so called "development", second one is "target".

Installation of target platform

  1. Download and install all dependencies of latest UML2 Tools build.

Following dependencies should be installed for current (0.8.1) version:

  • Eclipse R-3.4-200806172000
  • EMF 2.4.0 R200806091234
  • Query 1.2.0 R200806091744
  • Transaction 1.2.0 R200806091902
  • Validation 1.2.0 R200806091804
  • OCL 1.2.0 R200806091714
  • UML2 2.2.0 R200806091546
  • GEF 3.4.0 R200806091334
  • GMF 2.1.0 R200806121402

See download page for dependencies of another version.

Installation of development platform

  1. Download and install latest release of Eclipse platform. The build can be found here.
  2. Run development platform.
  3. Checkout "org.eclipse.uml2.diagram.codegen" and "org.eclipse.uml2.diagram.codegen.edit". You can use PSF file to check out.

Back to the top