On Fri, 16 Aug 2002, Brian DeWeese <[EMAIL PROTECTED]> wrote: > The <if> task uses 2 Sequential tasks, one each for the then and > else clauses. If I define a property in a regular Sequential task, > the next task can access that property. But If I do so in the then > clause of <if> it can not.
Which version of Ant are you using? IIRC this should be fixed with 1.5 (final). This should have been the fix: <http://cvs.apache.org/viewcvs.cgi/jakarta-ant/src/main/org/apache/tools/ant/taskdefs/Sequential.java.diff?r1=1.7&r2=1.7.2.1> Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
