Return-Path: Mailing-List: contact user-help@ant.apache.org; run by ezmlm Delivered-To: mailing list user@ant.apache.org Received: (qmail 69337 invoked from network); 18 Feb 2003 23:55:08 -0000 Received: from oe33.law10.hotmail.com (HELO hotmail.com) (64.4.14.90) by daedalus.apache.org with SMTP; 18 Feb 2003 23:55:08 -0000 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 18 Feb 2003 15:55:15 -0800 X-Originating-IP: [12.254.208.112] Reply-To: "Martin" From: "Martin" To: "Ant Users List" Cc: References: <2E66AA016BD6D2499B61ED9EC0391B1E01BA6651@fr-s-ples-exch5.eu.corp.airliquide.com> <000701c2d7a2$a773e7a0$e593fd0f@zermatt> Subject: Re: Classpath not found using sql task Date: Sun, 25 Aug 2002 16:56:15 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 18 Feb 2003 23:55:15.0897 (UTC) FILETIME=[2F125290:01C2D7A9] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N David- Classpath should include this location ... -Martin ----- Original Message ----- From: "Steve Loughran" To: "Ant Users List" Sent: Tuesday, February 18, 2003 7:08 PM Subject: Re: Classpath not found using sql task > what happens when you rename the .zip file .jar? > ----- Original Message ----- > From: "ALIA-SC, David" > To: "Ant Users List" > Sent: Tuesday, February 18, 2003 10:07 > Subject: Classpath not found using sql task > > > > Hi, > > > > I don't understand why the classpath I use in the sql ant task doesn't > > work... > > Here the code : > > > > > driver="oracle.jdbc.driver.OracleDriver" > > url="${database.jdbc.url}" > > userid="${database.jdbc.user}" > > password="${database.jdbc.password}" > > classpath="c:/jdk1.3.1_02/lib/classes12.zip" > > > > > > > I get this error message : "Class Not Found: JDBC driver > > "oracle.jdbc.driver.OracleDriver" could not be loaded". Even if I put the > > classes12.zip file into the same directory... > > > > Can somebody help me ? > > > > Thanks > > David > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > > For additional commands, e-mail: user-help@ant.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org >