Jump to content

Mac Installation Issues (Disclaimer: First Post!)


bbqd

Recommended Posts

I am trying to install Forge on my MacBook Pro so that I can start Minecraft Modding (obviously, why else would I be trying to install Forge?). However, when I enter "gradlew setupDecompWorkspace" into the terminal, it says that the task "gradlew" is not found (Full failure report below).

A) What does this mean? (Yeah, again, first time here! Still a newbie!)

B) How do I fix it?

 

unknown4c8d79d856ae:forge-1.7.2-10.12.2.1121-src **********$ /Users/**********/Desktop/Java\ Stuff/Modding/forge-1.7.2-10.12.2.1121-src/gradlew gradlew setupDecompWorkspace --refresh-dependencies

****************************

Powered By MCP:           

http://mcp.ocean-labs.de/ 

Searge, ProfMobius, Fesh0r,

R4wk, ZeuX, IngisKahn     

MCP Data version : unknown

****************************

 

FAILURE: Build failed with an exception.

 

* What went wrong:

Task 'gradlew' not found in root project 'forge-1.7.2-10.12.2.1121-src'.

 

* Try:

Run gradlew tasks to get a list of available tasks. Run with --stacktrace option to get the stack trace. Run with                                              --info                                                                          or                                                                            --debug                                                                          option to get more log output.

 

BUILD FAILED

 

 

Link to comment
Share on other sites

No I'm pretty sure he typed this according to his log:

 

gradlew gradlew setupDecompWorkspace --refresh-dependencies

 

So gradlew was looking inside its folders for a task it could execute called gradlew which it obviously doesn't have since that's itself.

 

Link to comment
Share on other sites

Okay! So I put in "gradlew setupDecompWorkspace" at the folder containing "gradlew" instead of at "gradlew" itself. It said that the build was successful, but gave this warning:

 

warning: [options] bootstrap class path not set in conjunction with -source 1.6

Note: Some input files use or override a deprecated API.

Note: Recompile with -Xlint:deprecation for details.

Note: Some input files use unchecked or unsafe operations.

Note: Recompile with -Xlint:unchecked for details.

1 warning

:repackMinecraft

:setupDecompWorkspace

 

BUILD SUCCESSFUL

 

Total time: 9 mins 30.615 secs

unknown4c8d79d856ae:forge-1.7.2-10.12.2.1121-src **********$ exitcancel

-bash: exitcancel: command not found

 

I'm going to go on assuming that this is okay, but I'm not completely sure. Thanks for all the help!

 

EDIT: now when I try to use eclipse, it tells me that the "Minecraft" package is missing a .project file and refuses to load it.

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.

Announcements



×
×
  • Create New...

Important Information

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