Re: [Geotools-devel] Bug in PostPreProcessFilterSplittingVisitor

2007-11-12 Thread Stefan Hansen
Hi! I just attached diff-files for 2.4.x and trunk to issue GEOT-1549 (the problem with altered bbox in visit(GeometryFilter filter) of org.geotools.filter.visitor.PostPreProcessFilterSplittingVisitor.java). Maybe someone could review that? I also had a look into the other problem (GEOT-1550 -

Re: [Geotools-devel] Build box had moved, and a question for andrea about the current build

2007-11-12 Thread Jody Garnett
Andrea Aime wrote: >> Andrea how are you able to build? The build box seems happy, but >> these tests fail for me ... > I have no idea, they do just work for me? I'm checking, but > unfortunately I'm a full build away from starting to work on this since > otherwise whatever I do with maven downlo

Re: [Geotools-devel] Some observations on the new logging subsystem classes (and how to go forward)

2007-11-12 Thread Jody Garnett
Hi Martin: > Me too I'm really not sure that it is needed, but I did that mostly in order > to > preserve compatibility with the old Logging.redirectToCommonsLogging() > behavior. > > Yes, Logging.getLogging("").setLoggerFactory(xxx) should work. Or you can also > use the shorthand Logging.ALL.se

Re: [Geotools-devel] GML V3

2007-11-12 Thread Justin Deoliveira
Hi Robert, GML3 is quite different from GML2. The changes on teh geometry elements that you noted are one of differences. The feature stuff is still pretty similar. And then there is a wack of more stuff that we don't really use. So patching the GML2 parsing stuff is one alternative. However a fu

Re: [Geotools-devel] H2 test files not cleaned?

2007-11-12 Thread Justin Deoliveira
Yeah... these are the files that contain the h2 database. We could remove them after ever test run...but that would make the tests run quite slow. And that module has quite a bit of tests. Does anyone know if svn:ignore handles wild cards? A nice solution could be to store them under "target". THe

[Geotools-devel] Logging (GEOT-1545): all done

2007-11-12 Thread Martin Desruisseaux
Logger.getLogger(...) --> Logging.getLogger(...) substitution completed on the 2.4 branch as well. Task is now closed (unless there is bug reported - please let me know). Martin - This SF.net email is sponsored by: Sp

[Geotools-devel] Remplaced Logger.getLogger(...) by Logging.getLogger(...) on trunk

2007-11-12 Thread Martin Desruisseaux
The switch to Logging.getLogger(...) is done on trunk. The same switch is under way on 2.4 branch. Please remember to use Logging.getLogger(...) in the future. Martin - This SF.net email is sponsored by: Splunk Inc.

[Geotools-devel] Topic for today IRC (was remove "gt2-" prefix in modume name)

2007-11-12 Thread Martin Desruisseaux
Justin Deoliveira a écrit : > However, after looking into how other projects with many modules like > geotools they all use a prefix such as we are doing now. See commons, > hibernate, spring. I had a little bit of hesitation too. However removing the prefix from module name (and configure Maven's

[Geotools-devel] [jira] Created: (GEOT-1582) ArcSDEDataStore in conflict with super class over TransactionState

2007-11-12 Thread Jody Garnett (JIRA)
ArcSDEDataStore in conflict with super class over TransactionState -- Key: GEOT-1582 URL: http://jira.codehaus.org/browse/GEOT-1582 Project: GeoTools Issue Type: Bug C

[Geotools-devel] [jira] Created: (GEOT-1581) Problem with the Envelope2D

2007-11-12 Thread Moses Gone (JIRA)
Problem with the Envelope2D --- Key: GEOT-1581 URL: http://jira.codehaus.org/browse/GEOT-1581 Project: GeoTools Issue Type: Bug Components: core geometry Affects Versions: 2.3.5 Environment: Win

Re: [Geotools-devel] Note about Log4J dependencies

2007-11-12 Thread Andrea Aime
Andrea Aime ha scritto: > Hmm... we'll try and see, afaik we're using 1.2.14 in GeoServer so we > have trace method around. I'll let you know as soon as I have enough > material to do a real test: GeoTools switched and the task to switch > GeoServer as well... since it seems you're doing the sw

Re: [Geotools-devel] Note about Log4J dependencies

2007-11-12 Thread Martin Desruisseaux
Andrea Aime a écrit : > can you send the ant task definition to the list so that I can apply the > same change in GeoServer and see how things are working? Yes I was planning to attach it to GEOT-1545. Will let you know when I'm done. Martin --

Re: [Geotools-devel] Some observations on the new logging subsystem classes (and how to go forward)

2007-11-12 Thread Martin Desruisseaux
Andrea Aime a écrit : > Hmmm, maybe this one? > http://ant.apache.org/manual/OptionalTasks/replaceregexp.html Yes exactly. It should work. Martin - This SF.net email is sponsored by: Splunk Inc. Still grepping throug

Re: [Geotools-devel] Note about Log4J dependencies

2007-11-12 Thread Andrea Aime
Martin Desruisseaux ha scritto: > In order to implements Log4JLogger, I upgrated the Log4J dependencies in the > parent pom.xml from 1.2.6 to 1.2.12. I also upgrated Commons-logging from > 1.0.4 > to 1.1 for consistency (the later depends on Log4J 1.2.12). > > I did this upgrate because Log4JLogg

[Geotools-devel] Note about Log4J dependencies

2007-11-12 Thread Martin Desruisseaux
In order to implements Log4JLogger, I upgrated the Log4J dependencies in the parent pom.xml from 1.2.6 to 1.2.12. I also upgrated Commons-logging from 1.0.4 to 1.1 for consistency (the later depends on Log4J 1.2.12). I did this upgrate because Log4JLogger maps Java "finest" level to Log4J "trace"

[Geotools-devel] H2 test files not cleaned?

2007-11-12 Thread Martin Desruisseaux
"mvn install" on trunk lets the following files after the build: svn status ? modules/unsupported/h2/geotools.2.log.db ? modules/unsupported/h2/geotools.index.db ? modules/unsupported/h2/geotools.771.773.lob.db ? modules/unsupported/h2/geotools.data.db ? modules/unsupporte

Re: [Geotools-devel] Some observations on the new logging subsystem classes (and how to go forward)

2007-11-12 Thread Andrea Aime
Martin Desruisseaux ha scritto: > Hello Andrea >> I also noticed that Logging has a getLogger(name) but not a >> getLogger(name, bundle). It seems there is nothing in GeoTools using >> the latter, yet I'm wondering if that may need to be provided or >> not (in fact I've found just one usage of the

[Geotools-devel] GML V3

2007-11-12 Thread Robert Jacolin
Hello, currently I'm working on a project for a client where we need to work on GML v3. In this project, the data are stored in an eXist database. geoTools is used to create indexes in the database by using GMLFilterDocument. Currently, the indexes are created only for GML v2 file. To make geo

Re: [Geotools-devel] Some observations on the new logging subsystem classes (and how to go forward)

2007-11-12 Thread Martin Desruisseaux
Hello Andrea You comments are always welcome :) Andrea Aime a écrit : > I see that in order to redirect a package one has to > go through Logging.getLogging("my.package.name").setLoggerFactory(xxx). > This allows, as far as I can tell, to use a different logging subsystem > for different packages

[Geotools-devel] Some observations on the new logging subsystem classes (and how to go forward)

2007-11-12 Thread Andrea Aime
Hi Martin (hi all), I was having a look at the work you've committed so far. Generally speaking seems exactly what we need. I have some questions and observations thought (as usual :-p). I see that in order to redirect a package one has to go through Logging.getLogging("my.package.name").setLogger

Re: [Geotools-devel] Build box had moved, and a question for andrea about the current build

2007-11-12 Thread Andrea Aime
Jody Garnett ha scritto: > Okay I updated the development page to reflect the new location. Thanks > for keeping the build box going Justin. > > I am encountering a build failure on trunk: >> Running org.geotools.data.DataUtilitiesTest >> Tests run: 25, Failures: 3, Errors: 0, Skipped: 0, Time el

[Geotools-devel] Build box had moved, and a question for andrea about the current build

2007-11-12 Thread Jody Garnett
Okay I updated the development page to reflect the new location. Thanks for keeping the build box going Justin. I am encountering a build failure on trunk: > Running org.geotools.data.DataUtilitiesTest > Tests run: 25, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 1.364 > sec <<< FAILURE! Wh