Skip to main content



      Home
Home » Modeling » M2T (model-to-text transformation) » Check oaw(extension)
Check oaw [message #524763] Fri, 02 April 2010 07:35 Go to next message
Eclipse UserFriend
Hi,

In my check file i want to trace the error, so i think about adding an extension naming to be able to use a naming extension so i can use the function "loc ()", but i dont have any idea how to do so!
any ideas?

mahmoud
Re: Check oaw [message #524767 is a reply to message #524763] Fri, 02 April 2010 08:10 Go to previous messageGo to next message
Eclipse UserFriend
hello, just add the stdlib to you plugin deps (org.eclipse.xtend.util.stdlib) and import the naming extension in the head of your check file.

extension org::eclipse::xtend::util::stdlib::naming;
icon14.gif  Re: Check oaw [message #524791 is a reply to message #524767] Fri, 02 April 2010 10:30 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

thanks its working, i used the same thing the differance that i used
 extension org::openarchitectureware::util::stdlib::naming;

http://www.openarchitectureware.org/pub/documentation/4.3.1/ html/contents/ch06.html#d0e7858
instead of
extension org::eclipse::xtend::util::stdlib::naming;


Re: Check oaw [message #524794 is a reply to message #524791] Fri, 02 April 2010 10:33 Go to previous messageGo to next message
Eclipse UserFriend
right org::openarchitectureware::util::stdlib::naming;
is ok for oaw 4.3.1 but not for eclipse xpand 0.7.2
Re: Check oaw [message #524795 is a reply to message #524794] Fri, 02 April 2010 10:36 Go to previous message
Eclipse UserFriend
Perfect, thanks Christian!
Previous Topic:[XPAND/XTEND] Workflow error at running
Next Topic:Rule with Check Oaw
Goto Forum:
  


Current Time: Thu Jul 17 12:40:05 EDT 2025

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

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

Back to the top