RE: Conditional Statement

2003-07-30 Thread Parnell, Giles (AU - Sydney)
> and yesterday. -Original Message- From: Stefan Bodewig [mailto:[EMAIL PROTECTED] Sent: Thursday, 31 July 2003 4:39 PM To: [EMAIL PROTECTED] Subject: Re: Conditional Statement On Wed, 30 Jul 2003, Matt <[EMAIL PROTECTED]> wrote: > How do we add "if-else" statements i

Re: Conditional Statement

2003-07-30 Thread Stefan Bodewig
On Wed, 30 Jul 2003, Matt <[EMAIL PROTECTED]> wrote: > How do we add "if-else" statements in Ant. I need to compare two > variables and execute a task if they are not equal and abort with an > error message if they are equal. property1 and property2 must not be equal. Stefan -