Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » ATL basic configuration problem. Please help !
ATL basic configuration problem. Please help ! [message #860135] Sat, 28 April 2012 00:09
Alain Lavoie is currently offline Alain LavoieFriend
Messages: 82
Registered: April 2012
Member
Hello,

This is my script

-- @path MMA=/PapyrusProject/ModelB/model.uml
-- @path MMS=/PapyrusProject/model.uml

module GenerateA2B;
create OUT : MMA from IN : MMS;

rule Test1 {
	from
		ma : MMS!AppsIcon
		
	to 
		ta : MMA!AppsIcon (
		  	ta <- ma.name
		) 
}



Q1 - I read many articles, but cannot figure out what I am missing.
Please help. It seems to be a simple configuration problem.

Here is the error I get:
org.eclipse.m2m.atl.engine.emfvm.VMException: 
Cannot find class AppsIcon in reference model MMS


  • Attachment: ATLConfig.jpg
    (Size: 163.52KB, Downloaded 405 times)
Previous Topic:[QVTO] Cloning intermediate class objects
Next Topic:Collections inside collections
Goto Forum:
  


Current Time: Thu Apr 25 17:01:22 GMT 2024

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

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

Back to the top