[Geotools-devel] GeoTools Build Report [ 2006/03/29 23:55 ]

2006-03-30 Thread Paul Ramsey
GeoTools2 module build report 20060329 gt2:referencing cleaned, compiled, tested, INSTALLED 2357 gt2:sample-data cleaned, compiled, tested, INSTALLED 2357 gt2:coverage cleaned, compiled, tested, INSTALLED 2358 gt2:api cleaned, compiled, tested, INSTALLED 2358 gt2:main cleaned,

Re: [Geotools-devel] So is this the mvn 2 bug?

2006-03-30 Thread Jody Garnett
Cory Horner wrote: Unfortunately that doesn't get us too far, as the maven surefire plugin just eats the error message (both maven 2.0.2 and 2.0.3 exhibit this behaviour, as they use surefire-1.5.2). To get some real errors, i've built a development version of the maven plugins, which

[Geotools-devel] [GT-Trunk-Snapshot] geotools-snapshot Build Failed

2006-03-30 Thread jrm33
View results here - http://geovista16.geog.psu.edu/cruisecontrol/buildresults/geotools_snapshot?log=log20060329003046 --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile

[Geotools-devel] Progress with maven 2 and gt-2.2.x

2006-03-30 Thread Cory Horner
Maven 2.0.3 is out, but unfortunately it doesn't address the issues that some of us have been having. I've been experimenting with a bleeding edge version of the maven plugins and have been getting good results (the same could probably be achieved by using an older version of the surefire

[Geotools-devel] 2.2.x -- now working with maven 1

2006-03-30 Thread David Blasby
I've been able to get 2.2.x working with maven 1. Still no go with maven 2. For those of you who are interested, there's a geoserver branch (branches/1_3_0a_geotools_2_2_x) that is the current trunk of geoserver (to be 1.3.1 soonish) moved to 2.2.x. dave

[Geotools-devel] [Fwd: conference announcement]

2006-03-30 Thread Jody Garnett
Apparently Jeff was thinking of us ... what should we do this year? I should probably do a talk on the new Feature Model (at least for our community), I would love to hear from GeoNetwork - can someone forward this to them? Jody Original Message Subject:conference

[Geotools-devel] [jira] Reopened: (GEOT-318) ShapefileDataStore doesn't accept UNC paths in URL

2006-03-30 Thread Jesse Eichar (JIRA)
[ http://jira.codehaus.org/browse/GEOT-318?page=all ] Jesse Eichar reopened GEOT-318: --- Assign To: Jesse Eichar This appears to still be a problem for the people working on iMabBC. ShapefileDataStore doesn't accept UNC paths in URL

[Geotools-devel] [jira] Reopened: (GEOT-803) patch to link geotools FID - ArcSDE rowId column

2006-03-30 Thread Saul Farber (JIRA)
[ http://jira.codehaus.org/browse/GEOT-803?page=all ] Saul Farber reopened GEOT-803: -- I've updated my patch to make SDE-based FID introspection work with the FIDFilter as well as with general getfeatures. It was just a few changes to SQLEncoderSDE and

[Geotools-devel] [CC-2.1.x] geotools-2.1.x Build Failed

2006-03-30 Thread jrm33
View results here - http://geovista16.geog.psu.edu/cruisecontrol/buildresults/geotools_2.1.x?log=log20060330184655 --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile

[Geotools-devel] [CC-Trunk] geotools Build Failed

2006-03-30 Thread jrm33
View results here - http://geovista16.geog.psu.edu/cruisecontrol/buildresults/geotools_current?log=log20060330204127 --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile

[Geotools-devel] MultiLineString geometry encoding for Oracle, and fork/branch culture

2006-03-30 Thread Jody Garnett
Chris Holmes wrote: Hey Jody, I'm looking to do prepared statements in PostGIS, but have a couple questions. It looks like you just call: String sql = makeInsertSql(current); statement = conn.prepareStatement( sql ); Just to confirm, the docs seem to say that you don't need to have '?'