Hi,
I've just updated and built gt2 trunk, and then did the
same on geoserver trunk... I was greeted with the following
compile error:
[INFO] Building Main Module
[INFO] task-segment: [install]
[INFO] ----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 61 source files to C:\progetti\geoserver\src\trunkClean\geoserver\main\target\classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
C:\progetti\geoserver\src\trunkClean\geoserver\main\src\main\java\org\vfny\geoserver\config\FeatureTypeConfig.java:[250,30] cannot find symbol
symbol : method getEPSGCode(org.opengis.referencing.crs.CoordinateReferenceSystem)
location: class org.geotools.referencing.CRS
C:\progetti\geoserver\src\trunkClean\geoserver\main\src\main\java\org\vfny\geoserver\global\dto\DataTransferObjectFactory.java:[170,30] cannot find symbol
symbol : method getEPSGCode(org.opengis.referencing.crs.CoordinateReferenceSystem)
location: class org.geotools.referencing.CRS
Oh hum... strange? What's up? I remember Justin and Martin talking about this method... I guess there is some mis-alignement between the two
code bases? Or is it just my checkout?
Cheers
Andrea