JZTech101

Untitled

Mar 23rd, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. jztech101@home ~/Documents/workspace/RefinedRelocation $ /opt/gradle/bin/gradle build
  2. ****************************
  3. Powered By MCP:
  4. http://mcp.ocean-labs.de/
  5. Searge, ProfMobius, Fesh0r,
  6. R4wk, ZeuX, IngisKahn
  7. MCP Data version : unknown
  8. ****************************
  9. :downloadClient SKIPPED
  10. :downloadServer SKIPPED
  11. :extractUserDev
  12. :mergeJars SKIPPED
  13. :applyBinPatches SKIPPED
  14. :downloadMcpTools UP-TO-DATE
  15. :genSrgs UP-TO-DATE
  16. :deobfBinJar UP-TO-DATE
  17. :compileApiJava UP-TO-DATE
  18. :processApiResources UP-TO-DATE
  19. :apiClasses UP-TO-DATE
  20. :sourceMainJava
  21. :compileJava
  22. warning: [options] bootstrap class path not set in conjunction with -source 1.6
  23. /home/jztech101/Documents/workspace/RefinedRelocation/build/sources/java/com/dynious/refinedrelocation/tileentity/TileSortingIronChest.java:19: error: TileSortingIronChest is not abstract and does not override abstract method isItemValidForSlot(int,ItemStack) in IInventory
  24. public class TileSortingIronChest extends TileEntityIronChest implements ISortingInventory, IFilterTileGUI
  25. ^
  26. /home/jztech101/Documents/workspace/RefinedRelocation/build/sources/java/com/dynious/refinedrelocation/tileentity/TileSortingIronChest.java:126: error: cannot find symbol
  27. this.chestContents = new ItemStack[getSizeInventory()];
  28. ^
  29. symbol: method getSizeInventory()
  30. location: class TileSortingIronChest
  31. /home/jztech101/Documents/workspace/RefinedRelocation/build/sources/java/com/dynious/refinedrelocation/tileentity/TileSortingBarrel.java:11: error: TileSortingBarrel is not abstract and does not override abstract method isItemValidForSlot(int,ItemStack) in IInventory
  32. public class TileSortingBarrel extends TileEntityBarrel implements ISortingInventory
  33. ^
  34. /home/jztech101/Documents/workspace/RefinedRelocation/build/sources/java/com/dynious/refinedrelocation/tileentity/TileSortingBarrel.java:35: error: cannot find symbol
  35. super.setInventorySlotContents(i, itemstack);
  36. ^
  37. symbol: method setInventorySlotContents(int,ItemStack)
  38. /home/jztech101/Documents/workspace/RefinedRelocation/build/sources/java/com/dynious/refinedrelocation/mods/IronChestHelper.java:80: error: cannot find symbol
  39. System.arraycopy(chestContents, 0, newchest.chestContents, 0, Math.min(chestContents.length, newchest.getSizeInventory()));
  40. ^
  41. symbol: method getSizeInventory()
  42. location: variable newchest of type TileSortingIronChest
  43. /home/jztech101/Documents/workspace/RefinedRelocation/build/sources/java/com/dynious/refinedrelocation/mods/IronChestHelper.java:115: error: cannot find symbol
  44. System.arraycopy(chestContents, 0, chest.chestContents, 0, chest.getSizeInventory());
  45. ^
  46. symbol: method getSizeInventory()
  47. location: variable chest of type TileSortingIronChest
  48. Note: /home/jztech101/Documents/workspace/RefinedRelocation/build/sources/java/com/dynious/refinedrelocation/gui/GuiRefinedRelocationContainer.java uses or overrides a deprecated API.
  49. Note: Recompile with -Xlint:deprecation for details.
  50. 6 errors
  51. 1 warning
  52. :compileJava FAILED
  53.  
  54. FAILURE: Build failed with an exception.
  55.  
  56. * What went wrong:
  57. Execution failed for task ':compileJava'.
  58. > Compilation failed; see the compiler error output for details.
  59.  
  60. * Try:
  61. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  62.  
  63. BUILD FAILED
Advertisement
Add Comment
Please, Sign In to add comment