[Geotools-devel] Moving to geoapi-2.1-SNAPSHOT

2006-08-21 Thread Justin Deoliveira
Hi all, Does anyone object to moving trunk to build against the geoapi 2.1 snapshot? The xml filter 1.1 work is being written against the geoapi filter interfaces and I have run into a few issues. Nothing major, but I would like to be able to pick them up easily. -Justin -- Justin Deoliveira

[Geotools-devel] [jira] Created: (GEOT-933) Investigate SoftReferences for Caching time-expensive objects.

2006-08-21 Thread Simone Giannecchini (JIRA)
Investigate SoftReferences for Caching time-expensive objects. -- Key: GEOT-933 URL: http://jira.codehaus.org/browse/GEOT-933 Project: GeoTools Issue Type: Improvement Com

[Geotools-devel] [jira] Created: (GEOT-932) Consider using LRULinkedHashMap for building pools in the Referencing module.

2006-08-21 Thread Simone Giannecchini (JIRA)
Consider using LRULinkedHashMap for building pools in the Referencing module. - Key: GEOT-932 URL: http://jira.codehaus.org/browse/GEOT-932 Project: GeoTools Issue T

[Geotools-devel] FOSS4G OSGeo Project visibility

2006-08-21 Thread Jody Garnett
It seems that this is a person we need to coordinate, to discuss at current geotools meeting last agenda topic. Original Message Subject:[Incubator] FOSS4G OSGeo Project visibility Date: Mon, 21 Aug 2006 19:24:51 +0200 From: Arnulf Christl <[EMAIL PROTECTED]> Reply-T

Re: [Geotools-devel] Time to deprecate org.geotools.filter.Filter

2006-08-21 Thread Jody Garnett
Yes we will deprecate before 2.3 goes out the door, we cannot ask the datastore implementors to start using the new interfaces across the board until next release. But yes even without switching to the new feature model (sob!), we should change our interfaces over to use geoapi filter. Note geot

[Geotools-devel] Time to deprecate org.geotools.filter.Filter

2006-08-21 Thread Justin Deoliveira
With the change over to the geoapi filter / expression interfaces is it time to start deprecating the older filter and expression interfaces? I am running into an issue with GeoServer in that the xml filter parsing parses directly to the geoapi interfaces, so I am constantly having to cast down. I

[Geotools-devel] [Fwd: Re: Asking permission to add a new module]

2006-08-21 Thread Richard Gould
--- Begin Message --- +1 Richard Gould wrote: +1 On Mon, 2006-21-08 at 10:15 +0200, Martin Desruisseaux wrote: Would like to add a new module, "plugin/epsg-ext", for the following JIRA task: http://jira.codehaus.org/browse/GEOT-774 Martin. --

Re: [Geotools-devel] Asking permission to add a new module

2006-08-21 Thread Chris Holmes
+1 Richard Gould wrote: +1 On Mon, 2006-21-08 at 10:15 +0200, Martin Desruisseaux wrote: Would like to add a new module, "plugin/epsg-ext", for the following JIRA task: http://jira.codehaus.org/browse/GEOT-774 Martin. -

Re: [Geotools-devel] [Fwd: [VisCom] FOSS4G OSGeo Project visibility]

2006-08-21 Thread Jody Garnett
Hi Chris, I tried to gather up people to attend the VisCom meeting last week (and we did not make it). I can put some time, justin is also a member so may want to pay his dues :-) Jody > Visibility opportunity at OSGeo. Who's available to staff an > exhibition table? I can definitely put som

Re: [Geotools-devel] Asking permission to add a new module

2006-08-21 Thread Jody Garnett
Martin Desruisseaux wrote: > Jody Garnett a écrit : >> I have been having a few tough talks about geotools quality later >> (with how shall we say, concerned investors). I am +1 for the >> creation of the new module, however I would like to lock down >> conformance to our developers guide before

Re: [Geotools-devel] Asking permission to add a new module

2006-08-21 Thread Richard Gould
+1 On Mon, 2006-21-08 at 10:15 +0200, Martin Desruisseaux wrote: > Would like to add a new module, "plugin/epsg-ext", for the following JIRA > task: > > http://jira.codehaus.org/browse/GEOT-774 > > Martin. > > -

