Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » GMT (Generative Modeling Technologies) » [AM3] ATL transformation Ant Task
[AM3] ATL transformation Ant Task [message #608182] Mon, 29 October 2007 10:13
Eclipse UserFriend
Originally posted by: frederic.thomas.cea.fr

Hi,

I would like to launch programmaticaly an ATL transformation on UML models
with the AM3 ant tasks. Hence, I wrote that ant script :
<am3.atl path="${transformationPath}/PD2APD.atl"
allowintermodelreferences="true">
<inModel name="UML2" model="UML2"/>
<inModel name="IN" model="PDS"/>
<inModel name="TraceaPro" model="TraceaPro"/>
<outModel name="OUT" model="${APD}" metamodel="UML2"/>
<library name="UML2Lib" path="${libraryPath}/UML2Lib.asm"/>
</am3.atl>

The corresponding models are succesfully load and saved with am3 task. The
transformation is executed without errors. Nevertheless the output model
is corrupted. Some XMI references are wrong.

I have tried to launch the same configuration with the GUI wizard and the
output model is healthy.

Does anybody deal with that problem ?
Previous Topic:[TCS]:Creating a Language Project For Plugin Builder
Next Topic:[AM3] ATL transformation Ant Task
Goto Forum:
  


Current Time: Thu Mar 28 13:54:58 GMT 2024

Powered by FUDForum. Page generated in 0.03262 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top