Advertisement
Guest User

1

a guest
Apr 8th, 2013
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1.  
  2. C:\Pylo\MCreator>cd ./mcp
  3.  
  4. C:\Pylo\MCreator\mcp>runtime\bin\python\python_mcp runtime\recompile.py exit
  5. == MCP 7.44 (data: 7.44, client: 1.5.1, server: 1.5.1) ==
  6. # found ff, ff patches, srgs, name csvs, doc csvs, param csvs, renumber csv, ast
  7. yle, astyle config
  8. == Recompiling client ==
  9. > Cleaning bin
  10. > Recompiling
  11. '"C:\Program Files\Java\jdk1.6.0_15\bin\javac" -encoding UTF-8 -Xlint:-options -
  12. deprecation -g -sourc...' failed : 1
  13.  
  14. == ERRORS FOUND ==
  15.  
  16. src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:23: warning: [depr
  17. ecation] net.minecraftforge.common.ISidedInventory in net.minecraftforge.common
  18. has been deprecated
  19. public class TileEntityFurnace extends TileEntity implements ISidedInventory, ne
  20. t.minecraftforge.common.ISidedInventory
  21.  
  22. ^
  23.  
  24. src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:493: warning: [dep
  25. recation] getSizeInventorySide(net.minecraftforge.common.ForgeDirection) in net.
  26. minecraftforge.common.ISidedInventory has been deprecated
  27. public int getSizeInventorySide(ForgeDirection side)
  28. ^
  29.  
  30. src\minecraft\net\minecraft\tileentity\TileEntityFurnace.java:476: warning: [dep
  31. recation] getStartInventorySide(net.minecraftforge.common.ForgeDirection) in net
  32. .minecraftforge.common.ISidedInventory has been deprecated
  33. public int getStartInventorySide(ForgeDirection side)
  34. ^
  35.  
  36. src\minecraft\cpw\mods\fml\common\ObfuscationReflectionHelper.java:36: type para
  37. meters of <T>T cannot be determined; no unique maximal instance exists for type
  38. variable T with upper bounds T,java.lang.Object
  39. return ReflectionHelper.getPrivateValue(classToAccess, instance, fie
  40. ldIndex);
  41. ^
  42.  
  43. src\minecraft\cpw\mods\fml\common\ObfuscationReflectionHelper.java:61: type para
  44. meters of <T>T cannot be determined; no unique maximal instance exists for type
  45. variable T with upper bounds T,java.lang.Object
  46. return ReflectionHelper.getPrivateValue(classToAccess, instance, rem
  47. apFieldNames(classToAccess.getName(),fieldNames));
  48. ^
  49.  
  50. src\minecraft\net\minecraft\src\ModLoader.java:483: type parameters of <T>T cann
  51. ot be determined; no unique maximal instance exists for type variable T with upp
  52. er bounds T,java.lang.Object
  53. return ObfuscationReflectionHelper.getPrivateValue(instanceclass, instan
  54. ce, fieldindex);
  55. ^
  56.  
  57. src\minecraft\net\minecraft\src\ModLoader.java:497: type parameters of <T>T cann
  58. ot be determined; no unique maximal instance exists for type variable T with upp
  59. er bounds T,java.lang.Object
  60. return ObfuscationReflectionHelper.getPrivateValue(instanceclass, instan
  61. ce, field);
  62. ^
  63.  
  64. src\minecraft\net\minecraft\src\ModLoader.java:632: warning: [deprecation] regis
  65. terBlock(net.minecraft.block.Block) in cpw.mods.fml.common.registry.GameRegistry
  66. has been deprecated
  67. GameRegistry.registerBlock(block);
  68. ^
  69.  
  70. src\minecraft\net\minecraft\src\ModLoader.java:643: warning: [deprecation] regis
  71. terBlock(net.minecraft.block.Block,java.lang.Class<? extends net.minecraft.item.
  72. ItemBlock>) in cpw.mods.fml.common.registry.GameRegistry has been deprecated
  73. GameRegistry.registerBlock(block, itemclass);
  74. ^
  75.  
  76. 4 errors
  77. 5 warnings
  78. ==================
  79.  
  80. !! Can not find server sources, try decompiling !!
  81.  
  82. C:\Pylo\MCreator\mcp>pause
  83. Trykk en tast for å fortsette...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement