Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 63784 invoked from network); 1 Jul 2002 16:38:10 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by 209.66.108.5 with SMTP; 1 Jul 2002 16:38:10 -0000 Received: (qmail 10065 invoked by uid 97); 1 Jul 2002 16:38:20 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 10049 invoked by uid 97); 1 Jul 2002 16:38:20 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 10037 invoked by uid 98); 1 Jul 2002 16:38:19 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: Mon, 1 Jul 2002 09:38:04 -0700 (PDT) From: "Craig R. McClanahan" To: Jakarta Commons Developers List Subject: Re: DBCP CVS Repository In-Reply-To: <20020701131540.60833.qmail@web20507.mail.yahoo.com> Message-ID: <20020701093359.D45042-100000@icarus.apache.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: localhost 1.6.2 0/1000/N X-Spam-Rating: 209.66.108.5 1.6.2 0/1000/N X-Spam-Rating: 209.66.108.5 1.6.2 0/1000/N I would bet you are running into the really kludgey way that we had to deal with the JDBC 3.0 differences for JDK 1.4. It is essentially possible in Java to write a single class that implements java.sql.Connection and compiles under both JDK 1.4 and earlier versions. The trick we use is to comment out the blocks of code that are specific to JDK 1.4 in comment blocks that are marked with "JDBC_3_ANT_KEY". Then, if you are compiling under 1.4, the build task will remove these comment markers using Ant filtering. If you're trying to load the source into an IDE or something like that, this stuff will all be seen as comments, and ignored. Then, you'll get compile errors on 1.4. Craig On Mon, 1 Jul 2002, Randy Speh wrote: > Date: Mon, 1 Jul 2002 06:15:40 -0700 (PDT) > From: Randy Speh > Reply-To: Jakarta Commons Developers List > To: commons-dev@jakarta.apache.org > Subject: DBCP CVS Repository > > I'm having trouble downloading the latest code from > the online CVS repository. I am not getting a > complete download on some of the classes. When I view > the source online some of the classes have code that > is not all there. In particular I'm having trouble > with BasicDataSource, DelegatingPreparedStatment, > DelegatingCallableStatement.java and > DelegatingStatement.java > > Thanks, > Randy Speh > > __________________________________________________ > Do You Yahoo!? > Yahoo! - Official partner of 2002 FIFA World Cup > http://fifaworldcup.yahoo.com > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > > -- To unsubscribe, e-mail: For additional commands, e-mail: