Received: from localhost (postgresql.org [64.49.215.8]) by postgresql.org (Postfix) with ESMTP id 94666477494 for ; Fri, 24 Jan 2003 11:38:10 -0500 (EST) Received: from mail.xythos.com (ip-216-36-77-241.dsl.sjc.megapath.net [216.36.77.241]) by postgresql.org (Postfix) with ESMTP id 8A7464761C0 for ; Fri, 24 Jan 2003 11:15:30 -0500 (EST) Received: from ravms by mail.xythos.com with mail-ok (Exim 3.36 #3) id 18c6UQ-000558-00; Fri, 24 Jan 2003 16:15:34 +0000 Received: from h-66-166-17-184.snvacaid.covad.net ([66.166.17.184] helo=xythos.com) by mail.xythos.com with asmtp (Exim 3.36 #3) id 18c6UQ-00054x-00; Fri, 24 Jan 2003 16:15:34 +0000 Message-ID: <3E30D0B4.2030904@xythos.com> Date: Thu, 23 Jan 2003 21:35:48 -0800 From: Barry Lind User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Renaud Waldura Cc: pgsql-jdbc@postgresql.org Subject: Re: Requiring Ant 1.5 for build breaks JDK 1.1 compatibility References: <000a01c2c050$69c79780$011211ac@biohz.net> In-Reply-To: <000a01c2c050$69c79780$011211ac@biohz.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Envelope-To: renaud@waldura.com, pgsql-jdbc@postgresql.org X-Virus-Scanned: by AMaViS new-20020517 X-Archive-Number: 200301/263 X-Sequence-Number: 6113 Renaud, What sort of problems are you having building with ant 1.5 and jdk 1.1? I don't have any problems building with ant 1.6 and jdk1.1. Also, have you tried the prebuilt jar files on jdbc.postgresql.org? --Barry Renaud Waldura wrote: > Dear PostgreSQL JDBC driver developers, > > I was pleased to find that your JDBC driver for PostgreSQL only requires JDK > 1.1 for minimal functionality. Congratulations and thank you for doing so. > > Unfortunately building the driver requires Ant 1.5, which itself requires > JDK 1.2. This dependency breaks the ability to compile and use the driver on > a JDK 1.1 platform such as mine. > > I tried to build the driver with Ant 1.4, which only requires JDK 1.1, and > it worked in fact just fine, apart from some minor problems for which I > include a patch. It appears to me the Ant 1.5 (thus JDK 1.2) dependency is a > rather weak one, and only present for convenience reasons. > > As this breaks JDK 1.1 compatibility, which the driver itself supports, I > wish you would reconsider, and maybe altogether drop, this dependency. > Thanks! > > The included patch allowed me to cleanly build and compile version 7.3.1 of > the JDBC driver on FreeBSD 4.2. > > --Renaud > > > ------------------------------------------------------------------------ > > > ---------------------------(end of broadcast)--------------------------- > TIP 3: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to majordomo@postgresql.org so that your > message can get through to the mailing list cleanly