Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

(Installation from the sources:)
Line 8: Line 8:
 
== Installation from the sources: ==
 
== 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".  
+
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".
 +
 
 +
After copying the new compiler, be sure the ATL transformation was recompiled.
 +
To do that, just modify and save the .atl file.
  
 
== Installation from the binaries: ==
 
== Installation from the binaries: ==

Revision as of 08:57, 14 November 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".

After copying the new compiler, be sure the ATL transformation was recompiled. To do that, just modify and save the .atl file.

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