On Thu, 26 Sep 2002, Dominique Devienne <[EMAIL PROTECTED]> wrote: > In Ant 1.4.1, a non-Task deriving class needs to have a > setProject(Project) method to work
True, I introduced a bug in Ant 1.4 when I added support for setProject (to get <condition> off the ground). Try it with Ant 1.3 or earlier and you'll find you don't need a setProject method 8-) Bug introduced <http://cvs.apache.org/viewcvs/jakarta-ant/src/main/org/apache/tools/ant/TaskAdapter.java.diff?r1=1.5&r2=1.6> and fixed <http://cvs.apache.org/viewcvs/jakarta-ant/src/main/org/apache/tools/ant/TaskAdapter.java.diff?r1=1.6&r2=1.7> Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
