1. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project glowstone: Compilation failure: Compilation failure:
  2. [ERROR] c:\java\bukkitspace\Glowstone\src\main\java\net\glowstone\net\Session.java:[5,17] cannot find symbol
  3. [ERROR] symbol : class ArrayDeque
  4. [ERROR] location: package java.util
  5. [ERROR]
  6. [ERROR] c:\java\bukkitspace\Glowstone\src\main\java\net\glowstone\io\McRegionChunkIoService.java:[54,5] method does not override a method from its superclass
  7. [ERROR]
  8. [ERROR] c:\java\bukkitspace\Glowstone\src\main\java\net\glowstone\io\McRegionChunkIoService.java:[104,5] method does not override a method from its superclass
  9. [ERROR]
  10. [ERROR] c:\java\bukkitspace\Glowstone\src\main\java\net\glowstone\entity\EntityManager.java:[102,5] method does not override a method from its superclass
  11. [ERROR]
  12. [ERROR] c:\java\bukkitspace\Glowstone\src\main\java\net\glowstone\scheduler\GlowScheduler.java:[64,13] method does not override a method from its superclass
  13. [ERROR]
  14. [ERROR] c:\java\bukkitspace\Glowstone\src\main\java\net\glowstone\net\Session.java:[72,52] cannot find symbol
  15. [ERROR] symbol : class ArrayDeque
  16. [ERROR] location: class net.glowstone.net.Session
  17. [ERROR]
  18. [ERROR] c:\java\bukkitspace\Glowstone\src\main\java\net\glowstone\io\NbtChunkIoService.java:[15,5] method does not override a method from its superclass
  19. [ERROR]
  20. [ERROR] c:\java\bukkitspace\Glowstone\src\main\java\net\glowstone\io\NbtChunkIoService.java:[20,5] method does not override a method from its superclass
  21. [ERROR]
  22. [ERROR] c:\java\bukkitspace\Glowstone\src\main\java\net\glowstone\net\codec\CompressedChunkCodec.java:[46,18] cannot find symbol
  23. [ERROR] symbol : constructor IOException(java.lang.String,java.util.zip.DataFormatException)
  24. [ERROR] location: class java.io.IOException
  25. [ERROR]
  26. [ERROR] c:\java\bukkitspace\Glowstone\src\main\java\net\glowstone\net\MinecraftPipelineFactory.java:[28,5] method does not override a method from its superclass
  27. [ERROR]
  28. [ERROR] c:\java\bukkitspace\Glowstone\src\main\java\net\glowstone\util\nbt\NBTInputStream.java:[74,19] cannot find symbol
  29. [ERROR] symbol : constructor String(byte[],java.nio.charset.Charset)
  30. [ERROR] location: class java.lang.String
  31. [ERROR]
  32. [ERROR] c:\java\bukkitspace\Glowstone\src\main\java\net\glowstone\util\nbt\NBTInputStream.java:[128,39] cannot find symbol
  33. [ERROR] symbol : constructor String(byte[],java.nio.charset.Charset)
  34. [ERROR] location: class java.lang.String
  35. [ERROR]
  36. [ERROR] c:\java\bukkitspace\Glowstone\src\main\java\net\glowstone\util\nbt\NBTInputStream.java:[166,5] method does not override a method from its superclass
  37. [ERROR]
  38. [ERROR] c:\java\bukkitspace\Glowstone\src\main\java\net\glowstone\util\nbt\NBTOutputStream.java:[57,31] cannot find symbol
  39. [ERROR] symbol : method getBytes(java.nio.charset.Charset)
  40. [ERROR] location: class java.lang.String
  41. [ERROR]
  42. [ERROR] c:\java\bukkitspace\Glowstone\src\main\java\net\glowstone\util\nbt\NBTOutputStream.java:[183,35] cannot find symbol
  43. [ERROR] symbol : method getBytes(java.nio.charset.Charset)
  44. [ERROR] location: class java.lang.String
  45. [ERROR]
  46. [ERROR] c:\java\bukkitspace\Glowstone\src\main\java\net\glowstone\util\nbt\NBTOutputStream.java:[242,5] method does not override a method from its superclass
  47. [ERROR]
  48. [ERROR] c:\java\bukkitspace\Glowstone\src\main\java\net\glowstone\util\ChannelBufferUtils.java:[129,26] cannot find symbol
  49. [ERROR] symbol : method getBytes(java.nio.charset.Charset)
  50. [ERROR] location: class java.lang.String
  51. [ERROR]
  52. [ERROR] c:\java\bukkitspace\Glowstone\src\main\java\net\glowstone\util\ChannelBufferUtils.java:[166,15] cannot find symbol
  53. [ERROR] symbol : constructor String(byte[],java.nio.charset.Charset)
  54. [ERROR] location: class java.lang.String
  55. [ERROR] -> [Help 1]
  56. org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project glowstone: Compilation failure
  57. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
  58. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  59. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  60. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
  61. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
  62. at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
  63. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
  64. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
  65. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
  66. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
  67. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
  68. at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
  69. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  70. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  71. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  72. at java.lang.reflect.Method.invoke(Method.java:592)
  73. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
  74. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
  75. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
  76. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
  77. Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
  78. at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516)
  79. at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
  80. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
  81. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
  82. ... 19 more
  83. [ERROR]
  84. [ERROR]
  85. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  86. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException