Advertisement
Guest User

Command Prompt Log File - Gradlew Error

a guest
Mar 28th, 2014
436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.25 KB | None | 0 0
  1.  
  2. C:\Users\Schroder\workspace\BaseFolder>java -version
  3. java version "1.7.0_51"
  4. Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
  5. Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)
  6.  
  7. C:\Users\Schroder\workspace\BaseFolder>gradlew setupDecompWorkspace --refresh-de
  8. pendencies
  9. ****************************
  10. Powered By MCP:
  11. http://mcp.ocean-labs.de/
  12. Searge, ProfMobius, Fesh0r,
  13. R4wk, ZeuX, IngisKahn
  14. MCP Data version : unknown
  15. ****************************
  16. :extractUserDev
  17. :getAssetsIndex
  18. :getAssets
  19. :copyAssets
  20. :extractNatives
  21. :genSrgs UP-TO-DATE
  22. :downloadMcpTools UP-TO-DATE
  23. :downloadClient SKIPPED
  24. :downloadServer SKIPPED
  25. :mergeJars SKIPPED
  26. :deobfuscateJar UP-TO-DATE
  27. :decompile SKIPPED
  28. :doFmlPatches SKIPPED
  29. :addFmlSources SKIPPED
  30. :remapJar SKIPPED
  31. :doForgePatches SKIPPED
  32. :addForgeJavadoc SKIPPED
  33. :extractForgeSrc
  34. :recompForge
  35. warning: [options] bootstrap class path not set in conjunction with -source 1.6
  36. C:\Users\Schroder\workspace\BaseFolder\build\tmp\recompSrc\net\minecraft\entity\
  37. player\EntityPlayer.java:208: error: cannot find symbol
  38. this.eyeHeight = this.getDefaultEyeHeight();
  39. ^
  40. symbol: variable eyeHeight
  41. C:\Users\Schroder\workspace\BaseFolder\build\tmp\recompSrc\net\minecraft\entity\
  42. player\EntityPlayer.java:208: error: cannot find symbol
  43. this.eyeHeight = this.getDefaultEyeHeight();
  44. ^
  45. symbol: method getDefaultEyeHeight()
  46. C:\Users\Schroder\workspace\BaseFolder\build\tmp\recompSrc\net\minecraft\entity\
  47. player\EntityPlayer.java:1116: error: cannot find symbol
  48. return eyeHeight;
  49. ^
  50. symbol: variable eyeHeight
  51. location: class EntityPlayer
  52. C:\Users\Schroder\workspace\BaseFolder\build\tmp\recompSrc\net\minecraft\entity\
  53. player\EntityPlayer.java:1806: error: method getBedLocation in class EntityPlaye
  54. r cannot be applied to given types;
  55. return getBedLocation(this.dimension);
  56. ^
  57. required: no arguments
  58. found: int
  59. reason: actual and formal argument lists differ in length
  60. C:\Users\Schroder\workspace\BaseFolder\build\tmp\recompSrc\net\minecraft\entity\
  61. player\EntityPlayer.java:1812: error: method isSpawnForced in class EntityPlayer
  62. cannot be applied to given types;
  63. return isSpawnForced(this.dimension);
  64. ^
  65. required: no arguments
  66. found: int
  67. reason: actual and formal argument lists differ in length
  68. C:\Users\Schroder\workspace\BaseFolder\build\tmp\recompSrc\net\minecraft\entity\
  69. player\EntityPlayer.java:1822: error: method setSpawnChunk in class EntityPlayer
  70. cannot be applied to given types;
  71. setSpawnChunk(par1ChunkCoordinates, par2, this.dimension);
  72. ^
  73. required: ChunkCoordinates,boolean
  74. found: ChunkCoordinates,boolean,int
  75. reason: actual and formal argument lists differ in length
  76. C:\Users\Schroder\workspace\BaseFolder\build\tmp\recompSrc\net\minecraft\entity\
  77. player\EntityPlayer.java:2442: error: cannot find symbol
  78. ChatComponentText chatcomponenttext = new ChatComponentText(ScorePlayerT
  79. eam.formatPlayerName(this.getTeam(), this.getDisplayName()));
  80.  
  81. ^
  82. symbol: method getDisplayName()
  83. C:\Users\Schroder\workspace\BaseFolder\build\tmp\recompSrc\net\minecraft\item\It
  84. em.java:790: error: cannot find symbol
  85. double d1 = par2EntityPlayer.prevPosY + (par2EntityPlayer.posY - par2Ent
  86. ityPlayer.prevPosY) * (double)f + (double)(par1World.isRemote ? par2EntityPlayer
  87. .getEyeHeight() - par2EntityPlayer.getDefaultEyeHeight() : par2EntityPlayer.getE
  88. yeHeight()); // isRemote check to revert changes to ray trace position due to ad
  89. ding the eye height clientside and player yOffset differences
  90.  
  91.  
  92. ^
  93. symbol: method getDefaultEyeHeight()
  94. location: variable par2EntityPlayer of type EntityPlayer
  95. C:\Users\Schroder\workspace\BaseFolder\build\tmp\recompSrc\net\minecraft\world\g
  96. en\structure\StructureVillagePieces.java:1942: error: cannot find symbol
  97. BiomeEvent.GetVillageBlockID event = new BiomeEvent.GetVillageBl
  98. ockID(startPiece == null ? null : startPiece.biome, p_151558_1_, p_151558_2_);
  99.  
  100. ^
  101. symbol: variable biome
  102. location: variable startPiece of type Start
  103. C:\Users\Schroder\workspace\BaseFolder\build\tmp\recompSrc\net\minecraft\world\g
  104. en\structure\StructureVillagePieces.java:1983: error: cannot find symbol
  105. BiomeEvent.GetVillageBlockMeta event = new BiomeEvent.GetVillage
  106. BlockMeta(startPiece == null ? null : startPiece.biome, p_151557_1_, p_151557_2_
  107. );
  108.  
  109. ^
  110. symbol: variable biome
  111. location: variable startPiece of type Start
  112. C:\Users\Schroder\workspace\BaseFolder\build\tmp\recompSrc\net\minecraft\server\
  113. management\ServerConfigurationManager.java:437: error: method getBedLocation in
  114. class EntityPlayer cannot be applied to given types;
  115. ChunkCoordinates chunkcoordinates = par1EntityPlayerMP.getBedLocation(pa
  116. r2);
  117. ^
  118. required: no arguments
  119. found: int
  120. reason: actual and formal argument lists differ in length
  121. C:\Users\Schroder\workspace\BaseFolder\build\tmp\recompSrc\net\minecraft\server\
  122. management\ServerConfigurationManager.java:438: error: method isSpawnForced in c
  123. lass EntityPlayer cannot be applied to given types;
  124. boolean flag1 = par1EntityPlayerMP.isSpawnForced(par2);
  125. ^
  126. required: no arguments
  127. found: int
  128. reason: actual and formal argument lists differ in length
  129. C:\Users\Schroder\workspace\BaseFolder\build\tmp\recompSrc\net\minecraft\entity\
  130. player\EntityPlayerMP.java:1176: error: method does not override or implement a
  131. method from a supertype
  132. @Override
  133. ^
  134. C:\Users\Schroder\workspace\BaseFolder\build\tmp\recompSrc\cpw\mods\fml\common\n
  135. etwork\internal\OpenGuiHandler.java:16: error: cannot find symbol
  136. player.openGui(msg.modId, msg.modGuiId, player.worldObj, msg.x, msg.y, m
  137. sg.z);
  138. ^
  139. symbol: method openGui(String,int,World,int,int,int)
  140. location: variable player of type EntityPlayer
  141. C:\Users\Schroder\workspace\BaseFolder\build\tmp\recompSrc\net\minecraft\client\
  142. entity\EntityOtherPlayerMP.java:174: error: method does not override or implemen
  143. t a method from a supertype
  144. @Override
  145. ^
  146. C:\Users\Schroder\workspace\BaseFolder\build\tmp\recompSrc\net\minecraftforge\co
  147. mmon\util\FakePlayer.java:33: error: method does not override or implement a met
  148. hod from a supertype
  149. @Override public void openGui(Object mod, int modGuiId, World world, int x,
  150. int y, int z){}
  151. ^
  152. Note: Some input files use or override a deprecated API.
  153. Note: Recompile with -Xlint:deprecation for details.
  154. Note: Some input files use unchecked or unsafe operations.
  155. Note: Recompile with -Xlint:unchecked for details.
  156. 16 errors
  157. 1 warning
  158. :recompForge FAILED
  159.  
  160. FAILURE: Build failed with an exception.
  161.  
  162. * What went wrong:
  163. Execution failed for task ':recompForge'.
  164. > Compilation failed; see the compiler error output for details.
  165.  
  166. * Try:
  167. Run with --stacktrace option to get the stack trace. Run with --info or --debug
  168. option to get more log output.
  169.  
  170. BUILD FAILED
  171.  
  172. Total time: 1 mins 25.373 secs
  173.  
  174. C:\Users\Schroder\workspace\BaseFolder>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement