Posted March 4, 201411 yr Hey Guys! I set up my Forge-Gradle system some time ago but now I had to recreate it completely. The problem is that I can't remember whether I used setupDevWorkspace or setupDecompWorkspace... Can anyone tell me where the difference is? Another problem is: I tried both: setupDecompWorkspace and setupDevWorkspace and gradlew eclipse afterwards but with none of them I see the MC-Code in eclipse. Whats wrong? I also think, the system is a little bit buggy, I ran setupDecompWorkspace five times and three times of it the forge-jar was not added to the files. http://i.imgur.com/wNvtGZw.png[/img] MODS and MODDING TUTORIALS
March 4, 201411 yr Author If setupDecompWorkspace should create the sourcecode, why do I never see the code in eclipse? I always see "This is a binary file. Do you want to attach the source code?". And half of the times I even don't see this, because the Forge - jar is not added to the project! http://i.imgur.com/wNvtGZw.png[/img] MODS and MODDING TUTORIALS
March 5, 201411 yr If setupDecompWorkspace should create the sourcecode, why do I never see the code in eclipse? I always see "This is a binary file. Do you want to attach the source code?". And half of the times I even don't see this, because the Forge - jar is not added to the project! Run gradlew setupDecompWorkspace --refresh-dependencies --debug After run gradlew setupDevWorkspace --refresh-dependencies --debug And at last run gradlew eclipse --debug Hey Guys! I set up my Forge-Gradle system some time ago but now I had to recreate it completely. The problem is that I can't remember whether I used setupDevWorkspace or setupDecompWorkspace... Can anyone tell me where the difference is? Another problem is: I tried both: setupDecompWorkspace and setupDevWorkspace and gradlew eclipse afterwards but with none of them I see the MC-Code in eclipse. Whats wrong? I also think, the system is a little bit buggy, I ran setupDecompWorkspace five times and three times of it the forge-jar was not added to the files. setupDecompWorkspace only generates decompiled forge, forge fmled, forge fmlinjected, forge mcped, forge source nojd, forge srg and forge source. setupDevWorkpsace generates forge javadoc, forge bin patch, forge binaries, and "forgeSrc".
March 5, 201411 yr Author I now reinstalled forge completely and it works. Don't know why it didn't before... http://i.imgur.com/wNvtGZw.png[/img] MODS and MODDING TUTORIALS
March 19, 201411 yr The setupDevWorkspace implements the setupCIServerWorkspace and The setupDecompWorkspace generates mcp stuff
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.