Re: FW: Re: [PATCHES] Ant configuration - Mailing list pgsql-jdbc

From Gunnar Rønning
Subject Re: FW: Re: [PATCHES] Ant configuration
Date
Msg-id m2n12ii1ki.fsf@smaug.polygnosis.com
Whole thread Raw
In response to Re: FW: Re: [PATCHES] Ant configuration  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-jdbc
* Peter Eisentraut <peter_e@gmx.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@polygnosis.com
Senior Consultant, Polygnosis AS, http://www.polygnosis.com/

pgsql-jdbc by date:

Previous
From: "Jayesh K. Parayali"
Date:
Subject: gcj
Next
From: Ned Wolpert
Date:
Subject: Re: FW: Re: [PATCHES] Ant configuration