Stefan Krüger ha scritto: > Hi > > Running command > mvn -f ../../geotools/trunk/pom.xml clean install -Dall > does not create the JAR > target/binaries/gt-shapefile-renderer-2.6-SNAPSHOT.jar > > > I know that it has been moved to unsupported, but shouldn't "-Dall" do the > trick? Am i missing something?
Up to some time ago it was not built but I've fixed it before leaving for Sydney... See the output of running a build on unsupported on the current trunk: ~/devel/gttrunk/modules/unsupported$ mvn install -Dall [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Geotools unsupported [INFO] Swing widgets [INFO] Directory module [INFO] WFS client module [INFO] Coverage I/O base classes [INFO] Coverage I/O for NetCDF format [INFO] Coverage tools [INFO] ISO 19107 implementation using JTS [INFO] Geometries [INFO] Temporal implementation [INFO] Process [INFO] Web Processing Service [INFO] EPSG Authority Service using H2 database [INFO] Renderer optimized for shapefiles [INFO] Geotools application schema support [INFO] Application Schema DataAccess [INFO] Sample DataAccess for testing [INFO] EPSG Authority Factory for Oracle [INFO] Next Generation JDBC DataStores [INFO] MySQL DataStore [INFO] SQL Server DataStore [INFO] MySQL DataStore Implementation [INFO] Oracle Spatial Module [INFO] Versioned PostGIS module [INFO] VPF Plugin [INFO] Caching See that "[INFO] Renderer optimized for shapefiles" line? Cheers Andrea ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
