| Automated runs of ATL-Transformations [message #1691741] |
Thu, 09 April 2015 08:00  |
Eclipse User |
|
|
|
Hi all,
I have a bunch of different input-models (serialized in .xmi) for my ATL-Tranfo.
So it is quite onerous to run them seperatly, by configuring the runtime-config every time..
Is there a better, way to run tranformations on different input-models at once (one after an other)?
Maybe something link a Unit-Test for ATL-Transformations with different input-models?
Best regards,
Alex
|
|
|
|
|
|
|
|
| Re: Automated runs of ATL-Transformations [SOLVED] [message #1691932 is a reply to message #1691930] |
Fri, 10 April 2015 09:48  |
Eclipse User |
|
|
|
Hi,
I found the problem and solved it.
All the "underlying" modules where also added as libraries in the config-file:
# ATL modules: if several, by order of superimposition (the latter ones overrides the former ones)
SuperModule_A2B.modules = module0.atl, module1.atl, initializations.atl
# Libraries paths
SuperModule_A2B.libraries.module0 = module0.asm
SuperModule_A2B.libraries.module1 = module1.asm
SuperModule_A2B.libraries.initializations= initializations.asm
I've added the '@path' in the modules itselves to have a better understanding code. But this
lead to a wrong plugin-project configuration.
~Alex
|
|
|
Powered by
FUDForum. Page generated in 0.04896 seconds