Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » M2T (model-to-text transformation) » Check oaw(extension)
Check oaw [message #524763] Fri, 02 April 2010 11:35 Go to next message
Elhamlaoui Mahmoud is currently offline Elhamlaoui MahmoudFriend
Messages: 268
Registered: March 2010
Senior Member
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 12:10 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
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;


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
icon14.gif  Re: Check oaw [message #524791 is a reply to message #524767] Fri, 02 April 2010 14:30 Go to previous messageGo to next message
Elhamlaoui Mahmoud is currently offline Elhamlaoui MahmoudFriend
Messages: 268
Registered: March 2010
Senior Member
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 14:33 Go to previous messageGo to next message
Christian Dietrich is currently offline Christian DietrichFriend
Messages: 14665
Registered: July 2009
Senior Member
right org::openarchitectureware::util::stdlib::naming;
is ok for oaw 4.3.1 but not for eclipse xpand 0.7.2


Twitter : @chrdietrich
Blog : https://www.dietrich-it.de
Re: Check oaw [message #524795 is a reply to message #524794] Fri, 02 April 2010 14:36 Go to previous message
Elhamlaoui Mahmoud is currently offline Elhamlaoui MahmoudFriend
Messages: 268
Registered: March 2010
Senior Member
Perfect, thanks Christian!
Previous Topic:[XPAND/XTEND] Workflow error at running
Next Topic:Rule with Check Oaw
Goto Forum:
  


Current Time: Fri Apr 26 06:31:04 GMT 2024

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

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

Back to the top