Re: [Geoserver-devel] [Geotools-devel] clean up tmp dir after tests

2016-08-07 Thread Gabriel Roldan
On Sat, Aug 6, 2016 at 5:47 AM, Andrea Aime wrote: > On Fri, Aug 5, 2016 at 9:56 PM, Gabriel Roldan > wrote: > >> In a nutshell: >> - have /tmp/getotools- and /tmp/geoserver- directories >> - run maven with mvn -Djava.io.tmpdir=/tmp/geotools|geoserver- >> - run rm -rf /tmp/geotools|geoserver-/*

Re: [Geoserver-devel] [Geotools-devel] clean up tmp dir after tests

2016-08-06 Thread Andrea Aime
On Fri, Aug 5, 2016 at 9:56 PM, Gabriel Roldan wrote: > In a nutshell: > - have /tmp/getotools- and /tmp/geoserver- directories > - run maven with mvn -Djava.io.tmpdir=/tmp/geotools|geoserver- > - run rm -rf /tmp/geotools|geoserver-/* in the post-build shell > script > Works for me. > > and vo

Re: [Geoserver-devel] [Geotools-devel] clean up tmp dir after tests

2016-08-06 Thread Jody Garnett
If you do this with maven (which can include ant scripts directly tasks like this) then it can still be cross platform. I wonder if it is possible to set the java temp directory provided to the test runner? -- Jody Garnett On 5 August 2016 at 12:56, Gabriel Roldan wrote: > Hello, > > sorry for