| [Acceleo] How does trace block in Acceleo work [message #1022398] |
Thu, 21 March 2013 15:44  |
Anna Unikat Messages: 3 Registered: November 2012 |
Junior Member |
|
|
Hi,
I am trying to use the trace block in Acceleo.
I have the following [template] rule snippet which is not working for me.
Sample :
[template public foo(c : Class)]
[file (aClass.name+'.h', false, 'UTF-8')]
[trace(c.name) ]
class [c.name/]
{
// Constructor
[c.name/]()
{
}
}
[/trace]
[/template]
Could you help me with this feature? Do you have any code examples with trace blocks?
Or is there a description, how to make use of them?
Best Regards,
Anna
|
|
|
|
Powered by
FUDForum. Page generated in 0.01939 seconds