Hi,
After being away from Geotools development for a while, I had some problem to
run "mvn clean install -Dall". The failure was in gt-jdbc-h2gis and it was
complaining about some h2 db files having wrong version in header. In GitHub I
found a PR
<https://github.com/roarbra/geotools/commit/378eab67dda9ce819a5061d5fd0c08bcb4e374cd>
that seemed like a candidate to the misbehaviour. After some more
investigation, I realized that the real problem wasn't the version changes,
rather that there are several temporary h2 databases floating around after a
Maven test run. So the real solution is to get rid of those. Here is were I
found them:
geotools/modules/unsupported/jdbc-h2gis/geotools.mv.db
/private/tmp/H2GISDBTest/h2gis.mv.db
After deleting these I could run "mvn clean install -Dall" without any problem.
I haven't looked into the code to figure out were these path's are set.
Best regards,
Roar Brænden
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel