Skip to main content



      Home
Home » Archived » M2M (model-to-model transformation) » ATL basic configuration problem. Please help !
ATL basic configuration problem. Please help ! [message #860135] Fri, 27 April 2012 20:09
Eclipse UserFriend
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 456 times)
Previous Topic:[QVTO] Cloning intermediate class objects
Next Topic:Collections inside collections
Goto Forum:
  


Current Time: Wed May 21 00:42:14 EDT 2025

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

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

Back to the top