Hello!

What is the best way to manage Oracle applications from Ant?

We intend to use Perforce for managing PL/SQL scripts that creates tables and stored 
procedures.
Then we use Ant for running those .sql files through <sql> tasks.

The problem is that the scripts, which work fine under the Oracle IDE, does not work 
under Ant.
The only way to get them through the <sql> task is to remove all semicolons but the 
last, which of course makes them invalid in the Oracle end.

I have tried both the Oracle thin JDBC driver, and i-net SEROPTO, with the same 
results, so I believe that this is an Ant problem.

BTW, we use the same approach for managing MS Transact-SQL code, with better result.

Regards,
Olle Hallin

----- Original Message ----- 
From: "Mike Sexter" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 12, 2002 12:26 AM
Subject: Re: antcontrib: TryCatchTask.java problem


> Upgrading to the 1.5 alpha fixed the TaskContainer problem. Thanks. FYI, we have a 
>fairly sophisticated set of ant scripts, which in addition to being run manually, are 
>run through a CruiseControl ant script and the 1.5 alpha does not appear to have 
>broken anything. Good job!
> 
> 
>                                     - Mike
>  
> 
> ----------
> Mike Sexter
> (650)633-8603
> Principal Member of Technical Staff
> <http://www.oraclemobile.com/>OracleMobile - Online Studio
> http://msexter.tripod.com


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to