Jump to content

Recommended Posts

Posted

using jdk 11.0.1

forge 1.13.2-25.0.9-mdk

 

 

D:\Git\peppermint\Build>gradlew setupDecompWorkspace

 

~a lot of download messages~

 

FAILURE: Build failed with an exception.

* What went wrong:
Task 'setupDecompWorkspace' not found in root project 'Build'.

* 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. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1m 39s

 

 

 

What do i do?

Posted (edited)
  On 2/15/2019 at 7:39 AM, Shnupbups100 said:

'setupDecompWorkspace' no longer exists. Forge, and by extent ForgeGradle, for 1.13.x received major rewrites, and a lot of things are done very differently. Please do your research before posting here.

 

Also, Java 11 is not supported. Use Java 8, 9 or 10.

Expand  

Don't tell ppl "do your research before posting here" as the README.txt file that comes with the MDK of Forge 1.13.2 25.0.9 and 25.0.10 says to use setupDecomWorkspace its obvious that the README.txt file was not updated but you don't have to be a dick.

Edited by Cobiy
  • Like 7
  • 5 months later...
Posted

That is not how this works Ali... if you have an issue make a thread

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

  Reveal hidden contents

 

  • 2 months later...
Posted (edited)
  On 2/15/2019 at 9:01 PM, The_Fireplace said:

The command is no longer needed. Just open IntelliJ Idea/Eclipse and import build.gradle as a gradle project.

Expand  

Thank you for this.  I was confused as well because the readme says to run this command 

gradlew setupDecompWorkspace

 

All good now :)

Edited by hudspeth
  • 1 month later...
  • 1 month later...
  • 1 month later...
Posted
  On 2/15/2019 at 9:01 PM, The_Fireplace said:

The command is no longer needed. Just open IntelliJ Idea/Eclipse and import build.gradle as a gradle project.

Expand  

How to import build.gradle as a gradle project whilst a gradle project is folder, not a file?

 

Posted
  On 3/2/2020 at 10:59 AM, diesieben07 said:

If you are referring to Eclipse, just select the folder containing the build.gradle.

If you are referring to IntelliJ: Just open the build.gradle.

Expand  

Thanks, I was just mischieving by "import gradle.build" — you've it more clear!

Posted
  On 2/15/2019 at 7:39 AM, Shnupbups100 said:

'setupDecompWorkspace' no longer exists. Forge, and by extent ForgeGradle, for 1.13.x received major rewrites, and a lot of things are done very differently. Please do your research before posting here.

 

Also, Java 11 is not supported. Use Java 8, 9 or 10.

Expand  

You're rather rude... You could just help people...

  • Like 2
  • 2 months later...
Posted
  On 3/2/2020 at 10:16 PM, diesieben07 said:

Nothing about the quoted post was rude.

You are mistaking being factual for rudeness.

Expand  

"Please do your research before posting here." is rude.  The OP's question in itself is an act of research.  "Please do your research before posting here" is not a fact.  It's an imperative.  The OP comes here asking for help and he is being told to "do your research."  Get over yourselves. If you don't want to be helpful then what are you doing here besides berating people?  Or is this forum only for the "elite"?

  • Like 2
Posted (edited)
  On 6/2/2020 at 1:49 PM, Eugene said:

"Please do your research before posting here." is rude.  The OP's question in itself is an act of research.  "Please do your research before posting here" is not a fact.  It's an imperative.  The OP comes here asking for help and he is being told to "do your research."  Get over yourselves. If you don't want to be helpful then what are you doing here besides berating people?  Or is this forum only for the "elite"?

Expand  

“Research” in this context means searching (as opposed to asking).

 

The proper method of finding a solution is as follow:

1. Use Google/any relevant method of searching in the specific topic.

2. If step 1 yields no results, ask other people.

 

The reason why step 1 precedes step 2 is it doesn’t require other people’s attention/time. If everyone asks trivial questions/questions that has been asked numerous times before, then the forums would be flooded by the same question. This would take up other forum members/staffs’ time, making people who are really in need of the forum unable to find help.

Edited by DavidM
  • Like 1

Some tips:

  Reveal hidden contents

 

Posted
  On 6/2/2020 at 2:40 PM, DavidM said:

“Research” in this context means searching (as opposed to asking).

 

The proper method of finding a solution is as follow:

1. Use Google/any relevant method of searching in the specific topic.

2. If step 1 yields no results, ask other people.

 

The reason why step 1 precedes step 2 is it doesn’t require other people’s attention/time. If everyone asks trivial questions/questions that has been asked numerous times before, then the forums would be flooded by the same question. This would take up other forum members/staffs’ time, making people who are really in need of the forum unable to find help.

Expand  

I'm with you on the 2-step process (except I have a step before step #1 - try stuff yourself first).  We get a lot of repeats over on StackOverflow which has a nice way of handling repeat questions.  On other forums it takes me 10 "valuable" seconds to point them to a link of someone else with the same question getting it answered, or sometimes I give them the answer if it's simple enough.  My son wanted to learn to mod Minecraft.  Searching gave me this result:  https://codakid.com/guide-to-minecraft-modding-with-java/  Following the tutorial on there, I was setting up my son's computer using Eclipse.  I'm a seasoned developer of 20 years, but I use mainly VS and sometimes Intellij.  I'm not well versed in Eclipse.  I ran into the same issue as the OP and thanks to his/her post, I found the cause of the issue.  It may be trivial to you, but not to me or any other beginner in Forge + Eclipse modding.  I've spent 30 minutes so far troubleshooting and searching for a good tutorial for setting up Eclipse with Forge.  Many results point to the old way when the Forge folder was the mod folder, but based on what I've read, that's changed yet there's no good walkthrough for setting it up.  Perhaps it's not your intent but when you say "making people who are really in need of the forum unable to find help" you're diminishing the legitimacy of their question.  It's implying they're not really in need.  They may just be getting started.  Realize that not everyone is as good at articulating their question into a search or forum post.  If we come off as dismissive to people who are trying to learn and get started, we're going to turn them away from their desire to learn and be creative and add to our community.  I wouldn't want that for my son, just as I wouldn't want that for anyone else trying to give development a shot.

  • Thanks 1
Guest
This topic is now closed to further replies.

Announcements



×
×
  • Create New...

Important Information

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