Re: messages_*.class in CVS - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: messages_*.class in CVS
Date
Msg-id Pine.BSO.4.56.0410140429420.8300@leary.csoft.net
Whole thread Raw
In response to messages_*.class in CVS  (Euler Taveira de Oliveira <eulerto@yahoo.com.br>)
List pgsql-jdbc

On Thu, 14 Oct 2004, Euler Taveira de Oliveira wrote:

> Hi,
>
> I'm thinking about the messages_*.class that gettext just build after
> msgfmt. Is it necessary in CVS? Every rebuild will change it and I
> think it's a waste of time and disk updating it every time.
> Comments?
>

The decision to put the .class files in cvs was made to not require
everyone to have the gettext tools available to build the driver. As a
Java project the only things we require are a JDK and Ant.  The server is
a little different in that a nls enabled build has a runtime requirement
of the gettext library so it's reasonable to expect the gettext tools to
be available at build time.  For us, the produced .class files have no
runtime dependecies, so we don't want to add any build dependencies.
Also, the current translation updating script is a shell script which is
not exactly portable either.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: FW: Question about the postgres resultset implementation
Next
From: Oliver Jowett
Date:
Subject: Re: tightening up on use of oid 0