Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » (Beginner) Ant/Epsilon: Exception with EGL
(Beginner) Ant/Epsilon: Exception with EGL [message #562137] Fri, 21 November 2008 06:40
No real name is currently offline No real name
Messages: 92
Registered: July 2009
Member
Hi,

Further to my last post, which concerned running ETL via ANT, I have
another quick question when using EGL.

I have a simple .launch file that successfully triggers EGL and generates
some output. However, when I try to replicate the task using ANT, I get an
exception. The ANT contains the following:

...
<target name="main">
<epsilon.egl src="PrintExample.egl">
<model ref="APreviouslyLoadedModel"/>
</epsilon.egl>
</target>
...

And the exception I get is:
[simple.egl] EXCEPTION: java.lang.NoClassDefFoundError:
org/eclipse/epsilon/egl/EglModuleImpl
[simple.egl] at
org.eclipse.epsilon.workflow.tasks.EglTask.createModule(EglT ask.java:25)
[simple.egl] at
org.eclipse.epsilon.workflow.tasks.ExecutableModuleTask.exec uteImpl(ExecutableModuleTask.java:75)
...

I'm probably making another basic error, but I couldn't find the source of
the problem elsewhere, so thought I'd try here again.

Best,

Edd
Previous Topic:(Beginner) Ant/Epsilon: "failed to create task or type epsilon.loadModel"
Next Topic:(Beginner) Ant/Epsilon: "failed to create task or type epsilon.loadModel"
Goto Forum:
  


Current Time: Wed May 22 05:51:02 EDT 2013

Powered by FUDForum. Page generated in 0.01664 seconds