Simone has been updating a JIRA to this effect; 

- http://jira.codehaus.org/browse/GEOT-3557

I also ask that we update the following page:
- http://docs.codehaus.org/display/GEOTOOLS/Upgrade+to+8.0

-- 
Jody Garnett

On Monday, 9 May 2011 at 11:40 AM, Ben Caradoc-Davies wrote: 
> Removal of deprecated constructors is an API change and should have been 
> discussed on the list, at the least. Or did I miss it?
> 
> There are no Jira issues for gt-metadata since 20 April, and there was 
> no Jira issue recorded in the commit log for this change.
> 
> Please think of the impact on client code. I would have supported this 
> change, but some warning to coordinate with GeoTools-consuming projects 
> would have been appreciated. For example, GeoServer could have been 
> updated beforehand to use the nondeprecated static methods, avoiding 
> much build breakage.
> 
> On 09/05/11 08:56, Jody Garnett wrote:
> > 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
> 
> -- 
> Ben Caradoc-Davies <[email protected]>
> Software Engineering Team Leader
> CSIRO Earth Science and Resource Engineering
> Australian Resources Research Centre
> 
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to