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

Difference between revisions of "EATOP/metamodelgen"

(Getting the source code)
Line 10: Line 10:
  
 
==Getting the source code==
 
==Getting the source code==
 
 
The source code of EATOP MMGen Tool is managed in a [http://git-scm.com Git] repository.  
 
The source code of EATOP MMGen Tool is managed in a [http://git-scm.com Git] repository.  
  
 
* Clone the git repository: git://git.eclipse.org/gitroot/eatop/org.eclipse.eatop.git
 
* Clone the git repository: git://git.eclipse.org/gitroot/eatop/org.eclipse.eatop.git
 
* Import all the plugins under ''metamodelgen'' folder into your workspace
 
* Import all the plugins under ''metamodelgen'' folder into your workspace
 +
  
 
==Setting the target platform==
 
==Setting the target platform==
 +
 +
EATOP MMGen Tool provides target platform definitions for the two latest Eclipse releases. These target definitions are in the project ''org.eclipse.eatop.metamodelgen.tool.targetdefs''.
 +
* Open the target definition file ''xxx.target'' that corresponds to the Eclipse release you want to work with;
 +
* Wait for the completion of the ''Resolving Target Definition'' operation. This may take a while, in particular at the first time, because all directly and indirectly required target platform plug-ins and features are being downloaded or updated as necessary during that operation. If errors occur, try to close and reopen the target definition file so as to re-trigger the target platform resolution;
 +
* Click on link ''Set as Target Platform'' (in the upper right corner of the target editor).

Revision as of 10:25, 9 April 2014

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

The source code of EATOP MMGen Tool is managed in a Git repository.


Setting the target platform

EATOP MMGen Tool provides target platform definitions for the two latest Eclipse releases. These target definitions are in the project org.eclipse.eatop.metamodelgen.tool.targetdefs.

  • Open the target definition file xxx.target that corresponds to the Eclipse release you want to work with;
  • Wait for the completion of the Resolving Target Definition operation. This may take a while, in particular at the first time, because all directly and indirectly required target platform plug-ins and features are being downloaded or updated as necessary during that operation. If errors occur, try to close and reopen the target definition file so as to re-trigger the target platform resolution;
  • Click on link Set as Target Platform (in the upper right corner of the target editor).

Back to the top