Re: [Geotools-devel] Profile for Java6 (was BUILD SUCCESSFUL: Geotools Trunk_

2007-02-09 Thread Cory Horner
Justin Deoliveira wrote: > Hmmm, not sure it is worth the trouble. That class is only used in one > test case which tests a "MockJDBCDataStore". I dont' believe any of the > test coverage is all that useful to any of the subclasses. I would be > more inclined to just remove it. Yeah... let's ki

[Geotools-devel] [continuum] BUILD SUCCESSFUL: Geotools 2.3.x

2007-02-09 Thread Continuum
http://geo.openplans.org:9090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/224/buildId/531 - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-

Re: [Geotools-devel] porting cql module to 2.3.x

2007-02-09 Thread Jody Garnett
Hi Gabriel we should put CQL into the api and data module on trunk. We can do this now if you are game and have time. The expression language stuff is a direction for "data access" to walk in (since other query languages besides CQL are supported by catalogs for example); it has no effect on CQ

Re: [Geotools-devel] porting cql module to 2.3.x

2007-02-09 Thread Gabriel Roldán
Hi Andrea, I just backported the cql module to 2.3.x. Out of the build by now though, until we figure out that expression language factory stuff Jody talks about... Jody: do you really think it is worth right now? if so, suggestions appreciated. cheers, Gabriel On Thursday 25 January 2007 23

Re: [Geotools-devel] Current build failure

2007-02-09 Thread Justin Deoliveira
From what I can tell the last build seems to be failing on hsql. I have seen this module fail randomly before, looking into it now... -Justin Saul Farber wrote: > Hey all, > > I'm a little stumped...what's up with the current continuum build failing? > > Here's the error message: > > /home/c

[Geotools-devel] [jira] Created: (GEOT-1158) Allow parsing just Expressions through CQL FilterBuilder, currently only allows a full Filter

2007-02-09 Thread JIRA
Allow parsing just Expressions through CQL FilterBuilder, currently only allows a full Filter - Key: GEOT-1158 URL: http://jira.codehaus.org/browse/GEOT-1158

[Geotools-devel] [continuum] BUILD FAILURE: Geotools 2.3.x

2007-02-09 Thread Continuum
http://geo.openplans.org:9090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/224/buildId/528 - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-

Re: [Geotools-devel] ArcSDE raster support is commited on 2.3.x

2007-02-09 Thread Gabriel Roldán
Just took a look, both the code and the refactoring looks great Thanks a lot Saul for taking the time of doing it yourself. I guess I wont put my hands on trunk till monday 19, so no that a big rush to porting your work to trunk. I'll get in touch with you next week to comment on the changes I

Re: [Geotools-devel] Current build failure

2007-02-09 Thread Saul Farber
I removed my idiot hat, figured out that you have to explicitly declare dependencies between modules, fixed the pom and now it should work. --saul - Using Tomcat but need to do more? Need to support web services, security? G

[Geotools-devel] Current build failure

2007-02-09 Thread Saul Farber
Hey all, I'm a little stumped...what's up with the current continuum build failing? Here's the error message: /home/cruise/continuum-1.0.3/apps/continuum/working-directory/224/plugin/arcsde/datastore/test/org/geotools/arcsde/gce/ArcSDEGCReaderSymbolizedTest.java:[40,49] package org.geotools.re

[Geotools-devel] [continuum] BUILD FAILURE: Geotools 2.3.x

2007-02-09 Thread Continuum
http://geo.openplans.org:9090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/224/buildId/527 - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-

Re: [Geotools-devel] Difference into two apparently equal CRS?

2007-02-09 Thread Martin Desruisseaux
Le jeudi 08 février 2007 à 09:55 +0100, Andrea Aime a écrit : > I'd say, if we don't want to compare metadata, not even names should be > considered, but only the ellipsoid parameters and the bursa-worlf > transform (provided the latter is available)? No. Two datum with the same ellipsoid may be

Re: [Geotools-devel] [continuum] BUILD FAILURE: Geotools 2.3.x

2007-02-09 Thread Justin Deoliveira
Great, thanks Saul, Nice to see someone actually noticing the build server :). -Justin Saul Farber wrote: > My bad. I forgot to update the dummy api to cover the newly used raster > classes. > > Will be fixed shortly. > > --saul > > Continuum wrote: >> http://geo.openplans.org:9090/continuu

Re: [Geotools-devel] [continuum] BUILD FAILURE: Geotools 2.3.x

2007-02-09 Thread Saul Farber
My bad. I forgot to update the dummy api to cover the newly used raster classes. Will be fixed shortly. --saul Continuum wrote: > http://geo.openplans.org:9090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/224/buildId/526 > > -

[Geotools-devel] [continuum] BUILD FAILURE: Geotools 2.3.x

2007-02-09 Thread Continuum
http://geo.openplans.org:9090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/224/buildId/526 - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-

[Geotools-devel] ArcSDE raster support is commited on 2.3.x

2007-02-09 Thread Saul Farber
Gabriel, if there's anything you see that needs to be changed, please let me know, or just change it! All tests are passing on my end. Next up: getting all this work on trunk. --saul - Using Tomcat but need to do more? Nee

Re: [Geotools-devel] Profile for Java6 (was BUILD SUCCESSFUL: Geotools Trunk_

2007-02-09 Thread Justin Deoliveira
Hmmm, not sure it is worth the trouble. That class is only used in one test case which tests a "MockJDBCDataStore". I dont' believe any of the test coverage is all that useful to any of the subclasses. I would be more inclined to just remove it. -Justin Jody Garnett wrote: > Thanks Justin (and

[Geotools-devel] Profile for Java6 (was BUILD SUCCESSFUL: Geotools Trunk_

2007-02-09 Thread Jody Garnett
Thanks Justin (and yes that did answer my questions about the Java 6 changes). I wonder if we can use that JDK profile detection to generate out the ConnectionPool code depending on which platform GeoTools is being compiled on? Cheers, Jody > http://geo.openplans.org:9090/continuum/servlet/con

[Geotools-devel] [continuum] BUILD SUCCESSFUL: Geotools Trunk

2007-02-09 Thread Continuum
http://geo.openplans.org:9090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/524 - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-in

[Geotools-devel] [continuum] BUILD FAILURE: Geotools Trunk

2007-02-09 Thread Continuum
http://geo.openplans.org:9090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/523 - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-in

[Geotools-devel] [continuum] BUILD FAILURE: Geotools Trunk

2007-02-09 Thread Continuum
http://geo.openplans.org:9090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/522 - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-in

[Geotools-devel] [continuum] BUILD FAILURE: Geotools Trunk

2007-02-09 Thread Continuum
http://geo.openplans.org:9090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/521 - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-in

Re: [Geotools-devel] [Incubator] Official FDO Application for Incubation

2007-02-09 Thread Cameron Shorter
I suspect that the C++ and Java crowds have attacked the same problem from completely different angles, and are not at a point where it would be difficult to bring them together. I just wanted to make sure that the two projects are aware of each other and have identified what is/is not common.

[Geotools-devel] [jira] Created: (GEOT-1157) StreamingRenderer does not properly handle "memoryPreloadingEnabled" hint

2007-02-09 Thread Norman Fomferra (JIRA)
StreamingRenderer does not properly handle "memoryPreloadingEnabled" hint - Key: GEOT-1157 URL: http://jira.codehaus.org/browse/GEOT-1157 Project: GeoTools Issue Type: B