Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » problem executing .eol with ant
problem executing .eol with ant [message #586569] Mon, 22 February 2010 11:34
m kranz is currently offline m kranzFriend
Messages: 69
Registered: January 2010
Member
hi all

i tried to run an .eol file from ant (as shown in the epsilon book, page 165), but it seems it could not find the epsilon.eol task. autocompletion of 'epsilon.eol' works in the editor, so i'm not sure what's the problem.

my .ant file:

<project name="MyProject" default="main">
<target name="main">
<epsilon.eol src="test.eol"/>
</target>
</project>

error message:

BUILD FAILED
C:\workspace\test\build.xml:3: Problem: failed to create task or type epsilon.eol
Cause: The name is undefined.

thx for your help

marco
Previous Topic:Emfatic documentation ?
Next Topic:Emfatic documentation ?
Goto Forum:
  


Current Time: Sat Apr 27 03:57:50 GMT 2024

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

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

Back to the top