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 "ATL/User Guide - Installation"

< ATL
(Adding section name for eclipse help generation)
(Hide See Also section in eclipse help)
Line 29: Line 29:
 
To install ATL from CVS, please refer to the [[ATL/Developer_Guide#Install_ATL_from_CVS | Developer Guide]].
 
To install ATL from CVS, please refer to the [[ATL/Developer_Guide#Install_ATL_from_CVS | Developer Guide]].
  
 +
<div style="">
 
= See Also =
 
= See Also =
 +
</div>
 +
<div style="">
 
* [[ATL/User_Guide_-_Introduction | Introduction]]
 
* [[ATL/User_Guide_-_Introduction | Introduction]]
 +
</div>
 +
<div style="">
 
* [[ATL/User_Guide_-_Overview_of_the_Atlas_Transformation_Language | Overview of the Atlas Transformation Language]]
 
* [[ATL/User_Guide_-_Overview_of_the_Atlas_Transformation_Language | Overview of the Atlas Transformation Language]]
 +
</div>
 +
<div style="">
 
* [[ATL/User_Guide_-_The_ATL_Language | The ATL Language]]
 
* [[ATL/User_Guide_-_The_ATL_Language | The ATL Language]]
 +
</div>
 +
<div style="">
 
* [[ATL/User_Guide_-_The_ATL_Tools | The ATL Tools]]
 
* [[ATL/User_Guide_-_The_ATL_Tools | The ATL Tools]]
 +
</div>

Revision as of 10:47, 11 February 2010

Prerequisites

Java

  • Download and install a JVM (JRE or JDK), if one is not already installed.
    • for ATL 2.0 or older, JDK 1.4 will work.
    • for ATL 3.0+, you need JDK 5.0 or later

Eclipse

EMF

Install ATL

There are two ways to install ATL:

  • via update site
  • via zip: see ATL Downloads. Once your zip is downloaded, just unpack it into
    • with Eclipse 3.3, 3.2: ~/eclipse/features/ and ~/eclipse/plugins/ folders
    • with Eclipse 3.4+: ~/eclipse/dropins/ folder

Finally, restart Eclipse.

The ATL SDK build enables to:

  • consult documentation offline
  • access ATL examples
  • access the source code of installed ATL plugins

To install ATL from CVS, please refer to the Developer Guide.

See Also

Back to the top