[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Problems with Ant Task as a plugin under 2.1

I have an Ant Task I have been using under 2.0 fine, with Ant 1.5.2.
However under 2.1, the task does not run properly, the init() method is never called, and the Ant Project object is never set so getProject() returns null.


This only happens when I install as a plugin using the plugin extensions. If I add it myself using the gui preferences to add the jar and the task it works fine, but not as a plugin anylonger.

I have about 10 plugins actually, and they all fail the same way.

Has anyone else experienced this with Ant Task Plugins?

Thanks,
Chad Meadows