[Geoserver-devel] [Hudson] Build failed in Hudson: geoserver-2.4.x-nightly #22

See <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/22/&gt;

------------------------------------------
[...truncated 2843 lines...]
  Class clazz = geoscript.process.Process.convertGeoScriptToGeoToolsClass(param.getType());
                ^^^^^^^^^
geoscript cannot be resolved
----------
3. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 93)
  return geoscript.geom.Geometry.wrap((com.vividsolutions.jts.geom.Geometry) value);
         ^^^^^^^^^
geoscript cannot be resolved
----------
4. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 96)
  return new geoscript.geom.Bounds((org.geotools.geometry.jts.ReferencedEnvelope) value);
             ^^^^^^^^^
geoscript cannot be resolved to a type
----------
5. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 99)
  return new geoscript.layer.Layer((org.geotools.feature.FeatureCollection) value);
             ^^^^^^^^^
geoscript cannot be resolved to a type
----------
6. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 112)
  if (value instanceof geoscript.geom.Geometry) {
                       ^^^^^^^^^
geoscript cannot be resolved to a type
----------
7. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 114)
  return ((geoscript.geom.Geometry) value).getG();
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Geometry cannot be resolved to a type
----------
8. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 114)
  return ((geoscript.geom.Geometry) value).getG();
           ^^^^^^^^^
geoscript cannot be resolved to a type
----------
9. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 116)
  else if (value instanceof geoscript.geom.Bounds) {
                            ^^^^^^^^^
geoscript cannot be resolved to a type
----------
10. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 118)
  return ((geoscript.geom.Bounds) value).getEnv();
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Bounds cannot be resolved to a type
----------
11. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 118)
  return ((geoscript.geom.Bounds) value).getEnv();
           ^^^^^^^^^
geoscript cannot be resolved to a type
----------
12. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 120)
  else if (value instanceof geoscript.layer.Layer) {
                            ^^^^^^^^^
geoscript cannot be resolved to a type
----------
13. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 122)
  return ((geoscript.layer.Layer) value).getFs().getFeatures();
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Layer cannot be resolved to a type
----------
14. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 122)
  return ((geoscript.layer.Layer) value).getFs().getFeatures();
           ^^^^^^^^^
geoscript cannot be resolved to a type
----------
15. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 124)
  else if (value instanceof geoscript.layer.Cursor) {
                            ^^^^^^^^^
geoscript cannot be resolved to a type
----------
16. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 126)
  return ((geoscript.layer.Cursor) value).getCol();
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Cursor cannot be resolved to a type
----------
17. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 126)
  return ((geoscript.layer.Cursor) value).getCol();
           ^^^^^^^^^
geoscript cannot be resolved to a type
----------
----------
18. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyFunctionHook.java&gt; (at line 30)
  newArgs.add(geoscript.geom.Geometry.wrap((com.vividsolutions.jts.geom.Geometry) arg));
              ^^^^^^^^^
geoscript cannot be resolved
----------
19. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyFunctionHook.java&gt; (at line 40)
  if (result instanceof geoscript.geom.Geometry) {
                        ^^^^^^^^^
geoscript cannot be resolved to a type
----------
20. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyFunctionHook.java&gt; (at line 41)
  return ((geoscript.geom.Geometry)result).getG();
           ^^^^^^^^^
geoscript cannot be resolved to a type
----------
----------
21. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/groovy/geoserver/catalog/Layer.groovy&gt; (at line 3)
  import geoscript.layer.Layer as GeoScriptLayer
                         ^^^^^
Groovy:unable to resolve class geoscript.layer.Layer
----------
----------
22. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/groovy/geoserver/catalog/Store.groovy&gt; (at line 3)
  import geoscript.workspace.Workspace as GeoScriptWorkspace
                             ^^^^^^^^^
Groovy:unable to resolve class geoscript.workspace.Workspace
----------
22 problems (22 errors)

[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
Failure executing groovy-eclipse compiler:
org.codehaus.groovy.control.messages.SyntaxErrorMessage@anonymised.com
org.codehaus.groovy.control.messages.SyntaxErrorMessage@anonymised.com
<http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/groovy/geoserver/catalog/Layer.groovy&gt;: 3 Groovy:unable to resolve class geoscript.layer.Layer
<http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/groovy/geoserver/catalog/Store.groovy&gt;: 3 Groovy:unable to resolve class geoscript.workspace.Workspace
invalid Class-Path header in manifest of jar file: /usr/share/jetty/.m2/repository/org/restlet/org.restlet/1.0.8/org.restlet-1.0.8.jar
invalid Class-Path header in manifest of jar file: /usr/share/jetty/.m2/repository/com/noelios/restlet/com.noelios.restlet.ext.servlet/1.0.8/com.noelios.restlet.ext.servlet-1.0.8.jar
invalid Class-Path header in manifest of jar file: /usr/share/jetty/.m2/repository/com/noelios/restlet/com.noelios.restlet/1.0.8/com.noelios.restlet-1.0.8.jar
----------
1. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 64)
  Class clazz = geoscript.process.Process.convertGeoScriptToGeoToolsClass(param.getType());
                ^^^^^^^^^
geoscript cannot be resolved
----------
2. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 79)
  Class clazz = geoscript.process.Process.convertGeoScriptToGeoToolsClass(param.getType());
                ^^^^^^^^^
