- 
                Notifications
    
You must be signed in to change notification settings  - Fork 18
 
Open
Labels
Status: ConsideringThis is being discussed - please be patient.This is being discussed - please be patient.Type: EnhancementNo new stuff, not an error, but something good to have, like a QoL change.No new stuff, not an error, but something good to have, like a QoL change.
Description
Synopsis / 简介
部署Forge开发环境步骤错误
Analysis / 分析
以下内容引自Forger README.txt
`Step 1: Open your command-line and browse to the folder where you extracted the zip file.
Step 2: You're left with a choice.
If you prefer to use Eclipse:
- Run the following command: "gradlew genEclipseRuns" (./gradlew genEclipseRuns if you are on Mac/Linux)
 - Open Eclipse, Import > Existing Gradle Project > Select Folder
or run "gradlew eclipse" to generate the project.
(Current Issue) - Open Project > Run/Debug Settings > Edit runClient and runServer > Environment
 - Edit MOD_CLASSES to show [modid]%%[Path]; 2 times rather then the generated 4.
 
If you prefer to use IntelliJ:
- Open IDEA, and import project.
 - Select your build.gradle file and have it import.
 - Run the following command: "gradlew genIntellijRuns" (./gradlew genIntellijRuns if you are on Mac/Linux)
 - Refresh the Gradle Project in IDEA if required.`
 
现在已经不需要进行gradlew.bat setupDecompWorkspace操作了
反而会报错Task 'setupDecompWorkspace' not found in root project 'MY_MOD'.
Proposed Correction / 建议修改为……
建议删除
Metadata
Metadata
Assignees
Labels
Status: ConsideringThis is being discussed - please be patient.This is being discussed - please be patient.Type: EnhancementNo new stuff, not an error, but something good to have, like a QoL change.No new stuff, not an error, but something good to have, like a QoL change.