Re: [Geotools-devel] Trunk modules depending on 2.2.x, aka, fixing version management

2006-07-16 Thread Martin Desruisseaux
Andrea Aime a écrit : > Plus, a proposal on version management: why don't we centralize plugin > version management in the root pom, and/or use ${project.version} > instead of writing version identifiers all over the place? Because I was not aware of ${project.version} when I wrote the pom.xml f

Re: [Geotools-devel] API module updated ...

2006-07-16 Thread Martin Desruisseaux
Can we format "jalopygeotools.xml" itself for easier reading? Current file has no indentation at all. Right mouse click and "Reformat" with NetBeans. Martin. - Using Tomcat but need to do more? Need to support web

Re: [Geotools-devel] On build times and epsg-hsqldb

2006-07-16 Thread Martin Desruisseaux
Andrea Aime a écrit : > I'm sorry, but to test proper object creation there's no need to go thru > every single row of the database, ain't it? The "epsg-hsql" test suite doesn't go thru every row of the database. It does go over some range subset however, and also over all coordinate operations

[Geotools-devel] Testing Clover

2006-07-16 Thread Andrea Aime
Hi, since cobertura does not seem able to generate aggregate reports at the moment I decided to try out clover again. Well, I got two bad results: * code coverage on main is around 30%!!! Eeek!!! * clover breaks on the referering module, cannot instrument properly the Inverse classes in the ref

Re: [Geotools-devel] API module updated ...

2006-07-16 Thread Andrea Aime
Jody Garnett ha scritto: > Thanks for the directions on using Jalopy Andrea :-) > I did enabled jalopy reformat as part of the build. I believe you wanted so, right? > I was unable to log into confluence today and update the instructions in > the developers guide - is anyone else having troubl

[Geotools-devel] Jalopy integration complete, and instruction on how to enable it

2006-07-16 Thread Andrea Aime
Hi all, after various tries I gave up with profiles since I could not enable them by module and found an alternative solution. I updated the developers guide accordingly, please read it to find out how to use jalopy interactively or and how to enable it permanently as part of the build: http://

[Geotools-devel] API module updated ...

2006-07-16 Thread Jody Garnett
Thanks for the directions on using Jalopy Andrea :-) I was unable to log into confluence today and update the instructions in the developers guide - is anyone else having trouble? Jody - Using Tomcat but need to do more? N

[Geotools-devel] Thanks for the help - FOSS4G abstracts.

2006-07-16 Thread Jody Garnett
Thanks to those who provided feedback, For interest here were the abstracts as submitted (submission was not smooth due to time difference - looks like others are in the same situation though). GeoTools - getting standards to work -- GeoTools is the library t

[Geotools-devel] Trunk modules depending on 2.2.x, aka, fixing version management

2006-07-16 Thread Andrea Aime
Hi all, I've just noticed that the postgis module on trunk depends on 2.2-RC5-SNAPSHOT: org.geotools gt2-epsg-wkt 2.2-RC5-SNAPSHOT test Is that something necessary or just an error. Plus, a proposal on version management: why don't we centralize plugin version man

Re: [Geotools-devel] On build times and epsg-hsqldb

2006-07-16 Thread Andrea Aime
Andrea Aime ha scritto: I forgot to add one thing, the time I cited above are for the coverage branch, not for trunk. Trunk is a little faster, here are the times: [INFO] [INFO] Reactor Summary: [INFO]

Re: [Geotools-devel] On build times and epsg-hsqldb

2006-07-16 Thread Andrea Aime
Martin Desruisseaux ha scritto: > Actually the tests are not about testing the database content, but > about Geotools capability to create the right objects from the > database content, and two fill those objects with the correct > informations. I'm sorry, but to test proper object creation ther