Broken GeoWebCache dependency breaks the GeoServer build
--------------------------------------------------------
Key: GEOS-2954
URL: http://jira.codehaus.org/browse/GEOS-2954
Project: GeoServer
Issue Type: Bug
Components: GWC
Affects Versions: 2.0.x
Reporter: Ben Caradoc-Davies
Assignee: Arne Kepp
Priority: Blocker
GeoServer gwc module was changed to depend on org.opengeo:geowebcache:1.1-SNAPSHOT (was 1.1.0e). This breaks the build.
The build only works on Hudson because the GeoServer build shares a local Maven repo with GeoWebCache, and so has access to a later unpublished org.opengeo:geowebcache:1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Building GeoWebCache (GWC) Module
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /home/buildbot/GeoServerTrunkSlave/build/geoserver-trunk/src/gwc/target
[INFO] [cobertura:clean {execution: default}]
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory /home/buildbot/GeoServerTrunkSlave/build/geoserver-trunk/src/gwc/src/main/resources
[INFO] snapshot org.opengeo:geowebcache:1.1-SNAPSHOT: checking for updates from opengeo
[INFO] snapshot org.opengeo:geowebcache:1.1-SNAPSHOT: checking for updates from osgeo
Downloading: http://repo.opengeo.org//org/opengeo/geowebcache/1.1-SNAPSHOT/geowebcache-1.1-20090226.032527-5.pom
3/10K
6/10K
10/10K
10K downloaded
Downloading: http://repo.opengeo.org//org/opengeo/geowebcache/1.1-SNAPSHOT/geowebcache-1.1-20090226.032527-5.jar
3/207K
6/207K
10/207K
11/207K
13/207K
15/207K
19/207K
22/207K
25/207K
29/207K
33/207K
37/207K
38/207K
41/207K
45/207K
49/207K
53/207K
57/207K
61/207K
64/207K
66/207K
68/207K
72/207K
76/207K
80/207K
84/207K
88/207K
92/207K
93/207K
94/207K
96/207K
98/207K
102/207K
106/207K
110/207K
114/207K
118/207K
122/207K
126/207K
127/207K
128/207K
131/207K
135/207K
139/207K
143/207K
147/207K
151/207K
155/207K
159/207K
163/207K
166/207K
167/207K
171/207K
175/207K
179/207K
183/207K
187/207K
191/207K
195/207K
199/207K
203/207K
207/207K
207K downloaded
[INFO] [compiler:compile]
[INFO] Compiling 1 source file to /home/buildbot/GeoServerTrunkSlave/build/geoserver-trunk/src/gwc/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/home/buildbot/GeoServerTrunkSlave/build/geoserver-trunk/src/gwc/src/main/java/org/geoserver/gwc/GWCCatalogListener.java:[77,24] getSystemVar(java.lang.String) in org.geowebcache.util.ApplicationContextProvider cannot be applied to (java.lang.String,java.lang.String)
/home/buildbot/GeoServerTrunkSlave/build/geoserver-trunk/src/gwc/src/main/java/org/geoserver/gwc/GWCCatalogListener.java:[97,39] cannot find symbol
symbol : method add(org.geowebcache.layer.wms.WMSLayer)
location: class org.geowebcache.layer.TileLayerDispatcher
/home/buildbot/GeoServerTrunkSlave/build/geoserver-trunk/src/gwc/src/main/java/org/geoserver/gwc/GWCCatalogListener.java:[111,39] cannot find symbol
symbol : method update(org.geowebcache.layer.wms.WMSLayer)
location: class org.geowebcache.layer.TileLayerDispatcher
/home/buildbot/GeoServerTrunkSlave/build/geoserver-trunk/src/gwc/src/main/java/org/geoserver/gwc/GWCCatalogListener.java:[124,23] cannot find symbol
symbol : method remove(java.lang.String)
location: class org.geowebcache.layer.TileLayerDispatcher
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira