Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.81 KB | None | 0 0
  1. [ant:javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  2. [ant:javac] C:\Users\Mark\Desktop\Mark's Stuff\Minecraft Mods\BAM\build\tmp\recompileMc\sources\net\minecraft\client\renderer\entity\RenderLiving.java:37: error: variable entity is already defined in method shouldRender(T,
  3. ICamera,double,double,double)
  4. [ant:javac] Entity entity = entity.getLeashedToEntity();
  5. [ant:javac] ^
  6. [ant:javac] where T is a type-variable:
  7. [ant:javac] T extends EntityLiving declared in class RenderLiving
  8. [ant:javac] C:\Users\Mark\Desktop\Mark's Stuff\Minecraft Mods\BAM\build\tmp\recompileMc\sources\net\minecraft\client\renderer\entity\RenderLiving.java:37: error: cannot find symbol
  9. [ant:javac] Entity entity = entity.getLeashedToEntity();
  10. [ant:javac] ^
  11. [ant:javac] symbol: method getLeashedToEntity()
  12. [ant:javac] location: variable entity of type Entity
  13. [ant:javac] Note: Some input files use or override a deprecated API.
  14. [ant:javac] Note: Recompile with -Xlint:deprecation for details.
  15. [ant:javac] Note: Some input files use unchecked or unsafe operations.
  16. [ant:javac] Note: Recompile with -Xlint:unchecked for details.
  17. [ant:javac] 2 errors
  18. [ant:javac] 1 warning
  19. :recompileMc FAILED
  20.  
  21. FAILURE: Build failed with an exception.
  22.  
  23. * What went wrong:
  24. Execution failed for task ':recompileMc'.
  25. > Compile failed; see the compiler error output for details.
  26.  
  27. * Try:
  28. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  29.  
  30. BUILD FAILED
  31.  
  32. Total time: 46.104 secs
  33.  
  34. C:\Users\Mark\Desktop\Mark's Stuff\Minecraft Mods\BAM>gradlew setupDecompWorkspace --refresh-dependencies
  35. This set of MCP mappings was designed for MC 1.8. Use at your own peril.
  36. #################################################
  37. ForgeGradle 2.1-SNAPSHOT-12e92a7
  38. https://github.com/MinecraftForge/ForgeGradle
  39. #################################################
  40. Powered by MCP unknown
  41. http://modcoderpack.com
  42. by: Searge, ProfMobius, Fesh0r,
  43. R4wk, ZeuX, IngisKahn, bspkrs
  44. #################################################
  45. :deobfCompileDummyTask
  46. :deobfProvidedDummyTask
  47. :getVersionJson
  48. :extractUserdev UP-TO-DATE
  49. :extractDependencyATs SKIPPED
  50. :extractMcpData SKIPPED
  51. :extractMcpMappings SKIPPED
  52. :genSrgs SKIPPED
  53. :downloadClient SKIPPED
  54. :downloadServer SKIPPED
  55. :splitServerJar SKIPPED
  56. :mergeJars SKIPPED
  57. :deobfMcSRG SKIPPED
  58. :decompileMc SKIPPED
  59. :fixMcSources SKIPPED
  60. :applySourcePatches
  61. :remapMcSources SKIPPED
  62. :recompileMc
  63. [ant:javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  64. [ant:javac] C:\Users\Mark\Desktop\Mark's Stuff\Minecraft Mods\BAM\build\tmp\recompileMc\sources\net\minecraft\client\renderer\entity\RenderLiving.java:37: error: variable entity is already defined in method shouldRender(T,
  65. ICamera,double,double,double)
  66. [ant:javac] Entity entity = entity.getLeashedToEntity();
  67. [ant:javac] ^
  68. [ant:javac] where T is a type-variable:
  69. [ant:javac] T extends EntityLiving declared in class RenderLiving
  70. [ant:javac] C:\Users\Mark\Desktop\Mark's Stuff\Minecraft Mods\BAM\build\tmp\recompileMc\sources\net\minecraft\client\renderer\entity\RenderLiving.java:37: error: cannot find symbol
  71. [ant:javac] Entity entity = entity.getLeashedToEntity();
  72. [ant:javac] ^
  73. [ant:javac] symbol: method getLeashedToEntity()
  74. [ant:javac] location: variable entity of type Entity
  75. [ant:javac] Note: Some input files use or override a deprecated API.
  76. [ant:javac] Note: Recompile with -Xlint:deprecation for details.
  77. [ant:javac] Note: Some input files use unchecked or unsafe operations.
  78. [ant:javac] Note: Recompile with -Xlint:unchecked for details.
  79. [ant:javac] 2 errors
  80. [ant:javac] 1 warning
  81. :recompileMc FAILED
  82.  
  83. FAILURE: Build failed with an exception.
  84.  
  85. * What went wrong:
  86. Execution failed for task ':recompileMc'.
  87. > Compile failed; see the compiler error output for details.
  88.  
  89. * Try:
  90. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  91.  
  92. BUILD FAILED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement