[Geotools-devel] Some shp fixes

2008-01-15 Thread Jesse Eichar
Hi All, I've got all the shapefile tests passing. But I have added a new "feature"? The shapefile datastore.dispose() method check if all the locks have been released and if not logs a big log. Also the finalizer logs the same log. So the massive log is being printed numerous times

Re: [Geotools-devel] LEGAL: Towards graduation

2008-01-15 Thread Martin Desruisseaux
Adrian Custer a écrit : (about copyright assignment to OSGEO rathet than FSF): > A. We need to confirm that we are going this route and address > any residual concerns any of those who are willing to assign > copyright may still have. If anyone would like an other route th

Re: [Geotools-devel] TXT grammar as GEOT-1666

2008-01-15 Thread Jody Garnett
Okay you are the module maintainer; I will make a formal proposal page for this one... - http://docs.codehaus.org/display/GEOTOOLS/Extention+of+CQL+to+match+abilities+of+Filter - http://jira.codehaus.org/browse/GEOT-1666 I created a child of this page to work on the BNF (taking your original wi

Re: [Geotools-devel] Building for 9 hours long on hudson?

2008-01-15 Thread Justin Deoliveira
Wierd... with continuum i saw this come up a few times as well. It seems that killing the build and starting anew worked. Perhaps just a fluke situation. Andrea Aime wrote: > Hi, > I looked at the build because of a local build break and > noticed that hudson has been building gt2-trunk build #100

Re: [Geotools-devel] Hudson does not cover gt2 2.4.x and... guess what?

2008-01-15 Thread Justin Deoliveira
Ha... figures. This time around I decided not to set up geotools 2.4.x since its supposed to be more or less "stable"... The rationale being that having a build tool handle one geotools build is strain enough... having two going might just be what is pushing them over the edge. However I am quite h

[Geotools-devel] [jira] Created: (GEOT-1673) ShapefileRenderer fails to handle filters using bbox literals

2008-01-15 Thread Andrea Aime (JIRA)
ShapefileRenderer fails to handle filters using bbox literals - Key: GEOT-1673 URL: http://jira.codehaus.org/browse/GEOT-1673 Project: GeoTools Issue Type: Bug Affects Versions:

[Geotools-devel] [jira] Created: (GEOT-1672) Shapefile renderer might stop drawing at all if the query sports a filter or a sld using the geometry column

2008-01-15 Thread Andrea Aime (JIRA)
Shapefile renderer might stop drawing at all if the query sports a filter or a sld using the geometry column Key: GEOT-1672 URL: http://jira.codehaus.org/

Re: [Geotools-devel] MockPropertyAccessorFactory not found?

2008-01-15 Thread Jesse Eichar
That was the hint I needed. The test/resources was a source folder and getting in the way when I ran the shapefile tests. The MockPropertyAccessor Class was getting chosen as the PropertyAccessor and was causing errors. I removed the directory and now it works... I wonder if I have to ad

Re: [Geotools-devel] MockPropertyAccessorFactory not found?

2008-01-15 Thread Martin Desruisseaux
Jesse Eichar a écrit : > If any one knows what might be causing these errors please let me know > because this is making debugging shapefile REALLY hard. I can't use > eclipse to debug the issue. An error occured while loading PropertyAccessorFactory implementations. According the META-INF/se

Re: [Geotools-devel] MockPropertyAccessorFactory not found?

2008-01-15 Thread Jesse Eichar
If any one knows what might be causing these errors please let me know because this is making debugging shapefile REALLY hard. I can't use eclipse to debug the issue. Jesse Le 14-Jan-08 à 3:10 PM, Jody Garnett a écrit : > This stack trace is a bit more helpful: >> sun.misc.ServiceConfigurat

Re: [Geotools-devel] Shapefile datastore

2008-01-15 Thread Jody Garnett
Jesse here on Jody's windows machine: I have solved that problem Andrea. It was the windows FileLocking that was deadlocking because there was one place where the lock wasn't released. But that is solved and now the temporary files are not all being deleted and that is causing problems. Shou

[Geotools-devel] Please never run automatic formatting tools in coverage module

2008-01-15 Thread Martin Desruisseaux
Automatic formatting tools do not deserve the "beautifier" name. They are actually "averager": they improve ugly code, and turn code that was already formatted into something more difficult to read. Also I would prefer to avoid tabulations for indentation in coverage module. Please use spaces inst

[Geotools-devel] Hudson does not cover gt2 2.4.x and... guess what?

2008-01-15 Thread Andrea Aime
The build on 2.4.x is broken, allelujah :) Here is the test failure I'm seeing (seems to be somewhat related to Saul's recent activity on the wms module): [INFO] [INFO] Building Web Map Server client [INFO]task-segment:

[Geotools-devel] LEGAL: Towards graduation

2008-01-15 Thread Adrian Custer
Hey all, Rumors brought by grey mice to the basement where I work appear to suggest that the OSGeo board accepted the proposed copyright assignment agreement (hereinafter CAA). The mice were too interested in the cheese used to bribe them to tell us anything else about what happened at that meetin

[Geotools-devel] [jira] Created: (GEOT-1671) Shapefile renderer cascade onto StreamingRenderer triggers memory leaks

2008-01-15 Thread Andrea Aime (JIRA)
Shapefile renderer cascade onto StreamingRenderer triggers memory leaks --- Key: GEOT-1671 URL: http://jira.codehaus.org/browse/GEOT-1671 Project: GeoTools Issue Type: Bug

Re: [Geotools-devel] [Geotools-gt2-users] CoordSys clause parsing support in MIF plugin

2008-01-15 Thread Mathieu Coudert
Hi Andrea, Thanks for proposing this, I'm very interested in picking it up as a maintainer. Obviously, with the free cycles I'll have. Cheers, Mathieu On Jan 14, 2008 6:03 PM, Andrea Aime <[EMAIL PROTECTED]> wrote: > Martin Desruisseaux ha scritto: > > Hi Mathieu > ... > > It would be nice if y

Re: [Geotools-devel] Shapefile datastore

2008-01-15 Thread Andrea Aime
Jesse Eichar ha scritto: > Naturally the wonderful windows platform doesn't like my work. So I > have to do some debugging there. Hum, yes, on windows the build deadlocks badly after throwing a slew of locking errors. Jesse, I haven't looked at the code, so I don't know if this helps, but in an

[Geotools-devel] Building for 9 hours long on hudson?

2008-01-15 Thread Andrea Aime
Hi, I looked at the build because of a local build break and noticed that hudson has been building gt2-trunk build #100 for 9 hours straight... The console output stopped here: INFO] [INFO] Building PostGIS module [INF