Re: Upgrade to 9 questions

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Albert Kurucz <albert(dot)kurucz(at)gmail(dot)com>
Cc: Samuel Gendler <sgendler(at)ideasculptor(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Upgrade to 9 questions
Date: 2010-10-02 02:34:24
Message-ID: 4CA69A30.5090300@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Albert Kurucz wrote:
> Samuel,
>
> I hat to disagree about that (It is really easy to build yourself.)!
>
> Macro processing in Java sources is the worst nightmare for those who
> would want to take the source files and build it themselves.

The Ant build.xml buildfile shipped with the source does all the
necessary substitutions for you before compiling, so I'm not quite sure
what the problem is.

Of course, if you don't want to use the buildfile, you'll have to do
that work yourself, but that's a bit like trying to build gcc without
using its Makefiles - why would you want to do that?!

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Albert Kurucz 2010-10-02 04:47:25 Re: Upgrade to 9 questions
Previous Message Craig Ringer 2010-10-02 02:02:03 Re: [BUGS] Mapping Hibernate boolean to smallint(Postgresql)