AW: Conditional antcall

2006-02-20 Thread Jan.Materne
on: ar [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 20. Februar 2006 17:42 >An: user@ant.apache.org >Betreff: Conditional antcall > > >Hi, > >I'd like to access to a database, and, if it fails, create the >database otherwise update it. >To access the databas

Re: Conditional antcall

2006-02-20 Thread Nicolas Vervelle
> I'd like to access to a database, and, if it fails, create the > database > otherwise update it. > To access the database, I intend to use a sql task. If the sql > request > fails, I want to call the create-database target. If it successes, > I want > to call the update-database target.

Re: Conditional antcall

2006-02-20 Thread Ninju Bohra
OTECTED]> To: user@ant.apache.org Sent: Monday, February 20, 2006 10:41:35 AM Subject: Conditional antcall Hi, I'd like to access to a database, and, if it fails, create the database otherwise update it. To access the database, I intend to use a sql task. If the sql request fails, I want t

Conditional antcall

2006-02-20 Thread ar
Hi, I'd like to access to a database, and, if it fails, create the database otherwise update it. To access the database, I intend to use a sql task. If the sql request fails, I want to call the create-database target. If it successes, I want to call the update-database target. Any idea on