Re: FW: Re: [PATCHES] Ant configuration

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Ned Wolpert <ned(dot)wolpert(at)knowledgenet(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: FW: Re: [PATCHES] Ant configuration
Date: 2001-10-19 23:19:55
Message-ID: 200110192319.f9JNJtG05745@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

> I guess I can make an argument either way. The real way to answer this is to
> ask if one cares if you can build the JDBC driver on window's only platform
> without cygwin installed.
>
> -If the answer is no, that one wouldn't build the JDBC driver without building
> the rest of postgresql, then the build process should be tied to make, like
> the rest of postgresql, for simplisity in maintence.
>
> -However, if the JDBC driver should be able to be built without having to
> build postgresql, (on platforms without UNIX-compatiablity layer like cygwin)
> for client use only, then yes, use Ant to achive platform-independance.

One significant issue here is that unlike our other binaries, the JAR
files run on any platform so they don't really need to compile in MS
Win. They can just download it from a web site or we could ship the
jdbc JAR ourselves.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Ned Wolpert 2001-10-19 23:47:25 Re: FW: Re: [PATCHES] Ant configuration
Previous Message Ned Wolpert 2001-10-19 18:57:19 Re: [PATCHES] Ant configuration