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"

Line 1: Line 1:
==Setting up an Eclipse IDE==
+
==Installation==
 +
 
 +
===Setting up an Eclipse IDE===
 
[http://eclipse.org/downloads Download] and [http://wiki.eclipse.org/Eclipse/Installation install] the latest '''Eclipse Modeling Tools''' 32 Bit package.
 
[http://eclipse.org/downloads Download] and [http://wiki.eclipse.org/Eclipse/Installation install] the latest '''Eclipse Modeling Tools''' 32 Bit package.
  
 
+
===Prerequistes===
==Prerequistes==
+
 
# Windows Vista, 7 (Linux or Mac is not supported)
 
# Windows Vista, 7 (Linux or Mac is not supported)
 
# Enterprise Architect 9.1 or greater
 
# Enterprise Architect 9.1 or greater
 
# Latest '''Eclipse Modeling Tools''' 32Bit
 
# Latest '''Eclipse Modeling Tools''' 32Bit
  
 
+
===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
 
  
 
==Adding Enterprise Architect API==
 
==Adding Enterprise Architect API==
 
Make sure the Enterprise Architect 9.1 or greater has been installed on your computer.
 
Make sure the Enterprise Architect 9.1 or greater has been installed on your computer.
  
 
+
===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''.
 
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;
 
* 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;
 
* 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).
 
* Click on link ''Set as Target Platform'' (in the upper right corner of the target editor).
 +
 +
 +
==User guide==

Revision as of 10:31, 9 April 2014

Installation

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.

Adding Enterprise Architect API

Make sure the Enterprise Architect 9.1 or greater has been installed on your computer.

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).


User guide

Back to the top