[Geotools-devel] Re: [Geoapi-devel] Types and Bindings

2006-05-08 Thread Jody Garnett
Justin Deoliveira wrote: Hi all, Hacking on fm and came across an issue I wanted to start some discussion about. In the new feature model, a *type* has the notion of a *binding*. The binding being an associated java class. For example the simple type: new AttributeType(

[Geotools-devel] Tasks needing to be completed for 2.2.0 release

2006-05-08 Thread Cory Horner
As mentioned in the meeting: http://docs.codehaus.org/display/GEOTOOLS/Tasks+for+2.2.0+release ...are the tasks needed to be done! Please review and edit to your liking. Cheers, Cory. --- Using Tomcat but need to do more? Need to support

[Geotools-devel] FM Status + Plan

2006-05-08 Thread Justin Deoliveira
Hi all, Spent the day getting re-aquainted with FM and thought I would send out an update. Modules in the build: module/coverage module/referencing module/api module/main ext/xml ext/gml2 The xml and gml2 extensions are some of the gtxml stuff that has been going on over the last year. Its

Re: [Geotools-devel] FM Status + Plan

2006-05-08 Thread Jody Garnett
Justin Deoliveira wrote: Hi all, The motivation for this is to be able to test the model top-down (or integration testing). Basically being able to throw gml at the model make sure the it holds up. I think this compliments the unit testing nicley as the two dont really step on each others

Re: [Geotools-devel] FM Status + Plan

2006-05-08 Thread Jody Garnett
Rob Atkinson wrote: It depends a little on what will be in the tests. I would suggest that getting the Feature Model into shape and testing against simple features are kind of like testing a maths processor by testing the result of + 0 and x 1 operations. Maybe not as bad as that, because

Re: [Geotools-devel] Tasks needing to be completed for 2.2.0 release

2006-05-08 Thread David Blasby
Cory Horner wrote: As mentioned in the meeting: http://docs.codehaus.org/display/GEOTOOLS/Tasks+for+2.2.0+release ...are the tasks needed to be done! Please review and edit to your liking. I think you should add PostGIS datastore to Milestone 3 because Geotools isnt really useful without

[Geotools-devel] GeoTools Build Report [ 2006/05/06 23:55 ]

2006-05-08 Thread Paul Ramsey
GeoTools2 module build report 20060506 gt2:referencing cleaned, compiled, tested, INSTALLED 2357 gt2:sample-data cleaned, compiled, tested, INSTALLED 2357 gt2:coverage cleaned, compiled, tested, INSTALLED 2357 gt2:api cleaned, compiled, tested, INSTALLED 2357 gt2:main cleaned,

Re: [Geotools-devel] Tasks needing to be completed for 2.2.0 release

2006-05-08 Thread Jody Garnett
David Blasby wrote: Cory Horner wrote: As mentioned in the meeting: http://docs.codehaus.org/display/GEOTOOLS/Tasks+for+2.2.0+release ...are the tasks needed to be done! Please review and edit to your liking. I think you should add PostGIS datastore to Milestone 3 because Geotools isnt

[Geotools-devel] Trying to add demo to 2.2.x build

2006-05-08 Thread Richard Gould
I just noticed that the demo directory is not being included in the 2.2.x build. I was hoping to quickly add it to the build but noticed that there is no pom.xml file there. Any recommendations for generating one or is there a nice template kicking around I can use? Or should I just consult

[Geotools-devel] Main's dependency on geoapi-legacy

2006-05-08 Thread Richard Gould
Hi everyone, While trying to remove the legacy code for the 2.2.RC3 release, I learned that main still depends on geoapi-legacy. Specifically, the FileSystemGridCoverageExchange class referenced CatalogEntry from geoapi-legacy in some of its methods. Those methods look to be left behind

[Geotools-devel] ListenerList Not serializable

2006-05-08 Thread Clint Lewis
Hi, I am getting a error that ListenerList needs to be serialized, what would the impact be if I make this class implement serializable? org.springframework.remoting.RemoteAccessException: Cannot access HTTP invoker r emote service at

[Geotools-devel] [jira] Created: (GEOT-846) CRS conversions change with versions

2006-05-08 Thread David Heath (JIRA)
CRS conversions change with versions Key: GEOT-846 URL: http://jira.codehaus.org/browse/GEOT-846 Project: GeoTools Type: Bug Components: referencing Versions: 2.2-RC2 Environment: Windows XP Reporter: David

[Geotools-devel] Estimates for merging Feature Model branch onto trunk

2006-05-08 Thread Jesse Eichar
Hi, We've come up with some estimates for how long it could take to merge the Feature Model branch with trunk. It outlines a minimum set of tasks that need to get done before it can be moved. Not all modules will work but all the major plugins/modules will work. You can see the plan

[Geotools-devel] FM Hacking

2006-05-08 Thread Justin Deoliveira
Hi all, Spent a day getting reacquainted with FM. Thought I would throw out a quick update. List of modules in the build: module/coverage module/referencing module/api module/main ext/xml ext/gml2 The xml and gml2 extensions are some of the gtxml based stuff that have been going on over

Re: [Geotools-devel] 2.2.x and ConcurrentHashMap

2006-05-08 Thread Martin Desruisseaux
Jody Garnett a écrit : So what was decided? Main is failing for me ... import EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap; It looks like this jar has not been uploaded to the m2 repo? http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/ConcurrentHashMap.java This

[Geotools-devel] Thanks for everyones help today ...

2006-05-08 Thread Jody Garnett
The logs are posted just thought I would send a couple of the links out to those on the list: The following work is being considered: Releasing 2.2.x - estimate of 5 days - http://docs.codehaus.org/display/GEOTOOLS/Tasks+for+2.2.0+release - when? Well it has always been planned for the next

[Geotools-devel] FM Plan + Update

2006-05-08 Thread Justin Deoliveira
Hi all, Spent the day getting re-aquainted with FM and thought I would send out an update. Modules in the build: module/coverage module/referencing module/api module/main ext/xml ext/gml2 The xml and gml2 extensions are some of the gtxml stuff that has been going on over the last year. Its