[INFO] [compiler:compile]
Compiling 101 source files to /home/geindre/bin/geoserver-1.6/geoserver/web/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
....../geoserver-1.6/geoserver/web/src/main/java/org/vfny/geoserver/form/data/TypesEditorForm.java:[284,50] cannot find symbol
symbol : method getPrimaryGeometry()
location: interface org.geotools.feature.FeatureType
any help ?
--
Sébastien Geindre
DPREVI/AERO/DEV
sebastien.geindre __at__ meteo.fr
Sébastien Geindre ha scritto:
[INFO] [compiler:compile]
Compiling 101 source files to /home/geindre/bin/geoserver-1.6/geoserver/web/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
....../geoserver-1.6/geoserver/web/src/main/java/org/vfny/geoserver/form/data/TypesEditorForm.java:[284,50] cannot find symbol
symbol : method getPrimaryGeometry()
location: interface org.geotools.feature.FeatureType
Hmm... this change was introduced in geotools more than one month ago?
Then again, our build server has been dead for quite some time.
The cure is to checkout and build geotools 2.4.x, so that you have a
recent snapshot of it.
Cheers
Andrea