|
From: Richard G. <rg...@re...> - 2006-05-08 23:51:25
|
(sorry if this is sent twice - first copy seems to be lost in obilivion) Hi everyone, While trying to remove the legacy code for the 2.2.RC3 release, I learned that main still depends on geoapi-legacy. Specifically, the FileSystemGridCoverageExchange class referenced CatalogEntry from geoapi-legacy in some of its methods. Those methods look to be left behind from a previous Interface that have since been removed from that interface. All they did was throw UnsupportedOperationExceptions. I have removed them. There was also a test in FileSystemGridCoverageExchangeTest that looks to be out of date. It was also being skipped. The method name was skippedtestFileSystemGridCoverageExchange(). I have commented it out for now. I will commit these changes shortly (including deleting module/legacy and references to it and geoapi-legacy) Richard |