-
Notifications
You must be signed in to change notification settings - Fork 0
Description
I'm sorry to bother you with a question here, I see you updated your project for thermos last year, I built your project, but there is a bug and I don't know how to fix it:
====================================================================
gong@DESKTOP-F44J70V MINGW64 /l/flame
$ git clone https://github.com/VoidFlame/Thermos.git
Cloning into 'Thermos'...
remote: Enumerating objects: 8549, done.
remote: Counting objects: 100% (600/600), done.
remote: Compressing objects: 100% (316/316), done.
remote: Total 8549 (delta 254), reused 562 (delta 237), pack-reused 7949 (from 1
)
Receiving objects: 100% (8549/8549), 86.46 MiB | 7.08 MiB/s, done.
Resolving deltas: 100% (4445/4445), done.
gong@DESKTOP-F44J70V MINGW64 /l/flame
$ git submodule update --init --recursive
fatal: not a git repository (or any of the parent directories): .git
gong@DESKTOP-F44J70V MINGW64 /l/flame
$ cd thermos
gong@DESKTOP-F44J70V MINGW64 /l/flame/thermos (master)
$ git submodule update --init --recursive
Submodule 'bukkit' (https://github.com/CyberdyneCC/Thermos-Bukkit) registered fo
r path 'bukkit'
Submodule 'forge' (https://github.com/MinecraftForge/MinecraftForge.git) registe
red for path 'forge'
Cloning into 'L:/flame/Thermos/bukkit'...
Cloning into 'L:/flame/Thermos/forge'...
Submodule path 'bukkit': checked out 'ad9519650b6c3a0cf346b9a78d783221e62d99f9'
Submodule path 'forge': checked out '9274e4fe435cb415099a8216c1b42235f185443e'
gong@DESKTOP-F44J70V MINGW64 /l/flame/thermos (master)
$ ./gradlew setupCauldron jar
:buildSrc:clean UP-TO-DATE
:buildSrc:compileJava UP-TO-DATE
:buildSrc:compileGroovy
:buildSrc:processResources UP-TO-DATE
:buildSrc:classes
:buildSrc:jar
:buildSrc:assemble
:buildSrc:compileTestJava UP-TO-DATE
:buildSrc:compileTestGroovy UP-TO-DATE
:buildSrc:processTestResources UP-TO-DATE
:buildSrc:testClasses UP-TO-DATE
:buildSrc:test UP-TO-DATE
:buildSrc:check UP-TO-DATE
:buildSrc:build
[Fatal Error] argo-2.25.pom:3:10: 已经看到 doctype。
[Fatal Error] argo-2.25.pom:3:10: 已经看到 doctype。
WARNING: You are using an unsupported version of ForgeGradle.
Please consider upgrading to ForgeGradle 4 and helping in the efforts to get old
versions working on the modern toolchain.
See https://gist.github.com/TheCurle/fe7ad3ede188cbdd15c235cc75d52d4a for more i
nfo on contributing.
#################################################
ForgeGradle 1.2.2-g2ea0336
https://github.com/MinecraftForge/ForgeGradle
#################################################
Powered by MCP 9.08
http://modcoderpack.com
by: Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
#################################################
:extractWorkspace
:getAssetsIndex
https://s3.amazonaws.com/Minecraft.Download/indexes/1.7.10.json 404'ed!
:getAssets
:copyAssets
:extractMcpData
:genSrgs
:compressDeobfData
:createVersionPropertiesFML
:downloadMcpTools SKIPPED
:downloadClient FAILED
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':downloadClient'.
java.io.FileNotFoundException: http://s3.amazonaws.com/Minecraft.Download/vers
ions/1.7.10/1.7.10.jar
- Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
BUILD FAILED
Total time: 34.343 secs
gong@DESKTOP-F44J70V MINGW64 /l/flame/thermos (master)
$
====================================================================
I have tested directly renaming the client.jar file and putting it in the specified position, but it still gives this error,
I tested using the version provided by https://github.com/anatawa12/ForgeGradle-1.2, but this requires a higher version of the gradle-wrapper, which will lead to the missing plugin cauldron, and I don't know what to do now.
I look forward to your reply.