Could someone help with this compilation error? this is on Windows XP platform with JDK1.5, persistent compile error and it seems to be mismatch of geotool version (??). Thanks.
=================
C:\workspace\geoserver>mvn compile
[INFO] Scanning for projects…
[INFO] Reactor build order:
[INFO] GeoServer
[INFO] GeoServer Maven Plugins
[INFO] Plugins configuration files
[INFO] Configuration Deployment PlugIn
[INFO] Core Platform Module
[INFO] Data Module
[INFO] Open Web Service Model
[INFO] Open Web Service Module
[INFO] Main Module
[INFO] Web Coverage Service Module
[INFO] Validation Module
[INFO] Web Feature Service Model
[INFO] Web Feature Service Module
[INFO] Versioning Web Feature Service Model
[INFO] Versioned Web Feature Service Module
[INFO] Web Map Service Module
[INFO] Web Application Module
[INFO] Test Module
[INFO] ----------------------------------------------------------------------------
[INFO] Building GeoServer
[INFO] task-segment: [compile]
[INFO] ----------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ----------------------------------------------------------------------------
[INFO] Building GeoServer Maven Plugins
[INFO] task-segment: [compile]
[INFO] ----------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ----------------------------------------------------------------------------
[INFO] Building Plugins configuration files
[INFO] task-segment: [compile]
[INFO] ----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] ----------------------------------------------------------------------------
[INFO] Building Configuration Deployment PlugIn
[INFO] task-segment: [compile]
[INFO] ----------------------------------------------------------------------------
[INFO] [plugin:descriptor]
[INFO] Using 3 extractors.
[INFO] Applying extractor for language: java
[INFO] Extractor for language: java found 0 mojo descriptors.
[INFO] Applying extractor for language: bsh
[INFO] Extractor for language: bsh found 0 mojo descriptors.
[INFO] Applying extractor for language: ant
[INFO] Extractor for language: ant found 2 mojo descriptors.
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] ----------------------------------------------------------------------------
[INFO] Building Core Platform Module
[INFO] task-segment: [compile]
[INFO] ----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 8 source files to C:\workspace\geoserver\platform\target\classes
[INFO] ----------------------------------------------------------------------------
[INFO] Building Data Module
[INFO] task-segment: [compile]
[INFO] ----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 13 source files to C:\workspace\geoserver\data\target\classes
[INFO] ----------------------------------------------------------------------------
[INFO] Building Open Web Service Model
[INFO] task-segment: [compile]
[INFO] ----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 62 source files to C:\workspace\geoserver\net.opengis.ows\target\classes
[INFO] ----------------------------------------------------------------------------
[INFO] Building Open Web Service Module
[INFO] task-segment: [compile]
[INFO] ----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 63 source files to C:\workspace\geoserver\ows\target\classes
[INFO] ----------------------------------------------------------------------------
[INFO] Building Main Module
[INFO] task-segment: [compile]
[INFO] ----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 118 source files to C:\workspace\geoserver\main\target\classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
C:\workspace\geoserver\main\src\main\java\org\vfny\geoserver\global\FeatureTypeInfo.java:[13,28] can
not find symbol
symbol : class FactoryConfigurationError
location: package org.geotools.factory
C:\workspace\geoserver\main\src\main\java\org\vfny\geoserver\global\FeatureTypeInfo.java:[1131,25] c
annot find symbol
symbol : class FactoryConfigurationError
location: class org.vfny.geoserver.global.FeatureTypeInfo
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19 seconds
[INFO] Finished at: Tue Nov 20 12:29:18 EST 2007
[INFO] Final Memory: 16M/56M
[INFO] ------------------------------------------------------------------------
Hi Jerry,
There has been lots of changes in both geotools and geoserver this last
week. I fixed this compile error yesterday in GeoServer. Are you sure
you have an up to date checkout?
Regardless, GeoServer trunk is not dependent on Geotools trunk which we
have been deploying nightly.
-Justin
Pan, Jerry Yun wrote:
Could someone help with this compilation error? this is on Windows XP
platform with JDK1.5, persistent compile error and it seems to be
mismatch of geotool version (??). Thanks.
=================
C:\workspace\geoserver>mvn compile
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO] GeoServer
[INFO] GeoServer Maven Plugins
[INFO] Plugins configuration files
[INFO] Configuration Deployment PlugIn
[INFO] Core Platform Module
[INFO] Data Module
[INFO] Open Web Service Model
[INFO] Open Web Service Module
[INFO] Main Module
[INFO] Web Coverage Service Module
[INFO] Validation Module
[INFO] Web Feature Service Model
[INFO] Web Feature Service Module
[INFO] Versioning Web Feature Service Model
[INFO] Versioned Web Feature Service Module
[INFO] Web Map Service Module
[INFO] Web Application Module
[INFO] Test Module
[INFO]
----------------------------------------------------------------------------
[INFO] Building GeoServer
[INFO] task-segment: [compile]
[INFO]
----------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO]
----------------------------------------------------------------------------
[INFO] Building GeoServer Maven Plugins
[INFO] task-segment: [compile]
[INFO]
----------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO]
----------------------------------------------------------------------------
[INFO] Building Plugins configuration files
[INFO] task-segment: [compile]
[INFO]
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO]
----------------------------------------------------------------------------
[INFO] Building Configuration Deployment PlugIn
[INFO] task-segment: [compile]
[INFO]
----------------------------------------------------------------------------
[INFO] [plugin:descriptor]
[INFO] Using 3 extractors.
[INFO] Applying extractor for language: java
[INFO] Extractor for language: java found 0 mojo descriptors.
[INFO] Applying extractor for language: bsh
[INFO] Extractor for language: bsh found 0 mojo descriptors.
[INFO] Applying extractor for language: ant
[INFO] Extractor for language: ant found 2 mojo descriptors.
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO]
----------------------------------------------------------------------------
[INFO] Building Core Platform Module
[INFO] task-segment: [compile]
[INFO]
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 8 source files to
C:\workspace\geoserver\platform\target\classes
[INFO]
----------------------------------------------------------------------------
[INFO] Building Data Module
[INFO] task-segment: [compile]
[INFO]
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 13 source files to
C:\workspace\geoserver\data\target\classes
[INFO]
----------------------------------------------------------------------------
[INFO] Building Open Web Service Model
[INFO] task-segment: [compile]
[INFO]
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 62 source files to
C:\workspace\geoserver\net.opengis.ows\target\classes
[INFO]
----------------------------------------------------------------------------
[INFO] Building Open Web Service Module
[INFO] task-segment: [compile]
[INFO]
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 63 source files to
C:\workspace\geoserver\ows\target\classes
[INFO]
----------------------------------------------------------------------------
[INFO] Building Main Module
[INFO] task-segment: [compile]
[INFO]
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 118 source files to
C:\workspace\geoserver\main\target\classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure
C:\workspace\geoserver\main\src\main\java\org\vfny\geoserver\global\FeatureTypeInfo.java:[13,28]
can
not find symbol
symbol : class FactoryConfigurationError
location: package org.geotools.factory
C:\workspace\geoserver\main\src\main\java\org\vfny\geoserver\global\FeatureTypeInfo.java:[1131,25]
c
annot find symbol
symbol : class FactoryConfigurationError
location: class org.vfny.geoserver.global.FeatureTypeInfo
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 19 seconds
[INFO] Finished at: Tue Nov 20 12:29:18 EST 2007
[INFO] Final Memory: 16M/56M
[INFO]
------------------------------------------------------------------------
!DSPAM:4007,47431a7e189535332866982!
------------------------------------------------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
!DSPAM:4007,47431a7e189535332866982!
------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
!DSPAM:4007,47431a7e189535332866982!
--
Justin Deoliveira
The Open Planning Project
http://topp.openplans.org