[Geotools-devel] [jira] Created: (GEOT-3889) Make JCRSChooser extend AbstractSimpleDialog

2011-10-09 Thread Michael Bedward (JIRA)
Make JCRSChooser extend AbstractSimpleDialog Key: GEOT-3889 URL: https://jira.codehaus.org/browse/GEOT-3889 Project: GeoTools Issue Type: Improvement Components: swing Report

[Geotools-devel] Unintended top-level pom osgeo repository changes?

2011-10-09 Thread Ben Caradoc-Davies
Andrea, in r38164 on trunk you commented out the osgeo repository (and the osgeo pluginRepository). This caused the build to fail on Maven 3 on a missing grobutilties dependency in gt-epsg-hsql. (Maven 3 seems a bit more aggressive in updating dependencies?) Maven 2 builders with the osgeo dep

Re: [Geotools-devel] Question about JDBCFunctionTest

2011-10-09 Thread christian . mueller
SOLVED. There is a db2 sql construct "CASE WHEN THEN .. ELSE ... END which allows to remap boolean types. I am skipping only 2 tests public void testStrEndsWithOtherProperty() throws IOException public void testStrStartsWithOtherProperty() throws IOException because the use numeric

[Geotools-devel] Hudson build is back to normal : geotools-trunk-docs #1329

2011-10-09 Thread Hudson
See -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, s

[Geotools-devel] Hudson build is back to normal : geotools-trunk #4099

2011-10-09 Thread Hudson
See -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, securi

Re: [Geotools-devel] Question about JDBCFunctionTest

2011-10-09 Thread Andrea Aime
On Sun, Oct 9, 2011 at 4:35 PM, Andrea Aime wrote: > As for, why the "= true", because the filter function per se is not a > filter, it is an expression, > to make it into a filter you have to compare its result with true > (turning it into a PropertyIsEqualsTo > filter). Btw, to expan on this po

Re: [Geotools-devel] Question about JDBCFunctionTest

2011-10-09 Thread Andrea Aime
On Sat, Oct 8, 2011 at 6:24 PM, wrote: > Hi, Andrea > > I am about to finish my DB2FunctionTest. At the moment, there is only a > postgis implementation PostgisFunctionTest. > > Some tests give me headaches. "testEuqalsIgnoreCase" is a good example. The > resulting postgis sql string is: > > SELE

[Geotools-devel] Build failed in Hudson: geotools-trunk-docs #1328

2011-10-09 Thread Hudson
See Changes: [mbedward] hide constructor -- Started by an SCM change Updating http://svn.osgeo.org/geotools/trunk U modules/unsupported/swing/src/main/java/org/geotools/swing/

[Geotools-devel] Build failed in Hudson: geotools-trunk #4098

2011-10-09 Thread Hudson
See Changes: [mbedward] hide constructor [mbedward] Replaced usages of ExceptionMonitor with ExceptionReporter. Unit tests for dialog utils. [mbedward] added method to calculate extent of label text rendered as html [mbedward]