See <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/436/changes>
Changes:
[groldan] GEOS-2658, less strict check for wms caps response getMimeType(). Relying on the response binding is enough. Checking the operation id is 'GetCapabilities' may fail at least running CITE, though it looks like not a CITE problem but a missunderstanding of the operation.id meaning.
[groldan] use constant first in comparison to avoid NPE's
[groldan] GEOS-2658, make the SVG exclusion filter lazily access the WMS facade bean to avoid unit tests to fail due to app context reinitialization
[groldan] GEOS-2658, split out GetMapOutputFormat implementations into separate output format and ows response classes
[groldan] fix layer group parsing
[groldan] GEOS-2658, finish porting the imagemap extension. Splitted up the map producer into output format and response and adapted test cases
[groldan] GEOS-2658, remove GetMapOutputFormat.enabled(), replace it's current usage by an extension filter that excludes the non used svg rendering strategy
[groldan] GEOS-2658, remove GetMapOutputFormat.enabled(), replace it's current usage by an extension filter that excludes the non used svg rendering strategy
[groldan] GEOS-2658, added all missing (c) headers and some javadocs to new classes
[groldan] GEOS-2658, remove LegendGraphic abstract class, it adds nothing but a marker interface, so let the GetLegendGraphic operation open to any kind of return object since the requisite is that there's a Response that can handle it
[groldan] GEOS-2658, have a legend graphic response set of objects just like in GetMap (atm there is just one object looking for delegates in the Spring context)
[groldan] add generics to OWSUtils.parameter so no cast is needed
[groldan] GEOS-2658, rename org.geoserver.wms.Map as org.geoserver.wms.WebMap
[groldan] GEOS-2658: rename BufferedImageMap as RenderedImageMap
[groldan] move GetFeatureInfo templates to src/main/resources/...
[groldan] remove trailing DOCUMENT ME! comments sitting there from Jaloppy days back in 2003/2004
[groldan] move WMSRequests from util package to wms package
[groldan] GEOS-2658: porting imagemap extension
[groldan] GEOS-2658: GetMapOutputFormats (former GetMapProducer) implementations don't need to be prototypes anymore, they're stateless so they can be singletons now, no matter whether they implement org.geoserver.ows.Response or not
[groldan] GEOS-2658: improve MapPreviewPage wms output format names lookup to account for the lack of different methods to get the capabilities output format name and the actual response mime type in the refactored GetMapOutputFormat
[groldan] GEOS-2658: make DefaultRasterMapOutputFormat stateless
[groldan] less verbose tests
[groldan] GEOS-2658: force WMSMapContext.dispose() to be called
[groldan] implement HttpRequestAware to gather some useful request properties
[groldan] GEOS-2658: functionally group describelayer classes
[groldan] GEOS-2658: functionally gropu getlegendgraphic related classes together
[groldan] renamed: src/main/java/org/geoserver/wms/response/GetStylesResponse.java -> src/main/java/org/geoserver/sld/GetStylesResponse.java
[groldan] GEOS-2658: move test resources to src/test/resources
[groldan] GEOS-2658: functionally group getmap related classes together
[groldan] GEOS-2658: functionally group featureinfo related classes in their own package
[groldan] GEOS-2658: deleted: src/main/java/org/geoserver/wms/xml/WMSXmlRequestReaderAdapter.java
[groldan] GEOS-2658: functionally group getcapabilities related classes in their own package
[groldan] GEOS-2658: renamed: src/main/java/org/geoserver/wms/response/WmsExceptionHandler.java -> src/main/java/org/geoserver/wms/WMSServiceExceptionHandler.java
[groldan] GEOS-2658: renamed: org.geosever.wms.response.decoration -> org.geoserver.wms.decoration
[groldan] GEOS-2658: renamed: org.geosever.wms.response.decoration -> org.geoserver.wms.decoration
[groldan] GEOS-2658: renamed: org.geoserver.wms.response.featureinfo -> org.geoserver.wms.featureinfo
[groldan] GEOS-2658: renamed: src/main/java/org/geoserver/wms/response/LegendGraphic.java -> src/main/java/org/geoserver/wms/LegendGraphic.java
[groldan] GEOS-2658: move GetStyles to sld package
[groldan] GEOS-2658 some depending module package update
[groldan] GEOS-2658 move SLD xml reader to sld package
[groldan] GEOS-2658 move SLD xml reader to sld package
[groldan] GEOS-2658 finally get rid of the ancient org.vfny... package and of WmsException in favor of ServiceException
[groldan] GEOS-2658 move rawValues.ftl test resource to the correct package
[groldan] GEOS-2658: improve module cohesion
[groldan] GEOS-2658 fix kml tests
[groldan] GEOS-2658: fix DescribeLayerResponse binding
[groldan] GEOS-2658: fix WMSExtensionsTest
[groldan] GEOS-2658: can't use MapLayerInfoKvpParser as a Spring bean cause KVP parsers are run before WMSWorkspaceQualifier
[groldan] GEOS-2658: fix GFI response canHandle
[groldan] GEOS-2658 fix wms getcaps tests, remove redundant service property from WMSRequest
[groldan] GEOS-2658: make it so raw kvps can be made case insensitive too, like Dispatcher does
[groldan] GEOS-2658: more kml tests fixes
[groldan] GEOS-2658: argument is no longer the HttpServletRequest params, so values are not String arrays, but single strings from the org.geoserver.ows.Request KVP
[groldan] GEOS-2658: remove old Struts WEB-INF artifacts
[groldan] GEOS-2658: restore wms field lost in svn rebase merge
[groldan] GEOS-2658: moving sld service classes to org.geoserver.sld
[groldan] GEOS-2658: fixing kml tests
[groldan] GEOS-2658: fix svg tests
[groldan] GEOS-2658: make output format comparison case insensitive on canHandle(), as for http://tools.ietf.org/html/rfc1521
[groldan] GEOS-2658: fix GeoTIFF output format mime type error introduced during the refactoring
[groldan] GEOS-2658: ported georss and svg output formats
[groldan] GEOS-2658: ported most non compiling tests
[groldan] GEOS-2658: ported PDFMapOutputFormat
[groldan] GEOS-2658: some tweaks to adapt to wms refactoring
[groldan] GEOS-2658: ported kml
[groldan] GEOS-2658: remove GetMapResponse, we've cut the levels of indirections
[groldan] GEOS-2658: a produced map that's already encoded.
[groldan] GEOS-2658: a produced map that's already encoded.
[groldan] WMSRequest doesn't need to extends org.geoserver.ows.Request, my bad. And remove references to HttpServletRequest
[groldan] AbstractRasterMapOutputFormat not needed, it adds nothing
[groldan] delete WMSKvpRequestReaderAdapter. All kvp readers already ported
[groldan] GEOS-2658: fix GetFeatureInfoResponse binding and implement canHandle
[groldan] removed KMZMapProducer in favor of KMZMapOutputFormat
[groldan] renamed *MapProducer to *MapOutputFormat
[groldan] renamed *MapProducer to *MapOutputFormat
[groldan] GEOS-2658: move essential map producers to org.geoserver.wms.map, kml to its own top level package as it could be its own module, and svg and georss to their own org.geoserver.wms.map subpackages
[bencaradocdavies] GEOS-4041: Unsafe File to URL conversion causes failure when deployed in path with spaces
[groldan] GEOS-2658: renamed: src/main/java/org/vfny/geoserver/wms/GetMapProducer.java -> src/main/java/org/geoserver/wms/GetMapOutputFormat.java, renamed: src/main/java/org/vfny/geoserver/wms/WMSMapContext.java -> src/main/java/org/geoserver/wms/WMSMapContext.java
[groldan] remove unused instance variables
[groldan] GEOS-2658: migrated GetLegendGraphic. All legend producers are now pluggable through Spring, no factorySPI anymore
[groldan] renamed: org/vfny/geoserver/wms/responses/DefaultRasterLegendProducer.java -> org/geoserver/wms/legendgraphic/AbstractLegendGraphicOutputFormat.java
[groldan] renamed: src/main/java/org/vfny/geoserver/wms/GetLegendGraphicProducer.java -> src/main/java/org/geoserver/wms/GetLegendGraphicOutputFormat.java
[groldan] GEOS-2658, port GetLegendGraphic and GetMap. TODO: port collaborators
[groldan] restore LegacyServiceExceptionHandler but in the wcs1_0 module, the only place where it's used
[groldan] GEOS-2658 featureinfo migration, move kvp readers to new package, use kvpparser for MapLayerInfo in getfeatureinfo and getmap
[groldan] GEOS-2658, GEOS-1479, GEOS-1975: port GetFeatureInfo output formats, make them pluggable through spring context
[groldan] GEOS-2658: migrating GetFeatureInfo
[groldan] moved requests to org.geoserver.wms.request, ported GetStyles
[groldan] GEOS-2658, migrated DescribeLayer. Operations not yet migrated with some compile errors
[groldan] GEOS-2658: migrated WmsExceptionHandler to org.geoserver.ows.ServiceExceptionHandler and deleted LegacyServiceExceptionHandler
[groldan] GEOS-2658: rename org.geoserver.wms.responses as org.geoserver.wms.response
[groldan] GEOS-2658: make CapabilitiesTransformer package private
[groldan] code style: remove warnings from migrated code
[groldan] GEOS-4104, migrated CapabilitiesXmlReader to org.geoserver.ows.XmlRequestReader
[groldan] GEOS-4104, migrate CapabilitiesKvpReader to org.geoserver.ows.KvpRequestReader
[groldan] GEOS-2658, move getcapabilities kvp and xml readers to the new packages, and move CapabilitiesRequest and CapabilitiesHandler from main module to wms, as they're legacy and only used by wms
[groldan] GEOS-2658, migrate WMS GetCapabilities operation to the OWS dispatcher framework
[aaime] Porting the WFS-V documentation to sphinx
------------------------------------------
[...truncated 1986 lines...]
[INFO] Copying gt-validation-2.7-SNAPSHOT.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/gt-validation-2.7-SNAPSHOT.jar>
[INFO] Copying gt-wfs-2.7-SNAPSHOT.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/gt-wfs-2.7-SNAPSHOT.jar>
[INFO] Copying gt-wms-2.7-SNAPSHOT.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/gt-wms-2.7-SNAPSHOT.jar>
[INFO] Copying gt-xml-2.7-SNAPSHOT.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/gt-xml-2.7-SNAPSHOT.jar>
[INFO] Copying gt-jdbc-postgis-2.7-SNAPSHOT.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/gt-jdbc-postgis-2.7-SNAPSHOT.jar>
[INFO] Copying net.opengis.ows-2.7-SNAPSHOT.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/net.opengis.ows-2.7-SNAPSHOT.jar>
[INFO] Copying net.opengis.wcs-2.7-SNAPSHOT.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/net.opengis.wcs-2.7-SNAPSHOT.jar>
[INFO] Copying net.opengis.wfs-2.7-SNAPSHOT.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/net.opengis.wfs-2.7-SNAPSHOT.jar>
[INFO] Copying net.opengis.wps-2.7-SNAPSHOT.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/net.opengis.wps-2.7-SNAPSHOT.jar>
[INFO] Copying org.w3.xlink-2.7-SNAPSHOT.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/org.w3.xlink-2.7-SNAPSHOT.jar>
[INFO] Copying gt-xsd-core-2.7-SNAPSHOT.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/gt-xsd-core-2.7-SNAPSHOT.jar>
[INFO] Copying gt-xsd-fes-2.7-SNAPSHOT.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/gt-xsd-fes-2.7-SNAPSHOT.jar>
[INFO] Copying gt-xsd-filter-2.7-SNAPSHOT.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/gt-xsd-filter-2.7-SNAPSHOT.jar>
[INFO] Copying gt-xsd-gml2-2.7-SNAPSHOT.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/gt-xsd-gml2-2.7-SNAPSHOT.jar>
[INFO] Copying gt-xsd-gml3-2.7-SNAPSHOT.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/gt-xsd-gml3-2.7-SNAPSHOT.jar>
[INFO] Copying gt-xsd-ows-2.7-SNAPSHOT.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/gt-xsd-ows-2.7-SNAPSHOT.jar>
[INFO] Copying gt-xsd-wcs-2.7-SNAPSHOT.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/gt-xsd-wcs-2.7-SNAPSHOT.jar>
[INFO] Copying gt-xsd-wfs-2.7-SNAPSHOT.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/gt-xsd-wfs-2.7-SNAPSHOT.jar>
[INFO] Copying gt-xsd-wps-2.7-SNAPSHOT.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/gt-xsd-wps-2.7-SNAPSHOT.jar>
[INFO] Copying json-20080701.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/json-20080701.jar>
[INFO] Copying jyaml-1.3.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/jyaml-1.3.jar>
[INFO] Copying mapfish-geo-lib-1.2-SNAPSHOT.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/mapfish-geo-lib-1.2-SNAPSHOT.jar>
[INFO] Copying print-lib-1.2-SNAPSHOT.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/print-lib-1.2-SNAPSHOT.jar>
[INFO] Copying 52n-wps-config-1.0.1.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/52n-wps-config-1.0.1.jar>
[INFO] Copying 52n-wps-xml-1.0.0.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/52n-wps-xml-1.0.0.jar>
[INFO] Copying gmlpacket-2.0-0.4.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/gmlpacket-2.0-0.4.jar>
[INFO] Copying geoapi-2.3-M1.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/geoapi-2.3-M1.jar>
[INFO] Copying geoapi-pending-2.3-M1.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/geoapi-pending-2.3-M1.jar>
[INFO] Copying scala-library-2.8.0.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/scala-library-2.8.0.jar>
[INFO] Copying slf4j-api-1.5.2.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/slf4j-api-1.5.2.jar>
[INFO] Copying slf4j-log4j12-1.4.2.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/slf4j-log4j12-1.4.2.jar>
[INFO] Copying spring-aop-2.5.5.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/spring-aop-2.5.5.jar>
[INFO] Copying spring-beans-2.5.5.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/spring-beans-2.5.5.jar>
[INFO] Copying spring-context-2.5.5.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/spring-context-2.5.5.jar>
[INFO] Copying spring-context-support-2.5.5.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/spring-context-support-2.5.5.jar>
[INFO] Copying spring-core-2.5.5.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/spring-core-2.5.5.jar>
[INFO] Copying spring-jdbc-2.5.5.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/spring-jdbc-2.5.5.jar>
[INFO] Copying spring-tx-2.5.5.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/spring-tx-2.5.5.jar>
[INFO] Copying spring-web-2.5.5.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/spring-web-2.5.5.jar>
[INFO] Copying spring-webmvc-2.5.5.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/spring-webmvc-2.5.5.jar>
[INFO] Copying htmlvalidator-1.2.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/htmlvalidator-1.2.jar>
[INFO] Copying oro-2.0.8.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/oro-2.0.8.jar>
[INFO] Copying picocontainer-1.2.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/picocontainer-1.2.jar>
[INFO] Copying postgresql-8.4-701.jdbc3.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/postgresql-8.4-701.jdbc3.jar>
[INFO] Copying stax-api-1.0.1.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/stax-api-1.0.1.jar>
[INFO] Copying struts-1.2.9.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/struts-1.2.9.jar>
[INFO] Copying trove-1.0.2.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/trove-1.0.2.jar>
[INFO] Copying xalan-2.7.0.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/xalan-2.7.0.jar>
[INFO] Copying xercesImpl-2.6.2.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/xercesImpl-2.6.2.jar>
[INFO] Copying xml-apis-1.3.04.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/xml-apis-1.3.04.jar>
[INFO] Copying xml-apis-ext-1.3.04.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/xml-apis-ext-1.3.04.jar>
[INFO] Copying xml-apis-xerces-2.7.1.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/xml-apis-xerces-2.7.1.jar>
[INFO] Copying xmlpull-1.1.3.1.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/xmlpull-1.1.3.1.jar>
[INFO] Copying xpp3-1.1.3.4.O.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/xpp3-1.1.3.4.O.jar>
[INFO] Copying xpp3_min-1.1.4c.jar to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/community/release/target/dependency/xpp3_min-1.1.4c.jar>
[INFO] [antrun:run {execution: default}]
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] ------------------------------------------------------------------------
[INFO] Building GeoServer Extensions
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/target>
[INFO] [cobertura:clean {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jar:test-jar {execution: default}]
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/target/extension-2.1-SNAPSHOT-tests.jar>
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/pom.xml> to /home/tomcat/.m2/repository/org/geoserver/extension/2.1-SNAPSHOT/extension-2.1-SNAPSHOT.pom
[INFO] Installing <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/target/extension-2.1-SNAPSHOT-tests.jar> to /home/tomcat/.m2/repository/org/geoserver/extension/2.1-SNAPSHOT/extension-2.1-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Application Schema Support
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/app-schema/target>
[INFO] [cobertura:clean {execution: default}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [jar:test-jar {execution: default}]
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/app-schema/target/app-schema-2.1-SNAPSHOT-tests.jar>
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/app-schema/pom.xml> to /home/tomcat/.m2/repository/org/geoserver/extension/app-schema/2.1-SNAPSHOT/app-schema-2.1-SNAPSHOT.pom
[INFO] Installing <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/app-schema/target/app-schema-2.1-SNAPSHOT-tests.jar> to /home/tomcat/.m2/repository/org/geoserver/extension/app-schema/2.1-SNAPSHOT/app-schema-2.1-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Application Schema Integration Test
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/app-schema/app-schema-test/target>
[INFO] [cobertura:clean {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/app-schema/app-schema-test/src/main/resources>
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 31 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 27 source files to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/app-schema/app-schema-test/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/app-schema/app-schema-test/target/app-schema-test-2.1-SNAPSHOT.jar>
[INFO] [jar:test-jar {execution: default}]
[INFO] Building jar: <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/app-schema/app-schema-test/target/app-schema-test-2.1-SNAPSHOT-tests.jar>
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/app-schema/app-schema-test/target/app-schema-test-2.1-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/app-schema/app-schema-test/target/app-schema-test-2.1-SNAPSHOT.jar> to /home/tomcat/.m2/repository/org/geoserver/extension/app-schema-test/2.1-SNAPSHOT/app-schema-test-2.1-SNAPSHOT.jar
[INFO] Installing <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/app-schema/app-schema-test/target/app-schema-test-2.1-SNAPSHOT-tests.jar> to /home/tomcat/.m2/repository/org/geoserver/extension/app-schema-test/2.1-SNAPSHOT/app-schema-test-2.1-SNAPSHOT-tests.jar
[INFO] Installing <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/app-schema/app-schema-test/target/app-schema-test-2.1-SNAPSHOT-sources.jar> to /home/tomcat/.m2/repository/org/geoserver/extension/app-schema-test/2.1-SNAPSHOT/app-schema-test-2.1-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Sample DataAccess Integration Test
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/app-schema/sample-data-access-test/target>
[INFO] [cobertura:clean {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] skip non existing resourceDirectory <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/app-schema/sample-data-access-test/src/main/resources>
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 3 source files to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/app-schema/sample-data-access-test/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/app-schema/sample-data-access-test/target/sample-data-access-test-2.1-SNAPSHOT.jar>
[INFO] [jar:test-jar {execution: default}]
[INFO] Building jar: <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/app-schema/sample-data-access-test/target/sample-data-access-test-2.1-SNAPSHOT-tests.jar>
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/app-schema/sample-data-access-test/target/sample-data-access-test-2.1-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/app-schema/sample-data-access-test/target/sample-data-access-test-2.1-SNAPSHOT.jar> to /home/tomcat/.m2/repository/org/geoserver/extension/sample-data-access-test/2.1-SNAPSHOT/sample-data-access-test-2.1-SNAPSHOT.jar
[INFO] Installing <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/app-schema/sample-data-access-test/target/sample-data-access-test-2.1-SNAPSHOT-tests.jar> to /home/tomcat/.m2/repository/org/geoserver/extension/sample-data-access-test/2.1-SNAPSHOT/sample-data-access-test-2.1-SNAPSHOT-tests.jar
[INFO] Installing <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/app-schema/sample-data-access-test/target/sample-data-access-test-2.1-SNAPSHOT-sources.jar> to /home/tomcat/.m2/repository/org/geoserver/extension/sample-data-access-test/2.1-SNAPSHOT/sample-data-access-test-2.1-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building ArcSDE DataStore Extension
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/arcsde/target>
[INFO] [cobertura:clean {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] skip non existing resourceDirectory <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/arcsde/src/main/resources>
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 2 source files to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/arcsde/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 1 source file to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/arcsde/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Tests are skipped.
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/arcsde/target/arcsde-2.1-SNAPSHOT.jar>
[INFO] [jar:test-jar {execution: default}]
[INFO] Building jar: <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/arcsde/target/arcsde-2.1-SNAPSHOT-tests.jar>
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/arcsde/target/arcsde-2.1-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/arcsde/target/arcsde-2.1-SNAPSHOT.jar> to /home/tomcat/.m2/repository/org/geoserver/extension/arcsde/2.1-SNAPSHOT/arcsde-2.1-SNAPSHOT.jar
[INFO] Installing <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/arcsde/target/arcsde-2.1-SNAPSHOT-tests.jar> to /home/tomcat/.m2/repository/org/geoserver/extension/arcsde/2.1-SNAPSHOT/arcsde-2.1-SNAPSHOT-tests.jar
[INFO] Installing <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/arcsde/target/arcsde-2.1-SNAPSHOT-sources.jar> to /home/tomcat/.m2/repository/org/geoserver/extension/arcsde/2.1-SNAPSHOT/arcsde-2.1-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building GeoSearch Index Module
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/geosearch/target>
[INFO] [cobertura:clean {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] skip non existing resourceDirectory <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/geosearch/src/main/resources>
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 10 source files to <http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/geosearch/target/classes>
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/geosearch/src/main/java/org/geoserver/geosearch/HTMLFeatureDescription.java>:\[12,46\] package org.geoserver.wms.response.featureinfo does not exist
<http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/geosearch/src/main/java/org/geoserver/geosearch/FeatureRestlet.java>:\[22,29\] cannot find symbol
symbol : class GetMapKvpRequestReader
location: package org.geoserver.wms.kvp
<http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/geosearch/src/main/java/org/geoserver/geosearch/FeatureRestlet.java>:\[23,34\] package org.geoserver.wms.response does not exist
<http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/geosearch/src/main/java/org/geoserver/geosearch/HTMLFeatureDescription.java>:\[45,8\] cannot find symbol
symbol : class FeatureTemplate
location: class org.geoserver.geosearch.HTMLFeatureDescription
<http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/geosearch/src/main/java/org/geoserver/geosearch/HTMLFeatureDescription.java>:\[45,32\] cannot find symbol
symbol : class FeatureTemplate
location: class org.geoserver.geosearch.HTMLFeatureDescription
<http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/geosearch/src/main/java/org/geoserver/geosearch/FeatureRestlet.java>:\[177,12\] cannot find symbol
symbol : class GetMapKvpRequestReader
location: class org.geoserver.geosearch.FeatureRestlet
<http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/geosearch/src/main/java/org/geoserver/geosearch/FeatureRestlet.java>:\[177,48\] cannot find symbol
symbol : class GetMapKvpRequestReader
location: class org.geoserver.geosearch.FeatureRestlet
<http://hudson.opengeo.org/hudson/job/geoserver-trunk-nightly/ws/geoserver_trunk/src/extension/geosearch/src/main/java/org/geoserver/geosearch/FeatureRestlet.java>:\[189,18\] cannot find symbol
symbol : class GetMapResponse
location: class org.geoserver.geosearch.FeatureRestlet
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 minutes 38 seconds
[INFO] Finished at: Wed Sep 22 03:36:13 UTC 2010
[INFO] Final Memory: 86M/305M
[INFO] ------------------------------------------------------------------------
+ cp target/release/geoserver*-bin.zip /var/www/html/geoserver/trunk/geoserver-trunk-2010-09-22-bin.zip
cp: cannot stat `target/release/geoserver*-bin.zip': No such file or directory