Re: [Geotools-devel] [Fwd: [VisCom] FOSS4G OSGeo Project visibility]

2006-08-21 Thread Brent Owens
I can put some time in. Brent Owens (The Open Planning Project) Chris Holmes wrote: > Visibility opportunity at OSGeo. Who's available to staff an > exhibition table? I can definitely put some time in. > > Chris > > Original Message > Subject: [VisCom] FOSS4G OSGeo Project

[Geotools-devel] [Fwd: [VisCom] FOSS4G OSGeo Project visibility]

2006-08-21 Thread Chris Holmes
Visibility opportunity at OSGeo. Who's available to staff an exhibition table? I can definitely put some time in. Chris Original Message Subject: [VisCom] FOSS4G OSGeo Project visibility Date: Mon, 21 Aug 2006 19:24:51 +0200 From: Arnulf Christl <[EMAIL PROTECTED]> Reply-To:

Re: [Geotools-devel] geotools Build Failed (ImageMosaicReaderTest)

2006-08-21 Thread Justin Deoliveira
Seems this test is down. The cruise build is failing and i have verified in my local checkout. -Justin [EMAIL PROTECTED] wrote: > View results here -> > http://geo.openplans.org:9090/buildresults/geotools?log=log20060821100406 > >

[Geotools-devel] geotools Build Failed

2006-08-21 Thread jdeolive
View results here -> http://geo.openplans.org:9090/buildresults/geotools?log=log20060821100406 - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology

Re: [Geotools-devel] maven setup question

2006-08-21 Thread Antonello Andrea
Hi Justin, > The way the maven eclipse stuff works is that it creates multiple > projects for each module, not a single project with multiple sources. So > if you run 'mvn eclipse:eclipse' from your 'gt' directory, then go to > eclipse and point the import wizard at that directory you should pic

Re: [Geotools-devel] Asking permission to add a new module

2006-08-21 Thread Martin Desruisseaux
Jody Garnett a écrit : > I have been having a few tough talks about geotools quality later (with > how shall we say, concerned investors). I am +1 for the creation of the > new module, however I would like to lock down conformance to our > developers guide before the module is included in the ni

Re: [Geotools-devel] maven setup question

2006-08-21 Thread Justin Deoliveira
Hi Antonello, The way the maven eclipse stuff works is that it creates multiple projects for each module, not a single project with multiple sources. So if you run 'mvn eclipse:eclipse' from your 'gt' directory, then go to eclipse and point the import wizard at that directory you should pick up al

Re: [Geotools-devel] Asking permission to add a new module

2006-08-21 Thread Jody Garnett
Hi Martin, I have been having a few tough talks about geotools quality later (with how shall we say, concerned investors). I am +1 for the creation of the new module, however I would like to lock down conformance to our developers guide before the module is included in the nightly builds or re

Re: [Geotools-devel] [Geoserver-devel] Irksome CRS Solutions

2006-08-21 Thread Jody Garnett
Chris Holmes wrote: >> Updated the page with a quote from the WFS 1.1 specification, and >> explained that the URN approach was an experiment carried out by the >> OGC as part of OWS-3. I do expect a future WMS specification to use >> this approach, however you are correct that only a standards

Re: [Geotools-devel] Asking permission to add a new module

2006-08-21 Thread Ian Turton
+1 Ian - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache

[Geotools-devel] [jira] Created: (GEOT-931) Oracle feature writer may not handle null geometries properly

2006-08-21 Thread Andrea Aime (JIRA)
Oracle feature writer may not handle null geometries properly - Key: GEOT-931 URL: http://jira.codehaus.org/browse/GEOT-931 Project: GeoTools Issue Type: Improvement Compo

[Geotools-devel] Build failure in imagemosaic?

2006-08-21 Thread Martin Desruisseaux
I got the attached failures in JUnit test suite. I'm not sure that it is not caused by pending changes in my local copy, but I don't think so. Martin. --- Test set: org.geotools.gce.imagemosaic.ImageMosaicReaderT

Re: [Geotools-devel] Could we clean up our javadocs?

