Re: [Geotools-devel] JDBC build and other "extra" builds

2012-10-08 Thread Ben Caradoc-Davies
On 09/10/12 14:06, Andrea Aime wrote: > The same could be said for builds against OpenJDK, JDK 7, Windows and so on. Not quite. In my view, JDBC is core functionality, on a core platform. I agree with you that supplementary builds like OpenJDK, JDK, Windows, and builds in paths with spaces can b

Re: [Geotools-devel] JDBC build and other "extra" builds

2012-10-08 Thread Andrea Aime
On Tue, Oct 9, 2012 at 5:08 AM, Ben Caradoc-Davies < [email protected]> wrote: > On 08/10/12 03:03, Andrea Aime wrote: > >> the JDBC build keeps on failing and keeps on polluting the devel mailing >> list. >> > > It is not polluting the list. It is warning the list that this test is > br

Re: [Geotools-devel] JDBC build and other "extra" builds

2012-10-08 Thread Ben Caradoc-Davies
On 08/10/12 03:03, Andrea Aime wrote: > the JDBC build keeps on failing and keeps on polluting the devel mailing > list. > Since it's clear we get no short term fix I think I might have a long term fix. Would that do? https://github.com/geotools/geotools/pull/36 https://jira.codehaus.org/browse/GE

[Geotools-devel] WFS SRS handling by Geoserver and Geotools

2012-10-08 Thread Martin Tomko
Dear Geoserver and Geotools developers We are experiencing problems in the handling of data produced by Geoserver WFS outputs, and ingested by Geotools into FeatureCollections. Context: We are using Geotools as our main internal spatial data processing library. Our data sources are mostly WFS,

Re: [Geotools-devel] JDBC build and other "extra" builds

2012-10-08 Thread Ben Caradoc-Davies
On 08/10/12 03:03, Andrea Aime wrote: > the JDBC build keeps on failing and keeps on polluting the devel mailing > list. It is not polluting the list. It is warning the list that this test is broken. That is what it is for. The solution should be to fix the test or the underlying code that cause

Re: [Geotools-devel] JDBC build and other "extra" builds

2012-10-08 Thread Ben Caradoc-Davies
On 08/10/12 23:41, Justin Deoliveira wrote: > @Ben: What db's do you run the jdbc tests for? Both kinds: PostGIS *and* Oracle: http://www.youtube.com/watch?v=cSZfUnCK5qk -- Ben Caradoc-Davies Software Engineer CSIRO Earth Science and Resource Engineering Australian Resources Research Centre --

Re: [Geotools-devel] [jira] (GEOT-4280) Build failure in gt-jdbc-postgis PostgisUDTTest with PostgreSQL 9.1

2012-10-08 Thread Michael Bedward
On 9 October 2012 10:00, Brett Walker wrote: > > I wonder if comments made on a jira case can be posted to the dev list? Is > this possible? The original case can be. Why not comments? > Hello Brett, I think it would overload the list. There is presently the option of "watching" an issue so that

Re: [Geotools-devel] [jira] (GEOT-4280) Build failure in gt-jdbc-postgis PostgisUDTTest with PostgreSQL 9.1

2012-10-08 Thread Brett Walker
Hi All, The reply I gave earlier was not really required. Ben had commented on the original jira case point to the cause of the issue. Good work Ben. I wonder if comments made on a jira case can be posted to the dev list? Is this possible? The original case can be. Why not comments? Brett Fro

Re: [Geotools-devel] Cross-modules javadoc failure

2012-10-08 Thread Andrea Aime
On Mon, Oct 8, 2012 at 1:51 PM, Ákos Maróy wrote: > On 08/10/12 13:45, Michael Bedward wrote: > > On 8 October 2012 22:02, Ákos Maróy wrote: > >> what am I doing wrong? > >> > > > > You're using Java 7 which isn't yet supported by GeoTools. > > thanks for the swift response. would it work with O

Re: [Geotools-devel] JDBC build and other "extra" builds

2012-10-08 Thread Andrea Aime
On Mon, Oct 8, 2012 at 5:41 PM, Justin Deoliveira wrote: > > Aside, the jdbc builds seem to occupy the build server for a long time. >> >> Indeed, it might make sense to shut that build off completely on the main > build server if other build servers are running the same tests. > > I plan to have

Re: [Geotools-devel] JDBC build and other "extra" builds

2012-10-08 Thread Andrea Aime
On Mon, Oct 8, 2012 at 5:40 PM, Justin Deoliveira wrote: > +1. Shall we set it up as another google group? > [email protected] ? Works for me Cheers Andrea -- == Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information. == Ing. Andrea Aime @geowol

Re: [Geotools-devel] JDBC build and other "extra" builds

2012-10-08 Thread Justin Deoliveira
On Sun, Oct 7, 2012 at 5:55 PM, Michael Bedward wrote: > > On Monday, 8 October 2012 at 5:03 AM, Andrea Aime wrote: > > > > Actually, what I'm proposing is that we create a separate, parallel, > mailing > > list > > for builds that are not the "main" one, the one that people get their > head > > o

Re: [Geotools-devel] JDBC build and other "extra" builds

2012-10-08 Thread Justin Deoliveira
+1. Shall we set it up as another google group? [email protected] ? On Sun, Oct 7, 2012 at 1:03 PM, Andrea Aime wrote: > Hi, > the JDBC build keeps on failing and keeps on polluting the devel mailing > list. > Since it's clear we get no short term fix can we move that build mails o

Re: [Geotools-devel] Adding a K nearest neighbours filter fuction (for Oracle)

2012-10-08 Thread gsommer
jody.garnett wrote >> What we do when we hit the next system that requires more extra params? >> A single open ended optional param gives us extensibility without having >> to count the nulls: say we add a new param for a third system, the first >> two would have to be null and the third valid, th

Re: [Geotools-devel] [jira] (GEOT-4280) Build failure in gt-jdbc-postgis PostgisUDTTest with PostgreSQL 9.1

2012-10-08 Thread Brett Walker
Hi Ben, Have a read of the following Postgres documentation (http://www.postgresql.org/docs/9.1/static/sql-syntax-lexical.html). The behavior of escapes in strings has changed in 9.1. Note the warning generated for the 8.4 run. If you alter the string as suggested by the 8.4 run then this will

Re: [Geotools-devel] Cross-modules javadoc failure

2012-10-08 Thread Ákos Maróy
On 08/10/12 13:45, Michael Bedward wrote: > On 8 October 2012 22:02, Ákos Maróy wrote: >> what am I doing wrong? >> > > You're using Java 7 which isn't yet supported by GeoTools. thanks for the swift response. would it work with OpenJDK 6 or should I go for SUN / Oracle Java 6 instead? ---

Re: [Geotools-devel] Cross-modules javadoc failure

2012-10-08 Thread Michael Bedward
On 8 October 2012 22:02, Ákos Maróy wrote: > what am I doing wrong? > You're using Java 7 which isn't yet supported by GeoTools. Sorry about that. Michael -- Don't let slow site performance ruin your business. Deploy N

[Geotools-devel] Cross-modules javadoc failure

2012-10-08 Thread Ákos Maróy
Hi, I'm trying to build geotools from the current git master sources, using maven 3.0.4, java 1.7.0_07 on an ubuntu box, and I get the following on mvn install : [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ javadoc --- [INFO] Compiling 3 source files to /home/akos/src/aviati