| (Beginner) Ant/Epsilon: Exception with EGL [message #562137] |
Fri, 21 November 2008 06:40 |
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
|
|
|
Powered by
FUDForum. Page generated in 0.04697 seconds