Skip to content

Instantly share code, notes, and snippets.

@EdGruberman
Created May 26, 2011 17:07
Show Gist options
  • Save EdGruberman/993526 to your computer and use it in GitHub Desktop.
Save EdGruberman/993526 to your computer and use it in GitHub Desktop.
CraftBukkit 812 Compilation Error
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project craftbukkit: Compilation failure: Compilation failure:
[ERROR] D:\Documents\Development\Bukkit\CraftBukkit\src\main\java\org\bukkit\craftbukkit\CraftServer.java:[369,122] cannot find symbol
[ERROR] symbol : method getId()
[ERROR] location: class org.bukkit.World.Environment
[ERROR]
[ERROR] D:\Documents\Development\Bukkit\CraftBukkit\src\main\java\org\bukkit\craftbukkit\CraftServer.java:[372,65] cannot find symbol
[ERROR] symbol : method getId()
[ERROR] location: class org.bukkit.World.Environment
[ERROR]
[ERROR] D:\Documents\Development\Bukkit\CraftBukkit\src\main\java\net\minecraft\server\MinecraftServer.java:[171,51] cannot find symbol
[ERROR] symbol : method getEnvironment(int)
[ERROR] location: class org.bukkit.World.Environment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment