[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.m2m] [ATL] Problem with superimposition

Hello,

I tried to use superimposition as a workaround for problems with rifining (http://bugs.eclipse.org/230415).
So I followed the instructions on the Wiki (http://wiki.eclipse.org/ATL_Superimposition), but I always get the same error-message:


SCHWERWIEGEND: Pattern not equal for execution environment and module in main (getasm != load 0 @ 0)
org.eclipse.m2m.atl.engine.AtlSuperimposeModule$AtlSuperimposeModuleException: Pattern not equal for execution environment and module in main (getasm != load 0 @ 0)
at org.eclipse.m2m.atl.engine.AtlSuperimposeModule.mainSanityCrossCheck(AtlSuperimposeModule.java:101)
...


The asm-file of the superimposed module starts with
<?xml version = '1.0' encoding = 'ISO-8859-1' ?>
<asm name="0">
...

It does not matter which rules the superimposed ATL-module contains. I use Eclipse 3.3 with ATL 2.0.0.
Did I miss to configure something?


Greetings,
Max