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"

(Cloning and importing the source code with EGit)
(Getting the source code)
Line 13: Line 13:
 
===Git repository access===
 
===Git repository access===
  
The source code of EATOP is managed in a [http://git-scm.com Git] repository that can be accessed in one of the following ways:
+
The source code of EATOP MMGen Tool is managed in a [http://git-scm.com Git] repository.
  
Read-only access:
+
* Clone the git repository: git://git.eclipse.org/gitroot/eatop/org.eclipse.eatop.git
* URL: git://git.eclipse.org/gitroot/eatop/org.eclipse.eatop.git
+
* User name: ''<leave empty>''
+
* Password: ''<leave empty>''
+
 
+
Commiter access:
+
* URL: ssh://git.eclipse.org/gitroot/eatop/org.eclipse.eatop.git
+
* User name: ''<YOUR_USER_NAME>''
+
* Password: ''<YOUR_PASSWORD>''
+
 
+
===Cloning and importing the source code with EGit===
+
 
+
The recommended way to clone and import the source code of EATOP is to use [http://eclipse.org/egit 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'', and then click on ''Finish''
+
* Wait until the cloning process has been completed
+
 
* 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==

Revision as of 10:23, 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

Git repository access

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

Setting the target platform

Back to the top