lukeplechaty Posted March 19, 2014 Posted March 19, 2014 Help please. D:\workspace\ores>gradle build **************************** Powered By MCP: http://mcp.ocean-labs.de/ Searge, ProfMobius, Fesh0r, R4wk, ZeuX, IngisKahn MCP Data version : unknown **************************** :compileApiJava UP-TO-DATE :processApiResources UP-TO-DATE :apiClasses UP-TO-DATE :sourceMainJava UP-TO-DATE :compileJava UP-TO-DATE :processResources UP-TO-DATE :classes UP-TO-DATE :jar UP-TO-DATE :extractUserDev :genSrgs UP-TO-DATE :reobf FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':reobf'. > Could not resolve all dependencies for configuration ':compile'. > Could not resolve :forgeSrc:1.7.2-10.12.0.1047. Required by: :ores:1.7.2-0.2.0 > Could not GET 'https://libraries.minecraft.net//forgeSrc/1.7.2-10.12.0.1 047/forgeSrc-1.7.2-10.12.0.1047.pom'. Received status code 403 from server: Forb idden * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 16.362 secs D:\workspace\ores> Quote
LexManos Posted March 19, 2014 Posted March 19, 2014 You need to run either setupDevWorkspace or setupDecompWorkspace. Quote I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
lukeplechaty Posted March 19, 2014 Author Posted March 19, 2014 thnks for helping but it did not work D:\forge>workspace D:\forge>gradlew setupDecompWorkspace **************************** Powered By MCP: http://mcp.ocean-labs.de/ Searge, ProfMobius, Fesh0r, R4wk, ZeuX, IngisKahn MCP Data version : unknown **************************** :extractUserDev :getAssetsIndex :getAssets :copyAssets :extractNatives :genSrgs UP-TO-DATE :downloadMcpTools UP-TO-DATE :downloadClient SKIPPED :downloadServer SKIPPED :mergeJars SKIPPED :deobfuscateJar UP-TO-DATE :decompile SKIPPED :doFmlPatches SKIPPED :addFmlSources UP-TO-DATE :remapJar SKIPPED :doForgePatches SKIPPED :addForgeJavadoc SKIPPED :extractForgeSrc SKIPPED :recompForge SKIPPED :repackForge SKIPPED :setupDecompWorkspace BUILD SUCCESSFUL Total time: 18.343 secs D:\forge>build D:\forge>gradlew build **************************** Powered By MCP: http://mcp.ocean-labs.de/ Searge, ProfMobius, Fesh0r, R4wk, ZeuX, IngisKahn MCP Data version : unknown **************************** :compileApiJava UP-TO-DATE :processApiResources UP-TO-DATE :apiClasses UP-TO-DATE :sourceMainJava UP-TO-DATE :compileJava UP-TO-DATE :processResources UP-TO-DATE :classes UP-TO-DATE :jar UP-TO-DATE :extractUserDev :genSrgs UP-TO-DATE :reobf FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':reobf'. > Could not resolve all dependencies for configuration ':compile'. > Could not resolve :forgeSrc:1.7.2-10.12.0.1047. Required by: com.lukeplechaty.ores:forge:1.7.2-0.2.0 > Could not GET 'https://libraries.minecraft.net//forgeSrc/1.7.2-10.12.0.1 047/forgeSrc-1.7.2-10.12.0.1047.pom'. Received status code 403 from server: Forb idden * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 15.473 secs D:\forge> Quote
LexManos Posted March 19, 2014 Posted March 19, 2014 run gradle cleanCache and do it again, something is derpy. Quote I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
LexManos Posted March 19, 2014 Posted March 19, 2014 Interesting, I don't see why it wouldn't unless you've derped something up. Kill the .gradle, and build folder in your mod folder. {where you're trying to build} Also kill the .gradle folder in your user home directory. And then run as two seperate commands: gradlew setupDecompWorkspace gradlew build Quote I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
lukeplechaty Posted March 19, 2014 Author Posted March 19, 2014 sory keybord derp it is working (i so nead a new keybord) Quote
LexManos Posted March 22, 2014 Posted March 22, 2014 JDK 8 might have some issues, setupDecompWorkspace is not advised for JDK8, you can use setupDevWorkspace it does the same thing just doesn't give you MC's source. Also you say you have compiler errors, how about 1) not hijacking others threads 2) post your logs. Quote I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
Recommended Posts
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.