Jump to content

[SOLVED]forge build 1047 reobf not working


lukeplechaty

Recommended Posts

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>

Link to comment
Share on other sites

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>

 

Link to comment
Share on other sites

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

 

 

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

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.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.