2006-08-21 Thread Martin Desruisseaux
Adrian Custer a écrit : > Every javadoc source I look at these days is different: > > * javadocs.geotools.fr/This may be the most recent It is regenerated every sunday. > --can you all sync so we have a common set of javadocs? We are still trying to improve javadoc generation. I just comm

[Geotools-devel] [jira] Created: (GEOT-930) Where's the LGPL?

2006-08-21 Thread Adrian Custer (JIRA)
Where's the LGPL? - Key: GEOT-930 URL: http://jira.codehaus.org/browse/GEOT-930 Project: GeoTools Issue Type: Bug Reporter: Adrian Custer Priority: Blocker The LGPL is not in our distro!? 1) Add the

Re: [Geotools-devel] The state of rendering

2006-08-21 Thread Andrea Aime
Adrian Custer ha scritto: > Hey all, > > Trying to get a grip on rendering: which renderers are which and where > we are going. > > > 1) Are the Renderer and Renderer2D interfaces deprecated? These were > used by the two lite renderers both of which have been deprecated for > streamingRenderer.

[Geotools-devel] [jira] Created: (GEOT-929) Typo in javadocs of GTRender.java, patch attached

2006-08-21 Thread Adrian Custer (JIRA)
Typo in javadocs of GTRender.java, patch attached - Key: GEOT-929 URL: http://jira.codehaus.org/browse/GEOT-929 Project: GeoTools Issue Type: Bug Components: core render R

[Geotools-devel] The state of rendering

2006-08-21 Thread Adrian Custer
Hey all, Trying to get a grip on rendering: which renderers are which and where we are going. 1) Are the Renderer and Renderer2D interfaces deprecated? These were used by the two lite renderers both of which have been deprecated for streamingRenderer. 2) GTRenderer interface, "typical usage"

[Geotools-devel] Could we clean up our javadocs?

2006-08-21 Thread Adrian Custer
hey all, Every javadoc source I look at these days is different: * javadocs.geotools.fr/This may be the most recent * http://udig.refractions.net/docs/api-geotools/ When was this generated? * javadocs in the distribution We already know these are missing ext/ classes. --can you all sync

Re: [Geotools-devel] Dependencies for demo-introduction

2006-08-21 Thread Andrea Aime
Adrian Custer ha scritto: > Hey Andrea, > > I'm trying to re-import stuff into eclipse and I'm getting errors that > demo/introduction wants main, shapefile and epsg-wkt in version 2.4.1. > Any chance one of your changes to the pom.xml is responsible? Sorry, can't reproduce... you sure you don't

Re: [Geotools-devel] Asking permission to add a new module

2006-08-21 Thread Andrea Aime
Martin Desruisseaux ha scritto: > Would like to add a new module, "plugin/epsg-ext", for the following JIRA > task: +1 Cheers Andrea - Using Tomcat but need to do more? Need to support web services, security? Get stuff done

[Geotools-devel] maven setup question

2006-08-21 Thread Antonello Andrea
Hi, I'm trying to setup the maven build environment in eclipse, but I have some (I'm pretty sure) trivial problem: I checked out the whole gt trunc and created an eclipse project on it, setting the src folders to all those modules and plugins I at least heard about. Before I tried to build foll

[Geotools-devel] Asking permission to add a new module

2006-08-21 Thread Martin Desruisseaux
Would like to add a new module, "plugin/epsg-ext", for the following JIRA task: http://jira.codehaus.org/browse/GEOT-774 Martin. - Using Tomcat but need to do more? Need to support web services, security? Get st

[Geotools-devel] Accidental inclusion of junit1666449564.properties on SVN?

2006-08-21 Thread Martin Desruisseaux
The following file sound like accidental inclusion on SVN: http://svn.geotools.org/geotools/trunk/gt/module/main/junit1666449564.properties Can I delete it? Martin. - Using Tomcat but need to do more? Need to suppo

[Geotools-devel] Dependencies for demo-introduction

2006-08-21 Thread Adrian Custer
Hey Andrea, I'm trying to re-import stuff into eclipse and I'm getting errors that demo/introduction wants main, shapefile and epsg-wkt in version 2.4.1. Any chance one of your changes to the pom.xml is responsible? Does anyone else have ideas about this? thanks, adrian ---