[postgis-devel] Autoprobing java source files

Jean David TECHER davidtecher at yahoo.fr
Wed Apr 20 02:50:54 PDT 2005


Hi Markus

I'm not really a "Windows java developers" :-(

 but on windows in order to getting .jar
they have to use MinGW/Msys (used to build postgis and postgresql...) which
contains "find"
---------------------------------------------------------------
TECHER Jean David
01MAP
e-mail: david at 01map.net
Tél: 04 67 45 60 27
Entreprise: http://www.01map.net
Perso: http://techer.pascal.free.fr/postgis/
---------------------------------------------------------------
----- Original Message -----
From: "Markus Schaber" <schabi at logix-tt.com>
To: "PostGIS Development Discussion" <postgis-devel at postgis.refractions.net>
Sent: Wednesday, April 20, 2005 11:23 AM
Subject: [postgis-devel] Autoprobing java source files


> Hello,
>
> The current jdbc2 Makefile contains a hard coded list of java source
> files, which is error-prone and hard to maintain.
>
> I would like to change this to autoprobing of the sourcefiles like:
>
> SRC = $(shell find $(SRCDIR)/ -name '*.java')
>
> This is the same approach that is used by strk in the libjts makefile
> where I shamlessly ripped the idea :-)
>
> Now my question is whether this will work under non-posix environments,
> especially the PostGIS/Windows packagers come in my mind. Can I expect
> Windows java developers to have "find" installed?
>
> Markus
> _______________________________________________
> postgis-devel mailing list
> postgis-devel at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-devel
>






More information about the postgis-devel mailing list