|
Re: (Acceleo) Acceleo Evaluation Exception [message #638155 is a reply to message #638120] |
Wed, 10 November 2010 08:56 |
|
Hi Rich,
"Unresolved compilation error" means just that : you have compilation errors in the module. And indeed, the compiler would throw syntax exceptions in numerous places of this module. I believe you don't have the automatic build activated (Project > Automatic build) in your Eclipse, or you would have seen all of these.
Please read the documentation available in Eclipse Help > Help Contents or online for basic information on the syntax.
[template public activator()]
{
[let packageBase : String = getProperty('propfile.properties','org.anorg.eclipse.plugin. packageBase') ]
[let projectName : String = getProperty('propfile.properties','org.anorg.eclipse.plugin. name')]
[file (packageBase + '.Activator.java', false, 'UTF-8')]
package [packageBase/];
[/file]
[/let]
[/let]
[/template]
Laurent Goubet
Obeo
|
|
|
Powered by
FUDForum. Page generated in 0.03705 seconds