Advertisement
Guest User

gradle log

a guest
Apr 25th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.96 KB | None | 0 0
  1. No output file found.
  2. Executing task ':recompileMc' (up-to-date check took 0.001 secs) due to:
  3. No history is available.
  4. [ant:javac] Compiling 2372 source files to D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\compiled
  5. [ant:javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  6. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\client\audio\SoundManager.java:390: error: variable sound is already defined in method playSound(ISound)
  7. [ant:javac] Sound sound = sound.func_184364_b();
  8. [ant:javac] ^
  9. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\client\audio\SoundManager.java:390: error: cannot find symbol
  10. [ant:javac] Sound sound = sound.func_184364_b();
  11. [ant:javac] ^
  12. [ant:javac] symbol: method func_184364_b()
  13. [ant:javac] location: variable sound of type Sound
  14. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\client\audio\SoundManager.java:401: error: cannot find symbol
  15. [ant:javac] float f3 = sound.getVolume();
  16. [ant:javac] ^
  17. [ant:javac] symbol: method getVolume()
  18. [ant:javac] location: variable sound of type Sound
  19. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\client\audio\SoundManager.java:409: error: cannot find symbol
  20. [ant:javac] SoundCategory soundcategory = sound.func_184365_d();
  21. [ant:javac] ^
  22. [ant:javac] symbol: method func_184365_d()
  23. [ant:javac] location: variable sound of type Sound
  24. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\client\audio\SoundManager.java:410: error: incompatible types: Sound cannot be converted to ISound
  25. [ant:javac] float f1 = this.func_188770_e(sound);
  26. [ant:javac] ^
  27. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\client\audio\SoundManager.java:411: error: incompatible types: Sound cannot be converted to ISound
  28. [ant:javac] float f2 = this.func_188772_d(sound);
  29. [ant:javac] ^
  30. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\client\audio\SoundManager.java:419: error: cannot find symbol
  31. [ant:javac] boolean flag = sound.canRepeat() && sound.getRepeatDelay() == 0;
  32. [ant:javac] ^
  33. [ant:javac] symbol: method canRepeat()
  34. [ant:javac] location: variable sound of type Sound
  35. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\client\audio\SoundManager.java:419: error: cannot find symbol
  36. [ant:javac] boolean flag = sound.canRepeat() && sound.getRepeatDelay() == 0;
  37. [ant:javac] ^
  38. [ant:javac] symbol: method getRepeatDelay()
  39. [ant:javac] location: variable sound of type Sound
  40. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\client\audio\SoundManager.java:425: error: cannot find symbol
  41. [ant:javac] this.sndSystem.newStreamingSource(false, s, getURLForSoundResource(resourcelocation1), resourcelocation1.toString(), flag, sound.getXPosF(), sound.getYPosF(), sound.getZPosF(), sound.getAttenuationType().getTypeInt(), f);
  42. [ant:javac] ^
  43. [ant:javac] symbol: method getXPosF()
  44. [ant:javac] location: variable sound of type Sound
  45. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\client\audio\SoundManager.java:425: error: cannot find symbol
  46. [ant:javac] this.sndSystem.newStreamingSource(false, s, getURLForSoundResource(resourcelocation1), resourcelocation1.toString(), flag, sound.getXPosF(), sound.getYPosF(), sound.getZPosF(), sound.getAttenuationType().getTypeInt(), f);
  47. [ant:javac] ^
  48. [ant:javac] symbol: method getYPosF()
  49. [ant:javac] location: variable sound of type Sound
  50. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\client\audio\SoundManager.java:425: error: cannot find symbol
  51. [ant:javac] this.sndSystem.newStreamingSource(false, s, getURLForSoundResource(resourcelocation1), resourcelocation1.toString(), flag, sound.getXPosF(), sound.getYPosF(), sound.getZPosF(), sound.getAttenuationType().getTypeInt(), f);
  52. [ant:javac] ^
  53. [ant:javac] symbol: method getZPosF()
  54. [ant:javac] location: variable sound of type Sound
  55. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\client\audio\SoundManager.java:425: error: cannot find symbol
  56. [ant:javac] this.sndSystem.newStreamingSource(false, s, getURLForSoundResource(resourcelocation1), resourcelocation1.toString(), flag, sound.getXPosF(), sound.getYPosF(), sound.getZPosF(), sound.getAttenuationType().getTypeInt(), f);
  57. [ant:javac] ^
  58. [ant:javac] symbol: method getAttenuationType()
  59. [ant:javac] location: variable sound of type Sound
  60. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\client\audio\SoundManager.java:426: error: incompatible types: Sound cannot be converted to ISound
  61. [ant:javac] net.minecraftforge.common.MinecraftForge.EVENT_BUS.post(new net.minecraftforge.client.event.sound.PlayStreamingSourceEvent(this, sound, s));
  62. [ant:javac] ^
  63. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\client\audio\SoundManager.java:430: error: cannot find symbol
  64. [ant:javac] this.sndSystem.newSource(false, s, getURLForSoundResource(resourcelocation1), resourcelocation1.toString(), flag, sound.getXPosF(), sound.getYPosF(), sound.getZPosF(), sound.getAttenuationType().getTypeInt(), f);
  65. [ant:javac] ^
  66. [ant:javac] symbol: method getXPosF()
  67. [ant:javac] location: variable sound of type Sound
  68. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\client\audio\SoundManager.java:430: error: cannot find symbol
  69. [ant:javac] this.sndSystem.newSource(false, s, getURLForSoundResource(resourcelocation1), resourcelocation1.toString(), flag, sound.getXPosF(), sound.getYPosF(), sound.getZPosF(), sound.getAttenuationType().getTypeInt(), f);
  70. [ant:javac] ^
  71. [ant:javac] symbol: method getYPosF()
  72. [ant:javac] location: variable sound of type Sound
  73. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\client\audio\SoundManager.java:430: error: cannot find symbol
  74. [ant:javac] this.sndSystem.newSource(false, s, getURLForSoundResource(resourcelocation1), resourcelocation1.toString(), flag, sound.getXPosF(), sound.getYPosF(), sound.getZPosF(), sound.getAttenuationType().getTypeInt(), f);
  75. [ant:javac] ^
  76. [ant:javac] symbol: method getZPosF()
  77. [ant:javac] location: variable sound of type Sound
  78. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\client\audio\SoundManager.java:430: error: cannot find symbol
  79. [ant:javac] this.sndSystem.newSource(false, s, getURLForSoundResource(resourcelocation1), resourcelocation1.toString(), flag, sound.getXPosF(), sound.getYPosF(), sound.getZPosF(), sound.getAttenuationType().getTypeInt(), f);
  80. [ant:javac] ^
  81. [ant:javac] symbol: method getAttenuationType()
  82. [ant:javac] location: variable sound of type Sound
  83. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\client\audio\SoundManager.java:431: error: incompatible types: Sound cannot be converted to ISound
  84. [ant:javac] net.minecraftforge.common.MinecraftForge.EVENT_BUS.post(new net.minecraftforge.client.event.sound.PlaySoundSourceEvent(this, sound, s));
  85. [ant:javac] ^
  86. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\client\audio\SoundManager.java:439: error: incompatible types: Sound cannot be converted to ISound
  87. [ant:javac] this.playingSounds.put(s, sound);
  88. [ant:javac] ^
  89. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\item\ItemShears.java:42: error: variable block is already defined in method getStrVsBlock(ItemStack,IBlockState)
  90. [ant:javac] Block block = block.getBlock();
  91. [ant:javac] ^
  92. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\item\ItemShears.java:42: error: cannot find symbol
  93. [ant:javac] Block block = block.getBlock();
  94. [ant:javac] ^
  95. [ant:javac] symbol: method getBlock()
  96. [ant:javac] location: variable block of type Block
  97. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\item\ItemShears.java:43: error: cannot find symbol
  98. [ant:javac] return block != Blocks.web && block.func_185904_a() != Material.leaves ? (block == Blocks.wool ? 5.0F : super.getStrVsBlock(stack, block)) : 15.0F;
  99. [ant:javac] ^
  100. [ant:javac] symbol: method func_185904_a()
  101. [ant:javac] location: variable block of type Block
  102. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\item\ItemShears.java:43: error: incompatible types: Block cannot be converted to IBlockState
  103. [ant:javac] return block != Blocks.web && block.func_185904_a() != Material.leaves ? (block == Blocks.wool ? 5.0F : super.getStrVsBlock(stack, block)) : 15.0F;
  104. [ant:javac] ^
  105. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\item\ItemSword.java:42: error: variable block is already defined in method getStrVsBlock(ItemStack,IBlockState)
  106. [ant:javac] Block block = block.getBlock();
  107. [ant:javac] ^
  108. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\item\ItemSword.java:42: error: cannot find symbol
  109. [ant:javac] Block block = block.getBlock();
  110. [ant:javac] ^
  111. [ant:javac] symbol: method getBlock()
  112. [ant:javac] location: variable block of type Block
  113. [ant:javac] D:\Workspace\java\MinecraftForge\Hardcore Nomad\build\tmp\recompileMc\sources\net\minecraft\item\ItemSword.java:50: error: cannot find symbol
  114. [ant:javac] Material material = block.func_185904_a();
  115. [ant:javac] ^
  116. [ant:javac] symbol: method func_185904_a()
  117. [ant:javac] location: variable block of type Block
  118. [ant:javac] Note: Some input files use or override a deprecated API.
  119. [ant:javac] Note: Recompile with -Xlint:deprecation for details.
  120. [ant:javac] Note: Some input files use unchecked or unsafe operations.
  121. [ant:javac] Note: Recompile with -Xlint:unchecked for details.
  122. [ant:javac] Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
  123. [ant:javac] 26 errors
  124. [ant:javac] 1 warning
  125. :recompileMc FAILED
  126. :recompileMc (Thread[main,5,main]) completed. Took 11.277 secs.
  127.  
  128. FAILURE: Build failed with an exception.
  129.  
  130. * What went wrong:
  131. Execution failed for task ':recompileMc'.
  132. > Compile failed; see the compiler error output for details.
  133.  
  134. * Try:
  135. Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output.
  136.  
  137. BUILD FAILED
  138.  
  139. Total time: 24.288 secs
  140. Stopped 0 compiler daemon(s).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement