Re: FW: Re: [PATCHES] Ant configuration

From: Gunnar Rønning <gunnar(at)polygnosis(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Ned Wolpert <ned(dot)wolpert(at)knowledgenet(dot)com>, "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>, Barry Lind <barry(at)xythos(dot)com>
Subject: Re: FW: Re: [PATCHES] Ant configuration
Date: 2001-10-23 19:44:13
Message-ID: m2n12ii1ki.fsf@smaug.polygnosis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

* Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
|
| > Seriously would installing GNU Make be enough, or would you need to install
| > Cygwin and other packages as well ?
|
| GNU make runs natively on Windows.

I know and I've used GNU Make when working with Windows, but that taught
me that you often need alot more than GNU Make to port a makefile to Windows.

Maybe maintaining two versions would be the best, ie. Make is used
when building the distribution and Ant makefiles are provided for the
convenience of users that think Ant works better.

Then you could probably setup some very simple Makefile without full
dependency graph(if you want that you need rely on a tool like jikes
to generate it for you). That basically means that you need to
recompile all *.java files when you have edited one Java file.

--
Gunnar Rønning - gunnar(at)polygnosis(dot)com
Senior Consultant, Polygnosis AS, http://www.polygnosis.com/

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Peter Eisentraut 2001-10-23 20:41:36 Re: FW: Re: [PATCHES] Ant configuration
Previous Message Ned Wolpert 2001-10-23 18:55:28 Re: [PATCHES] Ant configuration