Skip to content

Instantly share code, notes, and snippets.

@hef
Created November 30, 2011 00:33
Show Gist options
  • Save hef/1407352 to your computer and use it in GitHub Desktop.
Save hef/1407352 to your computer and use it in GitHub Desktop.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Glowstone 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ glowstone ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ glowstone ---
[INFO] Compiling 236 source files to /home/hef/projects/Glowstone/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.168s
[INFO] Finished at: Tue Nov 29 18:30:53 CST 2011
[INFO] Final Memory: 13M/150M
[INFO] ------------------------------------------------------------------------
[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:
[ERROR] /home/hef/projects/Glowstone/src/main/java/net/glowstone/GlowOfflinePlayer.java:[94,26] cannot find symbol
[ERROR] symbol : method isPermissionSet(java.lang.String,java.lang.String)
[ERROR] location: class org.bukkit.permissions.PermissibleBase
[ERROR]
[ERROR] /home/hef/projects/Glowstone/src/main/java/net/glowstone/GlowOfflinePlayer.java:[102,26] cannot find symbol
[ERROR] symbol : method isPermissionSet(org.bukkit.permissions.Permission,java.lang.String)
[ERROR] location: class org.bukkit.permissions.PermissibleBase
[ERROR]
[ERROR] /home/hef/projects/Glowstone/src/main/java/net/glowstone/GlowOfflinePlayer.java:[110,26] cannot find symbol
[ERROR] symbol : method hasPermission(java.lang.String,java.lang.String)
[ERROR] location: class org.bukkit.permissions.PermissibleBase
[ERROR]
[ERROR] /home/hef/projects/Glowstone/src/main/java/net/glowstone/GlowOfflinePlayer.java:[118,26] cannot find symbol
[ERROR] symbol : method hasPermission(org.bukkit.permissions.Permission,java.lang.String)
[ERROR] location: class org.bukkit.permissions.PermissibleBase
[ERROR]
[ERROR] /home/hef/projects/Glowstone/src/main/java/net/glowstone/GlowOfflinePlayer.java:[126,26] cannot find symbol
[ERROR] symbol : method addAttachment(org.bukkit.plugin.Plugin,java.lang.String,boolean,java.lang.String)
[ERROR] location: class org.bukkit.permissions.PermissibleBase
[ERROR]
[ERROR] /home/hef/projects/Glowstone/src/main/java/net/glowstone/GlowOfflinePlayer.java:[138,26] cannot find symbol
[ERROR] symbol : method addAttachment(org.bukkit.plugin.Plugin,java.lang.String,boolean,int,java.lang.String)
[ERROR] location: class org.bukkit.permissions.PermissibleBase
[ERROR]
[ERROR] /home/hef/projects/Glowstone/src/main/java/net/glowstone/GlowOfflinePlayer.java:[158,26] getEffectivePermissions() in org.bukkit.permissions.PermissibleBase cannot be applied to (java.lang.String)
[ERROR]
[ERROR] /home/hef/projects/Glowstone/src/main/java/net/glowstone/msg/handler/BlockPlacementMessageHandler.java:[81,84] getPlacedBlock(org.bukkit.block.BlockFace,int) in net.glowstone.item.physics.ItemPhysics cannot be applied to (short)
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment