Re: [Geotools-gt2-users] Missing Jar Files from the 20.0 release

2018-10-14 Thread Jody Garnett
Still we did include JTS previously and the jar-275 jar. I think the list of missing jars is valid and could be reported as a bug. -- Jody Garnett On Sat, 13 Oct 2018 at 09:44, Ian Turton wrote: > Also, we have never included **all** the jars in releases, that's what > maven is for. > > Ian >

Re: [Geotools-gt2-users] Missing Jar Files from the 20.0 release

2018-10-13 Thread Peter Borissow via GeoTools-GT2-Users
Bummer... OK, in that case I can use my old jars :-) On Saturday, October 13, 2018, 3:08:14 PM EDT, Andrea Aime wrote: Geotools does not work on Java 9, 10, not 11. Please use Java 8. CheersAndrea Il sab 13 ott 2018, 17:59 Peter Borissow via GeoTools-GT2-Users ha scritto: Hello,   

Re: [Geotools-gt2-users] Missing Jar Files from the 20.0 release

2018-10-13 Thread Andrea Aime
Geotools does not work on Java 9, 10, not 11. Please use Java 8. Cheers Andrea Il sab 13 ott 2018, 17:59 Peter Borissow via GeoTools-GT2-Users < geotools-gt2-users@lists.sourceforge.net> ha scritto: > Hello, > I am dusting off some old code that relies on GeoTools to calculate > distances us

Re: [Geotools-gt2-users] Missing Jar Files from the 20.0 release

2018-10-13 Thread Ian Turton
I'm pretty sure it is mostly just a historical artifact, i.e. we always used to put them there. Ian On Sat, 13 Oct 2018 at 18:19, Peter Borissow wrote: > Thanks Ian, > I understand how to pull down the jars via maven. I also know that > historically the downloads from SourceForge don't incl

Re: [Geotools-gt2-users] Missing Jar Files from the 20.0 release

2018-10-13 Thread Peter Borissow via GeoTools-GT2-Users
Thanks Ian,    I understand how to pull down the jars via maven. I also know that historically the downloads from SourceForge don't include all the jars. But why not? I guess I don't understand the point of the SourceForge bundle download if you need maven anyway? Peter On Saturday, Octob

Re: [Geotools-gt2-users] Missing Jar Files from the 20.0 release

2018-10-13 Thread Ian Turton
Also, we have never included **all** the jars in releases, that's what maven is for. Ian On Sat, 13 Oct 2018 at 17:41, Ian Turton wrote: > Check out the GeoTools Upgrade notes for all the changes - > http://docs.geotools.org/stable/userguide/welcome/upgrade.html > > Ian > > On Sat, 13 Oct 2018

Re: [Geotools-gt2-users] Missing Jar Files from the 20.0 release

2018-10-13 Thread Ian Turton
Check out the GeoTools Upgrade notes for all the changes - http://docs.geotools.org/stable/userguide/welcome/upgrade.html Ian On Sat, 13 Oct 2018 at 16:57, Peter Borissow via GeoTools-GT2-Users < geotools-gt2-users@lists.sourceforge.net> wrote: > Hello, > I am dusting off some old code that

[Geotools-gt2-users] Missing Jar Files from the 20.0 release

2018-10-13 Thread Peter Borissow via GeoTools-GT2-Users
Hello,    I am dusting off some old code that relies on GeoTools to calculate distances using the org.geotools.geometry.jts.JTS class. Example: DefaultGeographicCRS crs = DefaultGeographicCRS.WGS84; distance = JTS.orthodromicDistance(     coord,     prevCoord,     crs ); I am building using Java