Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » ATL » Ruining QVT to ATL Virtual Machine Compiler Project
Ruining QVT to ATL Virtual Machine Compiler Project [message #1741394] Wed, 24 August 2016 16:59 Go to next message
Mona Jammal is currently offline Mona JammalFriend
Messages: 3
Registered: August 2016
Junior Member
Dear All,

I have downloaded a QVT to ATL Virtual Machine Compiler Project from Eclipse ATL Transformation Page http://www.eclipse.org/atl/atlTransformations/#QVT2ATLVM , and I imported it in eclipse but I don't know how to run the project. May you please help

Thank you.
Re: Ruining QVT to ATL Virtual Machine Compiler Project [message #1743077 is a reply to message #1741394] Sun, 11 September 2016 12:37 Go to previous messageGo to next message
Dennis Wagelaar is currently offline Dennis WagelaarFriend
Messages: 589
Registered: September 2012
Location: Belgium
Senior Member

That example project is still based on ATL 2.x, which used AM3 for its Ant tasks. It needs to be ported to ATL 3.x in order to work.

Cheers,
Dennis
Re: Ruining QVT to ATL Virtual Machine Compiler Project [message #1743329 is a reply to message #1743077] Wed, 14 September 2016 12:12 Go to previous messageGo to next message
Mona Jammal is currently offline Mona JammalFriend
Messages: 3
Registered: August 2016
Junior Member
Dear Dennis,

Thanks for your reply, but how can I ported to ATL 3 ? Am new in this language.

Appreciate your help.
Re: Ruining QVT to ATL Virtual Machine Compiler Project [message #1744422 is a reply to message #1743329] Mon, 26 September 2016 19:26 Go to previous message
Dennis Wagelaar is currently offline Dennis WagelaarFriend
Messages: 589
Registered: September 2012
Location: Belgium
Senior Member

The am3.* tasks in the build.xml file must be replaced with the newer atl.* tasks. For example: "<am3.loadModel ...>" becomes "<atl.loadModel ...>", and "<am3.atl ...>" becomes "<atl.launch ...>".

Cheers,
Dennis
Previous Topic:ATL HOT Documentation
Next Topic:EMFTVM: Transformation not terminating in Standalone Mode
Goto Forum:
  


Current Time: Thu Mar 28 20:17:37 GMT 2024

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

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

Back to the top