[JDBC] Compiling JDBC Driver - impossible!

2001-05-13 Thread Mike Cannon-Brookes
Ok, I give up! How do I compile the JDBC driver? I'm running into those dreaded InputStream as parameter not supported errors with my current build, and as below this appears to have been fixed. So I've sucked down the latest source from CVS. Now how do I compile JUST the JDBC driver? I've

RE: [JDBC] Compiling JDBC Driver - impossible!

2001-05-13 Thread Mike Cannon-Brookes
://www.javaworld.com/javaworld/jw-05-2001/jw-0504-cache.html -Original Message- From: Bruce Momjian [mailto:[EMAIL PROTECTED]] Sent: Monday, May 14, 2001 11:36 AM To: Mike Cannon-Brookes Cc: [EMAIL PROTECTED] Subject: Re: [JDBC] Compiling JDBC Driver - impossible! I think you

Re: [JDBC] Compiling

2001-03-29 Thread Peter Mount
At 22:35 25/03/01 +0200, Peter Eisentraut wrote: Peter Mount writes: At 14:21 25/03/01 +0200, Peter Eisentraut wrote: Mike Cannon-Brookes writes: tried to pull down the latest src and compile it but I can't. The build file seems to filter properties like MAJORVERISON,

Re: [JDBC] Compiling

2001-03-25 Thread Peter Mount
At 14:21 25/03/01 +0200, Peter Eisentraut wrote: Mike Cannon-Brookes writes: tried to pull down the latest src and compile it but I can't. The build file seems to filter properties like MAJORVERISON, MINORVERSION etc with ant properties that don't exist? You aren't running 'ant'

Re: [JDBC] Compiling

2001-03-23 Thread Marko Kreen
On Fri, Mar 23, 2001 at 11:37:23AM +1100, Mike Cannon-Brookes wrote: Guys, tried to pull down the latest src and compile it but I can't. The build file seems to filter properties like MAJORVERISON, MINORVERSION etc with ant properties that don't exist? I've hard coded them all in my