[Geotools-devel] OGR Module Support

2018-10-07 Thread Jared Erickson
Hi all! I would like to get the GeoTools OGR modules back into a status where they are published to a maven repo. The GeoScript Groovy projects uses these modules so I would like to volunteer to keep them compiling. What do I need to do to get them publishing to maven again? Thanks, Jared _

Re: [Geotools-devel] Quiet builds in preparation for the code sprint

2018-10-07 Thread Andrea Aime
On Sun, Oct 7, 2018 at 3:48 PM Jody Garnett wrote: > That is great Andrea! > > As for failing the use of system outband system err - can we make a quick > ant script to grep the test directory and fail any use of system.out or > system.err ? > Actually many of those were in the non test code too

Re: [Geotools-devel] Quiet builds in preparation for the code sprint

2018-10-07 Thread Jody Garnett
That is great Andrea! As for failing the use of system outband system err - can we make a quick ant script to grep the test directory and fail any use of system.out or system.err ? On Sun, Oct 7, 2018 at 2:26 AM Andrea Aime wrote: > Hi, > during the incoming sprint I believe we'll spend a lot o

[Geotools-devel] Quiet builds in preparation for the code sprint

2018-10-07 Thread Andrea Aime
Hi, during the incoming sprint I believe we'll spend a lot of time looking at build logs. So I thought it would have been nice to have a clean log, but right now it's littered with printouts and stack traces that have been accumulated over the years. So I have set out to do three things: 1. Se