Re: Ant configuration - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Ant configuration
Date
Msg-id 200110190114.f9J1EnN09608@candle.pha.pa.us
Whole thread Raw
In response to Re: Ant configuration  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Ant configuration
List pgsql-patches
> Barry Lind writes:
>
> > I don't like this patch.  If anything I think we should remove the
> > dependency on ANT, not remove the dependency on make.
>
> The use of Ant originally seemed attractive because it would solve the
> detection of the jdk version, the portable invocation of the compiler, and
> the dependency generation.  However, I must currently consider this
> experiment a failure, because for each problem Ant solves it introduces a
> load of worse problems into the system.  Thus, if we can agree to work out
> a configure/make-based system for the next release I would be very much
> for it.

I think I can safely at to TODO:

    JDBC
        o Move from Ant to Make builds

--
  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-patches by date:

Previous
From: Gunnar Rønning
Date:
Subject: Re: [JDBC] Ant configuration
Next
From: Gerhard Häring
Date:
Subject: Re: Patch to fix memory leak in fetch in Python interface.