|
From: Jody G. <jga...@re...> - 2008-05-26 16:23:19
|
andrea antonello wrote: > Will I be able to download a binary snapshot to which to build against, or am I forced to install the whole maven stuff for geotools development? > You should only have to install maven and work on your *one* module; maven will download everything else you need (including geotools). I have released a 2.5-M2 (actually *just* for you!). > Also I am a bit confused about the location of the svn of geotools. > I had one at: > http://svn.geotools.org/trunk/modules/plugin/arcgrid > > whereas now I found one also in the new udig svn location: > http://svn.refractions.net/udig/geotools/trunk/gt/modules/plugin/arcgrid > > Are those equivalent or even the same? > We just split the codebase: - geotools is at: http://svn.geotools.org/trunk/modules/plugin/arcgri - udig is at: http://svn.refractions.net/udig/udig/trunk The strange corner cases (like the plugin you found above) is where we started an experiment in uDig and moved it to GeoTools; the code is lurking in the corner of this split for historical reasons (we can probably "svn rm" it now...) Jody |