Return-Path: Mailing-List: contact turbine-torque-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list turbine-torque-user@jakarta.apache.org Received: (qmail 25820 invoked by uid 98); 7 Jan 2003 15:36:42 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Received: (qmail 25801 invoked from network); 7 Jan 2003 15:36:40 -0000 Received: from daedalus.apache.org (HELO apache.org) (63.251.56.142) by nagoya.betaversion.org with SMTP; 7 Jan 2003 15:36:40 -0000 Received: (qmail 56926 invoked by uid 500); 7 Jan 2003 15:35:21 -0000 Received: (qmail 56918 invoked from network); 7 Jan 2003 15:35:21 -0000 Received: from mail.edaconnect.com (HELO exch1.edaconnect.com) (207.108.138.209) by daedalus.apache.org with SMTP; 7 Jan 2003 15:35:21 -0000 Message-ID: <002001c2b661$d97399b0$680a0a0a@rover> From: "Stephen Kowalczyk" To: "Turbine Torque Users List" References: <20030107102823.75225.qmail@web14504.mail.yahoo.com> Subject: Re: Pb with ant -f build-torque.xml insert-sql Date: Tue, 7 Jan 2003 10:31:29 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > Buildfile: build-torque.xml > insert-sql: > [torque-sql-exec] Our new url -> jdbc:mssql://unis14:1433/devbib > BUILD FAILED > file:C:/sources/torque-3.0/build-torque.xml:323: java.sql.SQLException: > No suitable Driver for jdbc:mssql://unis14:1433/devbib > > I configured the build.properties as follow : Ant can't find your JDBC driver (com.thinweb.tds.Driver). Add the jar file for the driver to the torque/lib directory, or modify the section of build-torque.xml to include the jar. Stephen