| Acceleo with my Metamodel [message #875331] |
Tue, 22 May 2012 10:35  |
Jose Texier Messages: 5 Registered: May 2012 |
Junior Member |
|
|
Hi,
I'm trying to do the hello world example (in Eclipse Indigo and Acceleo 3.1.3) with my Metamodel, but I have this error when I compile:
"An internal error occurred during: "Launching Generate (1)". The type of the first parameter of the main template named 'generateElement' is a proxy."
Someone can guide me?
My code is:
[comment encoding = UTF-8 /]
[module generate('sedici.SimpleRDBMS')]
[template public generateElement(aTable : Table)]
[comment @main/]
[file (aTable.name + 'txt', false, 'UTF-8')]
Hello world!
[/file]
[/template]
Thank you very much,
Jose
|
|
|
|
Powered by
FUDForum. Page generated in 0.04082 seconds