On Wed, 26 Sep 2001, jean-frederic clere wrote:

>      [java] /home/jakarta/jakarta-watchdog-4.0/dist/conf/servlet-gtest.xml:22:
> java.lang.NoSuchMethodException
>      [java] Java Result: 1
>
> BUILD SUCCESSFUL
>
> Total time: 2 seconds
> +++
> I am using ant-1.4.

Yes, something changed in ant-1.4 and now all "TaskAdapter"-based tasks
are failing. I'm looking for a workaround ( if any ).

TaskAdapter was used to plug in arbitrary java classes ( that do not
extend Task but follow the ant patterns - i.e. bean setters and
execute()). However something is now broken. A simple fix is to
extend Task ( and add a dependency on the current ant ).



Costin



Reply via email to