Advertisement
Guest User

Error

a guest
Apr 11th, 2014
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. C:\Users\**\Documents\Modding\ObsiTools>gradlew setupDecompWorkspace
  2. ****************************
  3. Powered By MCP:
  4. http://mcp.ocean-labs.de/
  5. Searge, ProfMobius, Fesh0r,
  6. R4wk, ZeuX, IngisKahn
  7. MCP Data version : unknown
  8. ****************************
  9. :extractUserDev SKIPPED
  10. :getAssetsIndex
  11. :getAssets
  12. :copyAssets
  13. :extractNatives UP-TO-DATE
  14. :genSrgs SKIPPED
  15. :downloadMcpTools UP-TO-DATE
  16. :downloadClient SKIPPED
  17. :downloadServer SKIPPED
  18. :mergeJars SKIPPED
  19. :deobfuscateJar SKIPPED
  20. :decompile SKIPPED
  21. :doFmlPatches SKIPPED
  22. :addSources SKIPPED
  23. :doForgePatches SKIPPED
  24. :remapJar SKIPPED
  25. :extractForgeSrc UP-TO-DATE
  26. :recompForge
  27.  
  28. FAILURE: Build failed with an exception.
  29.  
  30. * What went wrong:
  31. Could not resolve all dependencies for configuration ':minecraftDeps'.
  32. > Could not resolve net.minecraft:launchwrapper:1.9.
  33. Required by:
  34. com.yourname.modid:ObsiTools:1.0
  35. > Could not GET 'https://libraries.minecraft.net/net/minecraft/launchwrapper/1.9/launchwrapper-1.9.pom'.
  36. > peer not authenticated
  37. > Could not resolve com.ibm.icu:icu4j-core-mojang:51.2.
  38. Required by:
  39. com.yourname.modid:ObsiTools:1.0
  40. > Could not GET 'https://libraries.minecraft.net/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.pom'.
  41. > peer not authenticated
  42. > Could not resolve lzma:lzma:0.0.1.
  43. Required by:
  44. com.yourname.modid:ObsiTools:1.0
  45. > Could not GET 'https://libraries.minecraft.net/lzma/lzma/0.0.1/lzma-0.0.1.pom'.
  46. > peer not authenticated
  47. > Could not resolve com.paulscode:codecjorbis:20101023.
  48. Required by:
  49. com.yourname.modid:ObsiTools:1.0
  50. > Could not GET 'https://libraries.minecraft.net/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.pom'.
  51. > peer not authenticated
  52. > Could not resolve com.paulscode:codecwav:20101023.
  53. Required by:
  54. com.yourname.modid:ObsiTools:1.0
  55. > Could not GET 'https://libraries.minecraft.net/com/paulscode/codecwav/20101023/codecwav-20101023.pom'.
  56. > peer not authenticated
  57. > Could not resolve com.paulscode:libraryjavasound:20101123.
  58. Required by:
  59. com.yourname.modid:ObsiTools:1.0
  60. > Could not GET 'https://libraries.minecraft.net/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.pom'.
  61. > peer not authenticated
  62. > Could not resolve com.paulscode:librarylwjglopenal:20100824.
  63. Required by:
  64. com.yourname.modid:ObsiTools:1.0
  65. > Could not GET 'https://libraries.minecraft.net/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.pom'.
  66. > peer not authenticated
  67. > Could not resolve com.paulscode:soundsystem:20120107.
  68. Required by:
  69. com.yourname.modid:ObsiTools:1.0
  70. > Could not GET 'https://libraries.minecraft.net/com/paulscode/soundsystem/20120107/soundsystem-20120107.pom'.
  71. > peer not authenticated
  72. > Could not resolve com.mojang:authlib:1.3.
  73. Required by:
  74. com.yourname.modid:ObsiTools:1.0
  75. > Could not GET 'https://libraries.minecraft.net/com/mojang/authlib/1.3/authlib-1.3.pom'.
  76. > peer not authenticated
  77.  
  78. * Try:
  79. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  80.  
  81. BUILD FAILED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement