Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » EGL execution error
EGL execution error [message #588386] Tue, 20 April 2010 13:31
Eclipse UserFriend
Originally posted by: c.k.holmes.lboro.ac.uk

Hi,
I would like to investigate the use of EGL. I have created a minimal EGL
template:
<snip>
[% for (i in Sequence{1..5}) { %]
i is [%=i%]
[% } %]
</snip>

When I try to run this via Run Configurations I set:
Template:
Generate text to console
Models:
Point to both the model and metamodels (although for the sake of this
example neither are relevant)
Store on disposal is unchecked
Common:
save as local file

Running the template results in the following error:
<snip>
Could not process
'C:Blah\DocumentModels\DocumentGenerators\HTML\RenderDocumen t.egl'
at
org.eclipse.epsilon.egl.EglTemplateFactory.load(EglTemplateF actory.java:154)
at
org.eclipse.epsilon.egl.dt.launching.EglLaunchConfigurationD elegate.launch(EglLaunchConfigurationDelegate.java:63)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:853)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:703)
at
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.java:866)
at
org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlu gin.java:1069)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
</snip>

What have I forgotten to set up?

Regards
Chris
Previous Topic:adding markers to eugenia based editor after applying evl constraints to emfdiff model
Next Topic:EGL execution error
Goto Forum:
  


Current Time: Fri Apr 19 19:25:02 GMT 2024

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

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

Back to the top