Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2015
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. E:\mcp\mcp 1.8.8\customnpcs>gradlew build
  2. This set of MCP mappings was designed for MC 1.8. Use at your own peril.
  3. #################################################
  4. ForgeGradle 2.1-SNAPSHOT-12e92a7
  5. https://github.com/MinecraftForge/ForgeGradle
  6. #################################################
  7. Powered by MCP unknown
  8. http://modcoderpack.com
  9. by: Searge, ProfMobius, Fesh0r,
  10. R4wk, ZeuX, IngisKahn, bspkrs
  11. #################################################
  12. Found AccessTransformer: cnpcs_at.cfg
  13. :deobfCompileDummyTask
  14. :deobfProvidedDummyTask
  15. :compileApiJava
  16. warning: [options] bootstrap class path not set in conjunction with -source 1.6
  17. Note: E:\mcp\mcp 1.8.8\customnpcs\api\noppes\npcs\api\NpcAPI.java uses unchecked or unsafe operations.
  18. Note: Recompile with -Xlint:unchecked for details.
  19. 1 warning
  20. :processApiResources UP-TO-DATE
  21. :apiClasses
  22. :sourceMainJava
  23. :compileJava
  24. warning: [options] bootstrap class path not set in conjunction with -source 1.6
  25. Note: Some input files use or override a deprecated API.
  26. Note: Recompile with -Xlint:deprecation for details.
  27. Note: Some input files use unchecked or unsafe operations.
  28. Note: Recompile with -Xlint:unchecked for details.
  29. 1 warning
  30. :processResources UP-TO-DATE
  31. :classes
  32. :jar
  33. :compileTestJava UP-TO-DATE
  34. :processTestResources UP-TO-DATE
  35. :testClasses UP-TO-DATE
  36. :test UP-TO-DATE
  37. :extractMcpData SKIPPED
  38. :extractMcpMappings SKIPPED
  39. :getVersionJson
  40. :extractUserdev UP-TO-DATE
  41. :genSrgs SKIPPED
  42. :reobfJar
  43. :extractRangemapSrc
  44. :retromapSources
  45. remapping source...
  46. :retromapSources FAILED
  47.  
  48. FAILURE: Build failed with an exception.
  49.  
  50. * What went wrong:
  51. Execution failed for task ':retromapSources'.
  52. > filename net\minecraft\block\NpcBlockHelper.java found package net/minecraft/block->net/minecraft/block but no class map for null
  53.  
  54. * Try:
  55. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  56.  
  57. BUILD FAILED
  58.  
  59. Total time: 2 mins 18.915 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement