Re: FW: Re: [PATCHES] Ant configuration - Mailing list pgsql-jdbc

From Bruce Momjian
Subject Re: FW: Re: [PATCHES] Ant configuration
Date
Msg-id 200110192319.f9JNJtG05745@candle.pha.pa.us
Whole thread Raw
In response to FW: Re: [PATCHES] Ant configuration  (Ned Wolpert <ned.wolpert@knowledgenet.com>)
Responses Re: FW: Re: [PATCHES] Ant configuration  (Ned Wolpert <ned.wolpert@knowledgenet.com>)
List 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@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-jdbc by date:

Previous
From: Ned Wolpert
Date:
Subject: Re: [PATCHES] Ant configuration
Next
From: Ned Wolpert
Date:
Subject: Re: FW: Re: [PATCHES] Ant configuration