-Original Message-
From: Karl Heinz Marbaise [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 22, 2007 12:02 PM
To: Ant Users List
Subject: Re: SQL file in Ant 1.7
Importance: Low
Hello,
> As far as I can see, when this target is being executed, it gives me messages
> s
Hello,
> As far as I can see, when this target is being executed, it gives me messages
> such as:
> "
> 100 SQL statements executed successfully
> But does it mean all the SQLs also have been compiled successfully ?
First the SQL file will not be compiled.
Second this means the all statem
Here is a target I created to execute some sql files in Ant 1.7
"
".
As far as I can see, when this target is being executed, it gives me messages
such as:
"
100 SQL statements executed successfully
...
",
But d