Re: [Geotools-devel] Jalopy plugin missing from Maven repositories

2008-02-19 Thread Ben Caradoc-Davies
Andrea Aime wrote: > Ben Caradoc-Davies ha scritto: >> The Jalopy plugin 1.0-SNAPSHOT is no longer in the repositories. >> Should we update the repositories, or stop specifying a specific >> Jalopy plugin version required for geotools? > > Hum, here it can still be found: > http://snapshots.repo

[Geotools-devel] Hudson build is back to normal: geotools-trunk #269

2008-02-19 Thread jdeolive
See http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/269/changes - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/d

[Geotools-devel] Still getting consistent test failure in org.geotools.xs.bindings.XSQNameBindingTest

2008-02-19 Thread Saul Farber
mvn -U clean install gives me a failure in that method. I cleared out every maven dependency of that module (xsd/core) and ran it again...same effect. anyone else seen this test failure? --saul - This SF.net email is spon

[Geotools-devel] Build failed in Hudson: geotools-trunk #268

2008-02-19 Thread jdeolive
See http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/268/changes Changes: [groldan] GEOT-1712, introduced DataAccess superclass for DataStore and generics for the data api [groldan] commenting out failing shapefile tests until fixed as I need the build going to implement the dataac

Re: [Geotools-devel] Build broken in the shapefile module

2008-02-19 Thread Gabriel Roldán
Hi Jesse, I've had to step up and exclude the failing tests in the pom (Shapefile and IndexedShapefileDataStoreTest) as I need the build going to implement the dataaccess proposal with confidence. Feel free to bring them back to life when fixed. Cheers, Gabriel On Tuesday 19 February 2008 05

[Geotools-devel] Spatial Relationships In GeoTools

2008-02-19 Thread Sunburned Surveyor
I talked to Jody, and it sounds like he is out of the office for some training. I was asking him if GeoTools has any code to support spatial relationships. I realize this is a little vague, so let me give you an example of what I am trying to do: The user has two (2) point layers in their GIS. Th

[Geotools-devel] Build failed in Hudson: geotools-trunk #267

2008-02-19 Thread jdeolive
See http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/267/changes Changes: [desruisseaux] Command-line tools now use the console printer when available (Java 6 only - checking with reflection for compatibility with Java 5). Tile constructor can now figure out the ImageReaderSpi in so

[Geotools-devel] Build failed in Hudson: geotools-trunk #266

2008-02-19 Thread jdeolive
See http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/266/changes Changes: [aaime] Work with data imported with ogr2ogr as well, fix abug in wkb handling -- [...truncated 3212 lines...] WARNING: PRJ file not generated for null CoordinateReferenc

[Geotools-devel] Build failed in Hudson: geotools-trunk #265

2008-02-19 Thread jdeolive
See http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/265/changes Changes: [johann.sorel] Updated widget demo [johann.sorel] New widget : JMiniMap Updated demo -- [...truncated 3204 lines...] WARNING: PRJ file not generated for null CoordinateR

[Geotools-devel] Errors with ShapefileRenderer

2008-02-19 Thread johann Sorel
hello, I actually raise two errors using ShapefileRenderer : First one -- ATTENTION [org.geotools.renderer.lite.RendererUtilities]: Determinant is 0 java.awt.geom.NoninvertibleTransformException: Determinant is 0 at java.awt

[Geotools-devel] Build broken in the shapefile module

2008-02-19 Thread Andrea Aime
Hi Jesse, it seems a recent commit of yours broke the build. It has something to do with locking failures apparently: --- Test set: org.geotools.data.shapefile.ShapefileDataStoreTest ---

[Geotools-devel] Build failed in Hudson: geotools-trunk #264

2008-02-19 Thread jdeolive
See http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/264/changes Changes: [aaime] GEOT-1713, Implement some basic speedups in the MysqlDataStore [aaime] GEOT-1713, Implement some basic speedups in the MysqlDataStore -- [...truncated 3234 lines

[Geotools-devel] [jira] Created: (GEOT-1713) Implement some basic speedups in the MysqlDataStore

2008-02-19 Thread Andrea Aime (JIRA)
Implement some basic speedups in the MysqlDataStore --- Key: GEOT-1713 URL: http://jira.codehaus.org/browse/GEOT-1713 Project: GeoTools Issue Type: Improvement Components: data mysql

[Geotools-devel] Build failed in Hudson: geotools-trunk #263

2008-02-19 Thread jdeolive
See http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/263/changes Changes: [johann.sorel] Improved Map2D : assume Context,Strategy,MapArea can't be null. tiny speed amelioration by removing null tests. -- [...truncated 3200 lines...] WARNING: P

Re: [Geotools-devel] How to load FactoryUsingWKT in a servletEngine

2008-02-19 Thread Markus Innerebner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Martin, I wrote now a testclass a passed the jar gt2-epsg-hsql-SNAPSHOT.jar to the classpath. > Is it loaded if you write a small test program that you run from the > command line? public class LoadFactoryTest { /** * @param args */

[Geotools-devel] [jira] Created: (GEOT-1712) Introduce DataAccess superclass for DataStore and generics on FeatureSource/Store/Collection, etc

2008-02-19 Thread JIRA
Introduce DataAccess superclass for DataStore and generics on FeatureSource/Store/Collection, etc - Key: GEOT-1712 URL: http://jira.codehaus.org/browse/GEOT-1712

[Geotools-devel] Build failed in Hudson: geotools-trunk #262

2008-02-19 Thread jdeolive
See http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/262/changes Changes: [simboss] -typo [aaime] TextSymbolizer2 extensions to support abstract, description and othertext, to be used for driving text oriented rendering formats such as KML or GeoRSS [jeichar] update package.html

Re: [Geotools-devel] How to load FactoryUsingWKT in a servletEngine

2008-02-19 Thread Martin Desruisseaux
Markus Innerebner a écrit : > The problem now is, that the class will never be loaded from the > classloader, even if I specified in the META-INF in the services > directory. Any idea what else to specify? Is it loaded if you write a small test program that you run from the command line? It would