You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Tomasini Andrea <an...@nch.it> on 2000/09/18 16:57:01 UTC

Using SQL Task... ClassPath?

Hi to all,
 I am new to the list, so please apologize me if my question
is stupid :-), well I am wondering to know how to set the
classpath in "sql" task, I have many different JDBC Drivers
to test, and is not a good idea to set them all in the
global ANT classpath... How can I do?

Thanks in Advance
ANdreaT

--
Andrea Tomasini
andrea.tomasini@nch.it
        ___
 /\  / /    /__ /  Strada Maggiore 59/2
/  \/./__ ./   /.  40127 Bologna (IT)


R: Using SQL Task... ClassPath?

Posted by Tomasini Andrea <an...@nch.it>.
>  TA> I have many different JDBC Drivers to test,

Yes, is a distribuited application wich has to create and
populate different DB on different machine... like Oracle on
a Solaris and a DB2 on AIX machine...

> All in the same build file? Anyway, we could add a
classpath
> attribute/nested element to the <sql> task.

That would be very great :-)

Thanks and Byez
ANdreaT


Re: Using SQL Task... ClassPath?

Posted by Bill Brooks <wb...@lug.ee.calpoly.edu>.
Hi,

I've been using Ant for only a couple of months, so I still consider
myself a newbie. 

On 18 Sep 2000, Stefan Bodewig wrote:

> All in the same build file? Anyway, we could add a classpath
> attribute/nested element to the <sql> task.

Um, what <sql> task? There's no reference to such an animal in the docs
for Ant 1.1. Is it there and just undocumented or is it something that you
need a CVS snapshot for?

Bill


Re: Using SQL Task... ClassPath?

Posted by Stefan Bodewig <bo...@bost.de>.
>>>>> "TA" == Tomasini Andrea <an...@nch.it> writes:

 TA> I have many different JDBC Drivers to test,

All in the same build file? Anyway, we could add a classpath
attribute/nested element to the <sql> task.

Stefan