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 "AMW Examples HowTo"

m (deleted amw link)
Line 13: Line 13:
  
 
Download the [http://www.eclipse.org/gmt/amw/download/compiler_beta/org.atl.eclipse.engine_1.0.7.jar org.atl.eclipse.engine_1.0.7.jar] plugin and copy it into the "eclipse/plugins" folder.  
 
Download the [http://www.eclipse.org/gmt/amw/download/compiler_beta/org.atl.eclipse.engine_1.0.7.jar org.atl.eclipse.engine_1.0.7.jar] plugin and copy it into the "eclipse/plugins" folder.  
 +
The binaries must have been compiled with the latest ATL sources.
  
 
[http://www.eclipse.org/gmt/amw/examples/ AMW Examples]
 
[http://www.eclipse.org/gmt/amw/examples/ AMW Examples]

Revision as of 06:30, 30 October 2006

< To: AMW

Multiple source patterns (beta)

Many AMW examples use ATL matching transformations with multiple source patterns, i.e., ATL rules that match more than one element. This feature is not yet available for download in the official binary versions of ATL because it is under testing. However, a beta version is available for download in the AMW page. Follow the installation instructions below:

Installation from the sources:

Download the file ATLToASMCompiler.asm and copy it into "org.atl.eclipse.engine/src/org/atl/eclipse/engine/resources".

Installation from the binaries:

Download the org.atl.eclipse.engine_1.0.7.jar plugin and copy it into the "eclipse/plugins" folder. The binaries must have been compiled with the latest ATL sources.

AMW Examples

Back to the top