Re: [PATCHES] Ant configuration

From: Barry Lind <barry(at)xythos(dot)com>
To: Marko Kreen <marko(at)l-t(dot)ee>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [PATCHES] Ant configuration
Date: 2001-10-18 02:37:27
Message-ID: 3BCE4067.7050001@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-patches

Marko,

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 technically, but I would hate to have it applied, only to remove the
entire functionality in the future (although I guess that doesn't really
hurt anything).

I do appreciate you taking your time to put this patch together and
submitting it. That is how open source projects work after all. I just
want to make sure there is agreement that this is the right direction
people want the jdbc driver to go.

thanks,
--Barry

Marko Kreen wrote:

> On Wed, Oct 17, 2001 at 01:23:13PM -0700, Barry Lind wrote:
>
>>I don't like this patch. If anything I think we should remove the
>>dependency on ANT, not remove the dependency on make.
>>
>>By requiring ANT, we provide yet another hurdle for someone wanting to
>>use JDBC with postgres. I would prefer that the build environment be
>>the same for the database as for the jdbc code.
>>
>>Anything that makes it more difficult to download the source and get
>>going with it is a negative in my opinion. And from my perspective
>>requiring the download of an additional tool (ANT in this case) makes it
>>more difficult.
>>
>
> I have no strong feelings about current situation, I simply made
> it more flexible. About changing it, you should consult JDBC
> maintainers first, maybe they have some good reason why its
> so...
>
>
>>I already know that some binary distributions of postgres do not include
>>JDBC simply because it is too complex to get ANT installed in their
>>build environment. (complex perhaps isn't the right word, but it is more
>>work than they are willing to put in for a small feature of postgres).
>>
>
> JDBC driver is simply a .jar file, I think it should be more
> easily downloadable from main website. (JDBC1/JDBC2 edition...)
>
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mark Lillywhite (pg-jdbc) 2001-10-18 06:18:45 Large Object exceptions
Previous Message Barry Lind 2001-10-18 02:17:55 Re: J2SE 1.4 and other patches

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-10-18 15:24:33 Re: Patch to fix memory leak in fetch in Python interface.
Previous Message Dave Cramer 2001-10-18 01:16:47 Re: [PATCHES] Ant configuration