Hi,
the work on the "gt2- prefix removal" task is now achieved on the branch
(http://jira.codehaus.org/browse/GEOT-995).
As it was discussed on the Monday's IRC meeting and seems to be OK, I'm
now doing a merge on my local version of Geotools trunk, and it will be
commited in a few hours.
For applications based on Geotools trunk, like Geoserver, it will imply
to rename all the maven dependencies.
For example a dependency on the "main" module of Geotools is for the
moment defined like this in a pom.xml :
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt2-main</artifactId>
<version>${project.version}</version>
</dependency>
After my commit, you have to change this dependency like this :
<dependency>
<groupId>org.geotools</groupId>
<artifactId>main</artifactId>
<version>${project.version}</version>
</dependency>
Moreover, a particular case is the "xsd" module in "extension". The
groupId has moved from "org.geotools" to "org.geotools.xsd", and the
artifactId moved from "xml-core" to "core", for example for the core
module. So you will have to check your dependencies to ensure using the
good ones.
I will send a new mail when the whole commit will be done.
Kind regards,
Cédric Briançon.
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel