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"

m (Examples HowTo moved to AMW Examples HowTo)
m (added backlink to AMW)
Line 1: Line 1:
 +
{{Backlink|AMW}}
 +
 
=Multiple source patterns (beta)=
 
=Multiple source patterns (beta)=
  

Revision as of 08:21, 23 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.

AMW Examples

Return to AMW.

Back to the top