One nice feature in ant1.3 was the ability to use tasks that do not 'depend' on ant - i.e. generic beans, using the ant patterns (execute, setters ), but completely independent of ant ( in import ).
This worked via TaskAdapter - but recently that changed, it now has a setProject() - which requires the task to define that method. There are few possible solutions: - remove the setProject call. - change it to setProject(Object) - ignore the exception I could implement any of those, but I need first to understand why the method was added in the first place. Thanks, Costin
