| [News.eclipse.foundation] Re: Ant Task implementing BuildListener does not work from eclipse??? |
Patrick,
Hi,
I have a plugin that contains ANT tasks. One of these task implement org.apache.tools.ant.BuildListener
All the tasks are working fine except the one implementing BuildListener. I receive:
BUILD FAILED
Test.xml:18: The following error occurred while executing this line:
java.lang.LinkageError: org/apache/tools/ant/BuildEvent
when launching the target inside eclipse. Some interesting observation: This task works when the target is launched from outside eclipse.
Hope someone can help
thanks