Posted December 10, 201311 yr Hi, I've tried the tutorial, downloaded forge, run gradle eclipse (does imply setupDevWorkspace) then opened eclipse, now I get "missing dependencies ..." then I tried "gradle build" - now it resolves dependencies, but get this error: FAILURE: Build failed with an exception. * What went wrong: Could not resolve all dependencies for configuration ':minecraft'. > Could not resolve net.minecraft:launchwrapper:1.8. Required by: com.yourname.modid:forge-1.6.4-9.11.1.964-src:1.0 > Could not GET 'http://s3.amazonaws.com/Minecraft.Download/libraries/net/minecraft/launchwrapper/1.8/launchwrapper-1.8.pom'. Received status code 403 from server: Forbidden > Could not resolve lzma:lzma:0.0.1. Required by: com.yourname.modid:forge-1.6.4-9.11.1.964-src:1.0 > Could not GET 'http://s3.amazonaws.com/Minecraft.Download/libraries/lzma/lzma/0.0.1/lzma-0.0.1.pom'. Received status code 403 from server: Forbid den > Could not resolve com.paulscode:codecjorbis:20101023. Required by: com.yourname.modid:forge-1.6.4-9.11.1.964-src:1.0 > Could not GET 'http://s3.amazonaws.com/Minecraft.Download/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.pom'. Received status code 403 from server: Forbidden > Could not resolve com.paulscode:codecwav:20101023. Required by: com.yourname.modid:forge-1.6.4-9.11.1.964-src:1.0 > Could not GET 'http://s3.amazonaws.com/Minecraft.Download/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.pom'. Received status code 403 from server: Forbidden > Could not resolve com.paulscode:libraryjavasound:20101123. Required by: com.yourname.modid:forge-1.6.4-9.11.1.964-src:1.0 > Could not GET 'http://s3.amazonaws.com/Minecraft.Download/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.pom'. Recei ved status code 403 from server: Forbidden > Could not resolve com.paulscode:librarylwjglopenal:20100824. Required by: com.yourname.modid:forge-1.6.4-9.11.1.964-src:1.0 > Could not GET 'http://s3.amazonaws.com/Minecraft.Download/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.pom'. R eceived status code 403 from server: Forbidden > Could not resolve com.paulscode:soundsystem:20120107. Required by: com.yourname.modid:forge-1.6.4-9.11.1.964-src:1.0 > Could not GET 'http://s3.amazonaws.com/Minecraft.Download/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.pom'. Received status code 403 from server: Forbidden > Could not resolve argo:argo:2.25_fixed. Required by: com.yourname.modid:forge-1.6.4-9.11.1.964-src:1.0 > Could not GET 'http://s3.amazonaws.com/Minecraft.Download/libraries/argo/argo/2.25_fixed/argo-2.25_fixed.pom'. Received status code 403 from serv er: Forbidden the same happens if I try to use the "legacy" way to build. Has mojang changed something significant?
December 10, 201311 yr Known, use the gradle builds, mojang changed things around. Read the EAQ before posting! OR ELSE! This isn't building better software, its trying to grab a place in the commit list of a highly visible github project. www.forgeessentials.com Don't PM me, I don't check this account unless I have to.
December 10, 201311 yr run it with --refresh-dependencies this has been fixed... "gradle build --refresh-dependencies" http://i56.tinypic.com/ruu0ao.png[/img] ^^ url to be changed.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.