[Geotools-devel] geotools-2.3.x Build Failed

2006-12-27 Thread jdeolive
View results here -> http://geo.openplans.org:9090/buildresults/geotools-2.3.x?log=log20061227202940 - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to shar

[Geotools-devel] [jira] Created: (GEOT-1094) SLDAttributeExtractor ignores Mark wellKnownName expression

2006-12-27 Thread Andrea Aime (JIRA)
SLDAttributeExtractor ignores Mark wellKnownName expression --- Key: GEOT-1094 URL: http://jira.codehaus.org/browse/GEOT-1094 Project: GeoTools Issue Type: Bug Components: cor

[Geotools-devel] SqlEncoder not re-throwing exceptions?

2006-12-27 Thread Andrea Aime
Hi, in trunk, SqlEncoder.visit(fidFilter) there's a catch like: } catch (java.io.IOException e) { LOGGER.warning("IO Error exporting FID Filter."); } that is, ignores the error, just logs it. Sounds like a but to me, a runtime exception should be thrown instead (sinc