Re: messages_*.class in CVS

From: Kris Jurka <books(at)ejurka(dot)com>
To: Euler Taveira de Oliveira <eulerto(at)yahoo(dot)com(dot)br>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: messages_*.class in CVS
Date: 2004-10-14 09:38:32
Message-ID: Pine.BSO.4.56.0410140429420.8300@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2004-10-14 10:56:00 Re: tightening up on use of oid 0
Previous Message Kris Jurka 2004-10-14 09:29:39 Re: Corrections and Translation update: pt_BR