Advertisement
Guest User

gradlew setupDecompWorkspace log

a guest
Feb 9th, 2015
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. D:\Projects\Minecraft Modding\1.7.10\sprinkles_for_vanilla_new>gradlew setupDeco
  2. mpWorkspace
  3. ****************************
  4. Powered By MCP:
  5. http://mcp.ocean-labs.de/
  6. Searge, ProfMobius, Fesh0r,
  7. R4wk, ZeuX, IngisKahn, bspkrs
  8. MCP Data version : unknown
  9. ****************************
  10. Found AccessTransformer in main resources: sprinklesforvanilla_at.cfg
  11. :extractMcpData UP-TO-DATE
  12. :getVersionJson
  13. :extractUserDev UP-TO-DATE
  14. :genSrgs SKIPPED
  15. :extractNatives UP-TO-DATE
  16. :copyNativesLegacy
  17. :getAssetsIndex
  18. :getAssets
  19. :makeStart SKIPPED
  20. :downloadMcpTools SKIPPED
  21. :downloadClient SKIPPED
  22. :downloadServer SKIPPED
  23. :mergeJars SKIPPED
  24. :deobfuscateJar
  25. Applying SpecialSource...
  26. Applying Exceptor...
  27. :decompile
  28. :processSources
  29. Injecting fml files
  30. Applying fml patches
  31. Applying forge patches
  32. :remapJar
  33. :extractMinecraftSrc
  34. :recompMinecraft
  35. D:\Projects\Minecraft Modding\1.7.10\sprinkles_for_vanilla_new\build\tmp\recompS
  36. rc\net\minecraft\entity\EntityAgeable.java:180: error: setSize(float,float) in E
  37. ntityAgeable cannot override setSize(float,float) in Entity
  38. protected final void setSize(float p_70105_1_, float p_70105_2_)
  39. ^
  40. attempting to assign weaker access privileges; was public
  41. D:\Projects\Minecraft Modding\1.7.10\sprinkles_for_vanilla_new\build\tmp\recompS
  42. rc\net\minecraft\entity\monster\EntityZombie.java:729: error: setSize(float,floa
  43. t) in EntityZombie cannot override setSize(float,float) in Entity
  44. protected final void setSize(float p_70105_1_, float p_70105_2_)
  45. ^
  46. attempting to assign weaker access privileges; was public
  47. Note: Some input files use or override a deprecated API.
  48. Note: Recompile with -Xlint:deprecation for details.
  49. Note: Some input files use unchecked or unsafe operations.
  50. Note: Recompile with -Xlint:unchecked for details.
  51. 2 errors
  52. :recompMinecraft FAILED
  53.  
  54. FAILURE: Build failed with an exception.
  55.  
  56. * What went wrong:
  57. Execution failed for task ':recompMinecraft'.
  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
  62. option to get more log output.
  63.  
  64. BUILD FAILED
  65.  
  66. Total time: 2 mins 19.462 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement