Re: [JDBC] Ant installation (and other) issues!

2001-10-22 Thread Marko Kreen
On Sat, Oct 20, 2001 at 03:54:12PM +0200, Per-Olof Norén wrote: Hi all, I have been listening to the discussions about Ant and the build system. I think that the discussion is missing a point, which I will try to make here :-) [ points for using Ant ] I would describe current JDBC build

[JDBC] JDBC build - take 2

2001-10-22 Thread Marko Kreen
Here is updated patch: * fixed couple of typos. * installdirs and uninstall targets * converted contrib/retep to make too, now no parts of PostgreSQL source _require_ Ant. * made the JUnit tests work too -- marko Index: configure.in

Re: [JDBC] Whatever ... JDBC build patch

2001-10-22 Thread Marko Kreen
On Sat, Oct 20, 2001 at 04:15:56AM +0200, Gunnar Rønning wrote: * Marko Kreen [EMAIL PROTECTED] wrote: | | * driver type is researched in configure, which is the | right place for it. How do distributors that need to build all driver types proceed ? Compile for each platform

[JDBC] Whatever ... JDBC build patch

2001-10-19 Thread Marko Kreen
I thought about the issue, then hacked a bit and the result seems to be quite edible: * spec.{jdbc1,jdbc2,jdbc2e} files which describe contents of different driver editions. So main Makefile is very straightforward. * make builds all source in one go, thus: . avoids hell when old

Re: [JDBC] [PATCHES] Ant configuration

2001-10-18 Thread Marko Kreen
On Wed, Oct 17, 2001 at 07:37:27PM -0700, Barry Lind wrote: I am one of the jdbc maintainers. That is why I posted this to the list as I did. I wanted to see if there was concensus on this issue one way or the other. In looking at your patch, I don't have any problems with it

Re: [JDBC] Fwd: Re: [GENERAL] unicode in 7.1

2001-09-11 Thread Marko Kreen
On Tue, Sep 11, 2001 at 11:39:38AM -0700, Culley Harrelson wrote: Ack! I guess I am hitting this problem I had my database rebuilt to use UNICODE encoding. Data now appears correctly in pgsql but not when filtered through JDBC. Unfortunately Im using the open source

Re: [JDBC] Bug-report (was: JDBC driver in pgsql 7.1 build problem)

2001-05-04 Thread Marko Kreen
On Thu, May 03, 2001 at 11:48:34PM +0200, Rolf Schillinger wrote: Hi again, it`s now offical, I found a bug in JDBC driver in pgsql 7.1 ;) :) I had the following problems: /usr/local/jakarta-ant-1.3/bin//ant -buildfile ../../../build.xml ... expected [javac] return ${major};

Re: [JDBC] Bug-report (was: JDBC driver in pgsql 7.1 build problem)

2001-05-04 Thread Marko Kreen
On Fri, May 04, 2001 at 09:16:38PM +0300, Ned Wolpert wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Date: Fri, 4 May 2001 19:26:48 +0200 From: Marko Kreen [EMAIL PROTECTED] Has anybody had success compiling unpatched 7.1 JDBC driver with JDK1.3 and Ant 1.2/1.3

Re: [JDBC] JDBC driver in pgsql 7.1 build problem

2001-05-03 Thread Marko Kreen
On Thu, May 03, 2001 at 11:35:23AM +0200, Rolf Schillinger wrote: Hi, I have strange problems trying to build the JDBC driver for postgresql 7.1: try this patch: http://www.l-t.ee/marko/pgsql/ant12.diff then 'make clean', 'make' -- marko ---(end of

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