Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » EGL execution error
EGL execution error [message #528429] Tue, 20 April 2010 13:31 Go to next message
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
Re: EGL execution error [message #528437 is a reply to message #528429] Tue, 20 April 2010 14:08 Go to previous messageGo to next message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Chris,

This is due to a regression in the interim version you're using.
Updating to the latest stable version (0.8.9) should fix the problem.

Cheers,
Dimitris

Chris Holmes wrote:
> 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


--
Spread the word: http://www.eclipse.org/gmt/epsilon/spreadtheword
Follow Epsilon on Twitter: http://twitter.com/epsilonews
Re: EGL execution error [message #528447 is a reply to message #528437] Tue, 20 April 2010 14:32 Go to previous message
Eclipse UserFriend
Originally posted by: c.k.holmes.lboro.ac.uk

Hi Dimitris,
Thanks, it does :)

Best Wishes
Chris

Dimitris Kolovos wrote:
> Hi Chris,
>
> This is due to a regression in the interim version you're using.
> Updating to the latest stable version (0.8.9) should fix the problem.
>
> Cheers,
> Dimitris
>
> Chris Holmes wrote:
>> 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
>
>
Re: EGL execution error [message #588393 is a reply to message #528429] Tue, 20 April 2010 14:08 Go to previous message
Dimitrios Kolovos is currently offline Dimitrios KolovosFriend
Messages: 1776
Registered: July 2009
Senior Member
Hi Chris,

This is due to a regression in the interim version you're using.
Updating to the latest stable version (0.8.9) should fix the problem.

Cheers,
Dimitris

Chris Holmes wrote:
> 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


--
Spread the word: http://www.eclipse.org/gmt/epsilon/spreadtheword
Follow Epsilon on Twitter: http://twitter.com/epsilonews
Re: EGL execution error [message #588407 is a reply to message #528437] Tue, 20 April 2010 14:32 Go to previous message
Eclipse UserFriend
Originally posted by: c.k.holmes.lboro.ac.uk

Hi Dimitris,
Thanks, it does :)

Best Wishes
Chris

Dimitris Kolovos wrote:
> Hi Chris,
>
> This is due to a regression in the interim version you're using.
> Updating to the latest stable version (0.8.9) should fix the problem.
>
> Cheers,
> Dimitris
>
> Chris Holmes wrote:
>> 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:EGL execution error
Next Topic:Re: EGL question
Goto Forum:
  


Current Time: Wed Apr 24 23:48:26 GMT 2024

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

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

Back to the top