Re: [mkgmap-dev] [PATCH v1] Precompiled sea generator

2012-06-26 Thread WanMil
Hi Additionally you need some geotools libs (they are not downloaded by ivy). You can download it from http://sourceforge.net/projects/geotools/files/ After a lot of trial and error, I came up with the attached patch that downloads the required libs. Great!! It may be necessary to

Re: [mkgmap-dev] [PATCH v1] Precompiled sea generator

2012-06-26 Thread WanMil
Hi Additionally you need some geotools libs (they are not downloaded by ivy). You can download it from http://sourceforge.net/projects/geotools/files/ After a lot of trial and error, I came up with the attached patch that downloads the required libs. Great!! It may be necessary to

Re: [mkgmap-dev] [PATCH v1] Precompiled sea generator

2012-06-26 Thread Steve Ratcliffe
Hi Uuups, I was a little bit too quick. Using the build.xml = clean-cache and resolve four new libs are missing: gt-cql-2.7.5.jar gt-data-2.7.5.jar gt-main-2.7.5.jar gt-shapefile-2.7.5.jar OK new patch attached. I remember adding gt-cql before - but is gt-shapefile really needed? ..Steve

Re: [mkgmap-dev] [PATCH v1] Precompiled sea generator

2012-06-26 Thread WanMil
Hi Uuups, I was a little bit too quick. Using the build.xml = clean-cache and resolve four new libs are missing: gt-cql-2.7.5.jar gt-data-2.7.5.jar gt-main-2.7.5.jar gt-shapefile-2.7.5.jar OK new patch attached. I remember adding gt-cql before - but is gt-shapefile really needed?