geoscript cannot be resolved
----------
3. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 93)
  return geoscript.geom.Geometry.wrap((com.vividsolutions.jts.geom.Geometry) value);
         ^^^^^^^^^
geoscript cannot be resolved
----------
4. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 96)
  return new geoscript.geom.Bounds((org.geotools.geometry.jts.ReferencedEnvelope) value);
             ^^^^^^^^^
geoscript cannot be resolved to a type
----------
5. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 99)
  return new geoscript.layer.Layer((org.geotools.feature.FeatureCollection) value);
             ^^^^^^^^^
geoscript cannot be resolved to a type
----------
6. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 112)
  if (value instanceof geoscript.geom.Geometry) {
                       ^^^^^^^^^
geoscript cannot be resolved to a type
----------
7. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 114)
  return ((geoscript.geom.Geometry) value).getG();
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Geometry cannot be resolved to a type
----------
8. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 114)
  return ((geoscript.geom.Geometry) value).getG();
           ^^^^^^^^^
geoscript cannot be resolved to a type
----------
9. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 116)
  else if (value instanceof geoscript.geom.Bounds) {
                            ^^^^^^^^^
geoscript cannot be resolved to a type
----------
10. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 118)
  return ((geoscript.geom.Bounds) value).getEnv();
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Bounds cannot be resolved to a type
----------
11. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 118)
  return ((geoscript.geom.Bounds) value).getEnv();
           ^^^^^^^^^
geoscript cannot be resolved to a type
----------
12. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 120)
  else if (value instanceof geoscript.layer.Layer) {
                            ^^^^^^^^^
geoscript cannot be resolved to a type
----------
13. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 122)
  return ((geoscript.layer.Layer) value).getFs().getFeatures();
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Layer cannot be resolved to a type
----------
14. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 122)
  return ((geoscript.layer.Layer) value).getFs().getFeatures();
           ^^^^^^^^^
geoscript cannot be resolved to a type
----------
15. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 124)
  else if (value instanceof geoscript.layer.Cursor) {
                            ^^^^^^^^^
geoscript cannot be resolved to a type
----------
16. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 126)
  return ((geoscript.layer.Cursor) value).getCol();
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Cursor cannot be resolved to a type
----------
17. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyWpsHook.java&gt; (at line 126)
  return ((geoscript.layer.Cursor) value).getCol();
           ^^^^^^^^^
geoscript cannot be resolved to a type
----------
----------
18. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyFunctionHook.java&gt; (at line 30)
  newArgs.add(geoscript.geom.Geometry.wrap((com.vividsolutions.jts.geom.Geometry) arg));
              ^^^^^^^^^
geoscript cannot be resolved
----------
19. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyFunctionHook.java&gt; (at line 40)
  if (result instanceof geoscript.geom.Geometry) {
                        ^^^^^^^^^
geoscript cannot be resolved to a type
----------
20. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/java/org/geoserver/script/groovy/GroovyFunctionHook.java&gt; (at line 41)
  return ((geoscript.geom.Geometry)result).getG();
           ^^^^^^^^^
geoscript cannot be resolved to a type
----------
----------
21. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/groovy/geoserver/catalog/Layer.groovy&gt; (at line 3)
  import geoscript.layer.Layer as GeoScriptLayer
                         ^^^^^
Groovy:unable to resolve class geoscript.layer.Layer
----------
----------
22. ERROR in <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/ws/src/community/script/groovy/src/main/groovy/geoserver/catalog/Store.groovy&gt; (at line 3)
  import geoscript.workspace.Workspace as GeoScriptWorkspace
                             ^^^^^^^^^
Groovy:unable to resolve class geoscript.workspace.Workspace
----------
22 problems (22 errors)

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 51 seconds
[INFO] Finished at: Mon Sep 09 04:00:32 UTC 2013
[INFO] Final Memory: 103M/467M
[INFO] ------------------------------------------------------------------------
+ cp target/release/geoserver*-bin.zip /var/www/html/geoserver/2.4.x/geoserver-2.4.x-2013-09-09-bin.zip
cp: cannot stat `target/release/geoserver*-bin.zip': No such file or directory

--
This message is automatically generated by Hudson.
For more information on Hudson, see: http://hudson-ci.org/

See <http://hudson.opengeo.org/hudson/job/geoserver-2.4.x-nightly/23/&gt;

--
This message is automatically generated by Hudson.
For more information on Hudson, see: http://hudson-ci.org/