bea4dev / Chiyogami

83 stars 7 forks source link

1.16.5版のビルドができない #2

Closed StupidGame closed 3 years ago

StupidGame commented 3 years ago

2021-09-07 (1) 1.16.5版のビルドをしようとすると次のようなエラーメッセージが表示されます。 Resolving deltas: 100% (70157/70157), done. jar` was not found; you can download the JDK from https://adoptopenjdk.net/ or via your package manager

Copying...

mv: cannot move 'Original/' to 'Chiyogami/Original': Directory not empty

Applying patch...

cp: cannot create regular file 'Chiyogami/Paper-API/': Not a directory cp: cannot create regular file 'Chiyogami/Paper-Server/': Not a directory cp: cannot create regular file 'Chiyogami/Paper-Server/': Not a directory ./buildChiyogami.sh: line 37: Paper-API/api.patch: No such file or directory ./buildChiyogami.sh: line 39: Paper-Server/server.patch: No such file or directory ./buildChiyogami.sh: line 40: Paper-Server/pom.xml.patch: No such file or directory

Starting build...

Building...

[INFO] Scanning for projects... [ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] Child module C:\Users\matsu\Chiyogami\Chiyogami\Paper-API of C:\Users\matsu\Chiyogami\Chiyogami\pom.xml does not exist @ [ERROR] Child module C:\Users\matsu\Chiyogami\Chiyogami\Paper-Server of C:\Users\matsu\Chiyogami\Chiyogami\pom.xml does not exist @ @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project com.destroystokyo.paper:paper-parent:dev-SNAPSHOT (C:\Users\matsu\Chiyogami\Chiyogami\pom.xml) has 2 errors [ERROR] Child module C:\Users\matsu\Chiyogami\Chiyogami\Paper-API of C:\Users\matsu\Chiyogami\Chiyogami\pom.xml does not exist [ERROR] Child module C:\Users\matsu\Chiyogami\Chiyogami\Paper-Server of C:\Users\matsu\Chiyogami\Chiyogami\pom.xml does not exist [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException cp: cannot stat 'Chiyogami/Paper-Server/target/paper-1.16.5.jar': No such file or directory mv: cannot stat 'buildPatches.sh': No such file or directory`

StupidGame commented 3 years ago

jdk16を削除したところ成功しました。