[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[News.eclipse.foundation] Re: Ant Task implementing BuildListener does not work from eclipse???

Patrick,

Please ask using the eclipse.platform newsgroup. This newsgroup is for asking questions about the operations of the Eclipse foundation.


Patrick laplante wrote:
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