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"

Line 1: Line 1:
TODO.
+
=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 [http://www.eclipse.org/gmt/amw/download/compiler_beta/ATLToASMCompiler.asm ATLToASMCompiler.asm] and copy it into "org.atl.eclipse.engine/src/org/atl/eclipse/engine/resources".
 +
 
 +
== Installation from the binaries: ==
 +
 
 +
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.  
  
 
[http://www.eclipse.org/gmt/amw/examples/ AMW Examples]
 
[http://www.eclipse.org/gmt/amw/examples/ AMW Examples]
  
 
Return to [[AMW]].
 
Return to [[AMW]].

Revision as of 05:41, 23 October 2006

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.

AMW Examples

Return to AMW.

Back to the top