On Tue, 20 Dec 2005, Rhino <[EMAIL PROTECTED]> wrote: > I expected that property 'script2.failed' would be set if property > 'script2.result' had a value of 1.
No. <istrue> compares against all values that are considered true for boolean attributes in Ant and 1 is not one of them. You want to use the <equals> condition. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
