Re: [Geotools-devel] [ExternalEmail] Re: compile failure?

2013-05-30 Thread Jody
Thanks Ben, the build now worked for me: - clean build, maven 3.0.4 - clean build, maven 3.0.5 On Tue, May 28, 2013 at 6:04 PM, Ben Caradoc-Davies ben.caradoc-dav...@csiro.au (mailto:ben.caradoc-dav...@csiro.au) wrote: Jody and Mauro, I have pushed a fix to master. Please try again.

Re: [Geotools-devel] [ExternalEmail] Re: compile failure?

2013-05-29 Thread Mauro Bartolomeoli
I can confirm is correctly building now with Maven 3 on Windows. Thanks Ben. Mauro 2013/5/28 Ben Caradoc-Davies ben.caradoc-dav...@csiro.au Jody and Mauro, I have pushed a fix to master. Please try again. Kind regards, Ben. On 28/05/13 15:53, Ben Caradoc-Davies wrote: And fails

Re: [Geotools-devel] [ExternalEmail] Re: compile failure?

2013-05-28 Thread Ben Caradoc-Davies
It fails repeatedly in Eclipse when my workspace is clean. After a successful Maven run of the tests, it passes every time in Eclipse. On 28/05/13 15:38, Ben Caradoc-Davies wrote: Oh, you are quite right: it is intermittent, even in Eclipse. -- Ben Caradoc-Davies ben.caradoc-dav...@csiro.au

Re: [Geotools-devel] [ExternalEmail] Re: compile failure?

2013-05-28 Thread Ben Caradoc-Davies
And fails repeatably in Maven when run by itself using -Dtest=GMLParserTest. The reason appears to be it relying on the side effects of SchemaParserTest or SchemaParser2Test, which copy the missing resource to test-classes. If GMLParserTest runs first, it fails. On 28/05/13 15:43, Ben

Re: [Geotools-devel] [ExternalEmail] Re: compile failure?

2013-05-28 Thread Ben Caradoc-Davies
Jody and Mauro, I have pushed a fix to master. Please try again. Kind regards, Ben. On 28/05/13 15:53, Ben Caradoc-Davies wrote: And fails repeatably in Maven when run by itself using -Dtest=GMLParserTest. The reason appears to be it relying on the side effects of SchemaParserTest or