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
> 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.
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
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