RE: [DBCP] Building the DBCP jarfile

2002-12-12 Thread Rodney Waldhoff
On Thu, 12 Dec 2002, Martin van Dijken wrote: > Everything works peachy now, except for 13 deprecated warnings:) The DelegatingXXX classes in DBCP override also delegate the deprecated methods of XXX, for example: class DelegatingPreparedStatement extends PreparedStatement { /** @deprecated */

RE: [DBCP] Building the DBCP jarfile

2002-12-12 Thread Martin van Dijken
> > I checked the collections jarfile and the FastHashMap.class file is > > present there. Anybody got a clue what's going wrong? > > No. That's odd. Sure was. Sorry, fucked something up. Everything works peachy now, except for 13 deprecated warnings:) > It looks like DBCP has a maven buildfi

Re: [DBCP] Building the DBCP jarfile

2002-12-12 Thread Rodney Waldhoff
On Thu, 12 Dec 2002, Martin van Dijken wrote: > I checked the collections jarfile and the FastHashMap.class file is > present there. Anybody got a clue what's going wrong? No. That's odd. I'll guess that commons-collections isn't really in your compile-time classpath. That particular class is

[DBCP] Building the DBCP jarfile

2002-12-12 Thread Martin van Dijken
Hey guys, I wanted to try and change some stuff in dbcp. (for now just for test purposes) In order to do that I checked out the entire commons module and built the collections, pool and lang packages. I then saved dbcp\build.properties.sample to dbcp\build.properties and changed the locations o