Okay there is a random breakage; I thought perhaps I was not paying attention
and some compile settings changed?
NumberRange( double, double )
needs to be:
NumberRange<Double>(Double.class, min, max );
I did not plan this change; it is breaking geoserver now; any ideas?
--
Jody Garnett
On Monday, 9 May 2011 at 9:43 AM, Jody Garnett wrote:
> After a brief chat with moovida this morning I know he is having platform
> specific trouble for the jgrass code. Moovda I have commented out your tests
> with a TODO comment; I have indicated the value produced on mac for your
> reference.
>
> I figured you would like the geotools build working today; rather than a
> bunch of emails :-)
>
> --
> Jody Garnett
>
> On Monday, 9 May 2011 at 9:20 AM, Jody Garnett wrote:
> > Okay now that simone has fixed things we have jgrass raster:
> >
> > Failed tests:
> > testDifferentResolution2(org.geotools.gce.grassraster.AdvancedReaderTest)
> > testRasterReaderBoundsAndRes(org.geotools.gce.grassraster.AdvancedReaderTest)
> > testScaling(org.geotools.gce.grassraster.JGrassUtilsTest)
> >
> >
> > --
> > Jody Garnett
> >
> > On Monday, 9 May 2011 at 8:29 AM, Jody Garnett wrote:
> > > I continue to get merge conflicts as Simone is also fixing the build;
> > > sigh. Cannot find him on IRC or skype to collaborate.
> > >
> > > --
> > > Jody Garnett
> > >
> > > On Monday, 9 May 2011 at 8:26 AM, Jody Garnett wrote:
> > > > A couple of coverage tests were broken this morning:
> > > >
> > > > Tests in error:
> > > > testGoogleWorld(org.geotools.coverage.processing.ResampleTest)
> > > > testWarpCompareGoogleWorld(org.geotools.coverage.processing.ResampleTest)
> > > >
> > > > > testGoogleWorld(org.geotools.coverage.processing.ResampleTest) Time
> > > > > elapsed: 0.087 sec <<< ERROR!
> > > > > org.opengis.referencing.NoSuchAuthorityCodeException: No code
> > > > > "EPSG:4326" from authority "EPSG" found for object of type
> > > > > "EngineeringCRS".
> > > > > at
> > > > > org.geotools.referencing.factory.epsg.CartesianAuthorityFactory.noSuchAuthorityException(CartesianAuthorityFactory.java:133)
> > > > > at
> > > > > org.geotools.referencing.factory.epsg.CartesianAuthorityFactory.createEngineeringCRS(CartesianAuthorityFactory.java:127)
> > > > > at
> > > > > org.geotools.referencing.factory.epsg.CartesianAuthorityFactory.createCoordinateReferenceSystem(CartesianAuthorityFactory.java:118)
> > > > > at
> > > > > org.geotools.referencing.factory.AuthorityFactoryAdapter.createCoordinateReferenceSystem(AuthorityFactoryAdapter.java:798)
> > > > > at
> > > > > org.geotools.referencing.factory.ThreadedAuthorityFactory.createCoordinateReferenceSystem(ThreadedAuthorityFactory.java:729)
> > > > > at
> > > > > org.geotools.referencing.DefaultAuthorityFactory.createCoordinateReferenceSystem(DefaultAuthorityFactory.java:179)
> > > > > at org.geotools.referencing.CRS.decode(CRS.java:467)
> > > > >
> > > > > testWarpCompareGoogleWorld(org.geotools.coverage.processing.ResampleTest)
> > > > > Time elapsed: 0.009 sec <<< ERROR!
> > > > > org.opengis.referencing.NoSuchAuthorityCodeException: No code
> > > > > "EPSG:4326" from authority "EPSG" found for object of type
> > > > > "EngineeringCRS".
> > > > > at
> > > > > org.geotools.referencing.factory.epsg.CartesianAuthorityFactory.noSuchAuthorityException(CartesianAuthorityFactory.java:133)
> > > > > at
> > > > > org.geotools.referencing.factory.epsg.CartesianAuthorityFactory.createEngineeringCRS(CartesianAuthorityFactory.java:127)
> > > > > at
> > > > > org.geotools.referencing.factory.epsg.CartesianAuthorityFactory.createCoordinateReferenceSystem(CartesianAuthorityFactory.java:118)
> > > > > at
> > > > > org.geotools.referencing.factory.AuthorityFactoryAdapter.createCoordinateReferenceSystem(AuthorityFactoryAdapter.java:798)
> > > > > at
> > > > > org.geotools.referencing.factory.ThreadedAuthorityFactory.createCoordinateReferenceSystem(ThreadedAuthorityFactory.java:729)
> > > > > at
> > > > > org.geotools.referencing.DefaultAuthorityFactory.createCoordinateReferenceSystem(DefaultAuthorityFactory.java:179)
> > > > > at org.geotools.referencing.CRS.decode(CRS.java:467)
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > > > testPolygonZoneGlobalStats(org.geotools.coverage.processing.operation.ZonalStasTest)
> > > > testPolygonZoneLocalStats(org.geotools.coverage.processing.operation.ZonalStasTest)
> > > > >
> > > > > testPolygonZoneGlobalStats(org.geotools.coverage.processing.operation.ZonalStasTest)
> > > > > Time elapsed: 0.231 sec <<< ERROR!
> > > > > java.io.FileNotFoundException: Can not locate test-data for
> > > > > "testpolygon.shp"
> > > > > at org.geotools.test.TestData.url(TestData.java:304)
> > > > > at org.geotools.test.TestData.file(TestData.java:326)
> > > > > at
> > > > > org.geotools.coverage.processing.operation.ZonalStasTest.testPolygonZoneGlobalStats(ZonalStasTest.java:267)
> > > > >
> > > > > testPolygonZoneLocalStats(org.geotools.coverage.processing.operation.ZonalStasTest)
> > > > > Time elapsed: 0.004 sec <<< ERROR!
> > > > > java.io.FileNotFoundException: Can not locate test-data for
> > > > > "testpolygon.shp"
> > > > > at org.geotools.test.TestData.url(TestData.java:304)
> > > > > at org.geotools.test.TestData.file(TestData.java:326)
> > > > > at
> > > > > org.geotools.coverage.processing.operation.ZonalStasTest.testPolygonZoneLocalStats(ZonalStasTest.java:358)
> > > > >
> > > > >
> > > >
> > > > I also note the formatting is off for ZonalStasTest (using tabs rather
> > > > than spaces).
> > > >
> > > >
> > > >
> > > > --
> > > > Jody Garnett
> > > >
> > > >
> > >
> >
>
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network
management toolset available today. Delivers lowest initial
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel