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

EATOP/metamodelgen

< EATOP
Revision as of 10:18, 9 April 2014 by Yue.ma.itemis.com (Talk | contribs) (Getting the source code)

Setting up an Eclipse IDE

Download and install the latest Eclipse Modeling Tools 32 Bit package.


Prerequistes

  1. Windows Vista, 7 (Linux or Mac is not supported)
  2. Enterprise Architect 9.1 or greater
  3. Latest Eclipse Modeling Tools 32Bit


Getting the source code

Git repository access

The source code of EATOP is managed in a Git repository that can be accessed in one of the following ways:

Read-only access:

Commiter access:

Cloning and importing the source code with EGit

The recommended way to clone and import the source code of EATOP is to use EGit - the Eclipse Team provider for Git:

  • Open the Git Repository Exploring perspective
  • Click on the Clone a Git Repository and add the clone to this view button
  • Enter the Git repository access data using one of the options indicated above, and then click on Next
  • Select the relevant Git repository branches (e.g. master), and then click on Next
  • Make sure that Import all existing projects after clone finishes is checked and then click on Finish
  • Wait until the cloning process has been completed and go back to the Plug-in Development perspective

Setting the target platform

Back to the top