Guest User

Untitled

a guest
Jun 24th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.12 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO] ------------------------------------------------------------------------
  3. [INFO] Building Process Feature
  4. [INFO] task-segment: [clean, install]
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO] [clean:clean {execution: default-clean}]
  7. [INFO] Deleting directory /Users/ahocevar/projects/suite/geoserver/externals/geotools/modules/unsupported/process-feature/target
  8. [INFO] [svn-revision-number:revision {execution: default}]
  9. [INFO] inspecting /Users/ahocevar/projects/suite/geoserver/externals/geotools/modules/unsupported/process-feature
  10. [INFO] [resources:resources {execution: default-resources}]
  11. [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
  12. [INFO] Copying 1 resource
  13. [INFO] snapshot org.geotools:gt-property:8-SNAPSHOT: checking for updates from maven2-repository.dev.java.net
  14. [INFO] snapshot org.geotools:plugin:8-SNAPSHOT: checking for updates from maven2-repository.dev.java.net
  15. [INFO] snapshot org.geotools:gt-epsg-hsql:8-SNAPSHOT: checking for updates from maven2-repository.dev.java.net
  16. [INFO] [compiler:compile {execution: default-compile}]
  17. [INFO] Compiling 24 source files to /Users/ahocevar/projects/suite/geoserver/externals/geotools/modules/unsupported/process-feature/target/classes
  18. [INFO] ------------------------------------------------------------------------
  19. [ERROR] BUILD FAILURE
  20. [INFO] ------------------------------------------------------------------------
  21. [INFO] Compilation failure
  22.  
  23. /Users/ahocevar/projects/suite/geoserver/externals/geotools/modules/unsupported/process-feature/src/main/java/org/geotools/process/feature/gs/FeatureClassStats.java:[19,36] package org.geotools.process.classify does not exist
  24.  
  25. /Users/ahocevar/projects/suite/geoserver/externals/geotools/modules/unsupported/process-feature/src/main/java/org/geotools/process/feature/gs/FeatureClassStats.java:[20,51] package org.geotools.process.classify.Classification does not exist
  26.  
  27. /Users/ahocevar/projects/suite/geoserver/externals/geotools/modules/unsupported/process-feature/src/main/java/org/geotools/process/feature/gs/FeatureClassStats.java:[51,62] cannot find symbol
  28. symbol : class Method
  29. location: class org.geotools.process.feature.gs.FeatureClassStats
  30.  
  31. /Users/ahocevar/projects/suite/geoserver/externals/geotools/modules/unsupported/process-feature/src/main/java/org/geotools/process/feature/gs/FeatureClassStats.java:[150,43] cannot find symbol
  32. symbol : class ClassificationStats
  33. location: class org.geotools.process.feature.gs.FeatureClassStats
  34.  
  35. /Users/ahocevar/projects/suite/geoserver/externals/geotools/modules/unsupported/process-feature/src/main/java/org/geotools/process/feature/gs/FeatureClassStats.java:[86,21] cannot find symbol
  36. symbol : variable Method
  37. location: class org.geotools.process.feature.gs.FeatureClassStats
  38.  
  39. /Users/ahocevar/projects/suite/geoserver/externals/geotools/modules/unsupported/process-feature/src/main/java/org/geotools/process/feature/gs/FeatureClassStats.java:[95,17] cannot find symbol
  40. symbol : variable EQUAL_INTERVAL
  41. location: class org.geotools.process.feature.gs.FeatureClassStats
  42.  
  43. /Users/ahocevar/projects/suite/geoserver/externals/geotools/modules/unsupported/process-feature/src/main/java/org/geotools/process/feature/gs/FeatureClassStats.java:[98,17] cannot find symbol
  44. symbol : variable QUANTILE
  45. location: class org.geotools.process.feature.gs.FeatureClassStats
  46.  
  47. /Users/ahocevar/projects/suite/geoserver/externals/geotools/modules/unsupported/process-feature/src/main/java/org/geotools/process/feature/gs/FeatureClassStats.java:[101,17] cannot find symbol
  48. symbol : variable NATURAL_BREAKS
  49. location: class org.geotools.process.feature.gs.FeatureClassStats
  50.  
  51.  
  52. [INFO] ------------------------------------------------------------------------
  53. [INFO] For more information, run Maven with the -e switch
  54. [INFO] ------------------------------------------------------------------------
  55. [INFO] Total time: 8 seconds
  56. [INFO] Finished at: Tue Feb 14 17:43:13 CET 2012
  57. [INFO] Final Memory: 19M/81M
  58. [INFO] ------------------------------------------------------------------------
Add Comment
Please, Sign In to add comment