Created
May 26, 2011 17:07
-
-
Save EdGruberman/993526 to your computer and use it in GitHub Desktop.
CraftBukkit 812 Compilation Error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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