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 "AM3/How Install New AM3 From SVN"

< AM3
(Update according to new AM3 SVN location)
 
m
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=Installation of the new AM3 (ATLAS MegaModel Management) prototype from SVN=
+
{{Backlink|MDT}}
 +
{{Backlink|MoDisco}}
 +
[[Image:Am3Logo.png|right]]
  
==Install Eclipse, EMF and ATL==
+
This page will guide you on how to download the required plugins in order to install the AM3 (AtlanMod MegaModel Management) prototype.
 +
<br/>
 +
Note that the current versions can only be installed from sources, but binary versions will be made available soon.
  
In order to use these AM3 plugins (ATLAS MegaModel Management), you need Eclipse, EMF and ATL. These plugins have been tested with Eclipse 3.4, EMF 2.4 and ATL 2.0 and are compatible. You can download Eclipse here: http://www.eclipse.org/downloads/, EMF here: http://www.eclipse.org/emf/ and ATL here: http://www.eclipse.org/m2m/atl/.
+
==Install Eclipse, EMF, UML2 and ATL==
  
Note that, you can also install ATL from its sources by following the process explained in the [http://wiki.eclipse.org/ATL/How_Install_ATL_From_CVS "How Install ATL From CVS" Wiki page].
+
The following Eclipse downloads are prerequisites for the AM3 installation:
 +
*[http://www.eclipse.org/downloads/ Eclipse] itself;
 +
*[http://www.eclipse.org/modeling/emf/downloads/?project=emf EMF] for model handling;
 +
*[http://www.eclipse.org/modeling/mdt/downloads/?project=uml2 MDT-UML2] for UML2 dedicated support;
 +
*[http://www.eclipse.org/modeling/m2m/downloads/index.php?project=atl M2M-ATL] for model transformation.
 +
You can also directly '''download the [http://www.eclipse.org/downloads/ Eclipse Helios Modeling bundle]''' and installed the missing projects from it using the provided interface.
 +
 
 +
There is also a previous version of AM3 which is still available from the SVN. The AM3 plugins from this ''ATL 2.1 Compatibility'' branch have been tested with Eclipse 3.4, EMF 2.4, UML2 2.2 and ATL 2.1 (development branch). You can still install the corresponding version of ATL from sources by following the process explained in the [http://wiki.eclipse.org/ATL/How_Install_ATL_(Dev)_From_CVS "How Install ATL (Dev) From CVS" Wiki page]. Note that this former version of AM3 is not compatible with ATL 3.x and more.
  
 
==Configuration of SVN access==
 
==Configuration of SVN access==
Line 13: Line 24:
 
[[Image:AM3_SVNRepositoryLocation.PNG]]
 
[[Image:AM3_SVNRepositoryLocation.PNG]]
  
You do not need a password.
+
'''You do not need a password'''.
 +
 
 +
==SVN ''Trunk''==
  
 
Then, you can go to '''plugins -> trunk'''. You can now select the projects as shown on the screenshot and check them out into your workspace (this action is available in the context menu).
 
Then, you can go to '''plugins -> trunk'''. You can now select the projects as shown on the screenshot and check them out into your workspace (this action is available in the context menu).
Line 19: Line 32:
 
[[Image:AM3new_SVNCheckout.PNG]]
 
[[Image:AM3new_SVNCheckout.PNG]]
  
==Configuration of AM3==
+
==SVN ''ATL 2.1 Compatibility'' Branch==
 +
 
 +
In that case, you have to go to '''plugins -> branches -> ATLv2_1_Compatibility'''. You can then select the projects as shown on the screenshot and check them out into your workspace (this action is available in the context menu).
 +
 
 +
[[Image:AM3_ATL_2_1_SVNCheckout.PNG]]
 +
 
 +
==Launch AM3==
  
 
Now, you need to go to the Plug-in perspective.
 
Now, you need to go to the Plug-in perspective.
Line 25: Line 44:
 
AM3 is ready to be tested. Just open the "Plug-in Development perspective" and launch a Run-time workbench (Click on '''Run -> Run as -> Run-time workbench''').
 
AM3 is ready to be tested. Just open the "Plug-in Development perspective" and launch a Run-time workbench (Click on '''Run -> Run as -> Run-time workbench''').
  
You are ready to use the new AM3 prototype.
+
You are ready to use the AM3 prototype.
  
 +
[[Category:Modeling]]
 +
[[Category:MDD]]
 
[[Category:AM3]]
 
[[Category:AM3]]
 +
[[Category:AMMA]]

Latest revision as of 09:02, 17 November 2010

< To: MDT
< To: MoDisco

Am3Logo.png

This page will guide you on how to download the required plugins in order to install the AM3 (AtlanMod MegaModel Management) prototype.
Note that the current versions can only be installed from sources, but binary versions will be made available soon.

Install Eclipse, EMF, UML2 and ATL

The following Eclipse downloads are prerequisites for the AM3 installation:

You can also directly download the Eclipse Helios Modeling bundle and installed the missing projects from it using the provided interface.

There is also a previous version of AM3 which is still available from the SVN. The AM3 plugins from this ATL 2.1 Compatibility branch have been tested with Eclipse 3.4, EMF 2.4, UML2 2.2 and ATL 2.1 (development branch). You can still install the corresponding version of ATL from sources by following the process explained in the "How Install ATL (Dev) From CVS" Wiki page. Note that this former version of AM3 is not compatible with ATL 3.x and more.

Configuration of SVN access

You should go to the SVN Repository view (you should first do Window -> Open Perspective in order to open the SVN Repository Exploring perspective). Then you should add a new repository location. The required parameters are the followings:

AM3 SVNRepositoryLocation.PNG

You do not need a password.

SVN Trunk

Then, you can go to plugins -> trunk. You can now select the projects as shown on the screenshot and check them out into your workspace (this action is available in the context menu).

AM3new SVNCheckout.PNG

SVN ATL 2.1 Compatibility Branch

In that case, you have to go to plugins -> branches -> ATLv2_1_Compatibility. You can then select the projects as shown on the screenshot and check them out into your workspace (this action is available in the context menu).

AM3 ATL 2 1 SVNCheckout.PNG

Launch AM3

Now, you need to go to the Plug-in perspective.

AM3 is ready to be tested. Just open the "Plug-in Development perspective" and launch a Run-time workbench (Click on Run -> Run as -> Run-time workbench).

You are ready to use the AM3 prototype.

Back to the top