All modules and plugins now have a pom.xml file. Only ext/* remains to be done.

I had to disable JUnit tests in some modules. Reasons for tests failure include (but are not limited to):

 - Different ClassLoader behavior in Maven 2
   (see http://jira.codehaus.org/browse/MNG-441)

 - Root directory not the same (conclusion: alway use Class.getResource
   in all tests).

Note: there is *a lot* of very verbose stuff logged at the "INFO" level during tests. A lot of them should be logged at the "FINER" or "FINEST" level instead. Please do not use the "INFO" level for debugging; use at least "FINE", preferably "FINER" or "FINEST" level for that. Developers who want to see low-level log messages on the console can edit the jre/lib/logging.properties file.


If someone would like to try Maven 2, I would appreciate to get feedback on any error (I'm sure they will have some, probably stuff like missing dependencies).

        Martin.





----------------------------------------------------------------------------
Reactor Summary:
----------------------------------------------------------------------------
Geotools 2.......................................................SUCCESS
Referencing services.............................................SUCCESS
Main module......................................................SUCCESS
Legacy module....................................................SUCCESS
Swing widgets....................................................SUCCESS
Migrate module...................................................SUCCESS
Sample data module...............................................SUCCESS
SVG support......................................................SUCCESS
WorldImage datasource module.....................................SUCCESS
ArcGrid datasource module........................................SUCCESS
ArcSDE datasource module.........................................SUCCESS
DB2 Spatial Extender module......................................SUCCESS
GML module.......................................................SUCCESS
Shapefile module.................................................SUCCESS
Directory module.................................................SUCCESS
EPSG Authority Service using MS-Access database..................SUCCESS
EPSG Authority Service using HSQL database.......................SUCCESS
EPSG Authority Service using PostgreSQL database.................SUCCESS
EPSG Authority Service using WKT file............................SUCCESS
GeoMedia datastore implementation................................SUCCESS
Generic (geometryless) DataStore implementation..................SUCCESS
GeoTIFF grid coverage exchange module............................SUCCESS
GTopo30 datasource module........................................SUCCESS
HSQL datasource module...........................................SUCCESS
MapInfo MIF format module........................................SUCCESS
MySQL DataStore Implementation...................................SUCCESS
Oracle Spatial Module............................................SUCCESS
PostGIS module...................................................SUCCESS
TIGER/Line 2000 datastore implementation.........................SUCCESS
VPF Plugin.......................................................SUCCESS
Web Map Server client............................................SUCCESS
WFS client module................................................SUCCESS


----------------------------------------------------------------------------
BUILD SUCCESSFUL
----------------------------------------------------------------------------
Total time: 6 minutes 32 seconds
Finished at: Tue Oct 04 21:00:00 GMT+11:00 2005
Final Memory: 19M/64M
----------------------------------------------------------------------------


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to