problem executing .eol with ant [message #515970] |
Mon, 22 February 2010 06:34  |
Eclipse User |
|
|
|
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
[Updated on: Mon, 22 February 2010 06:37] by Moderator
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.07907 seconds