Skip to content

Instantly share code, notes, and snippets.

@modmuss50
Created March 27, 2019 09:37
Show Gist options
  • Save modmuss50/39b4344f691373ead343ebca6d4e277e to your computer and use it in GitHub Desktop.
Save modmuss50/39b4344f691373ead343ebca6d4e277e to your computer and use it in GitHub Desktop.
C:\Users\mark\Documents\Games\Minecraft\fabric\fabric-example-mod-newloom>gradlew.bat build
> Task :remapMinecraftNamed
mappings.tiny: 4772 classes, 18054 methods, 16986 fields
> Task :remapMinecraftIntermediary
mappings.tiny: 4772 classes, 18054 methods, 16986 fields
> Task :remapDependency_net.fabricmcfabric-loader0.3.7.109
mappings.tiny: 4772 classes, 18054 methods, 16986 fields
> Task :remapDependency_net.fabricmcfabric0.2.4.113
mappings.tiny: 4772 classes, 18054 methods, 16986 fields
> Task :compileJava
C:\Users\mark\Documents\Games\Minecraft\fabric\fabric-example-mod-newloom\src\main\java\net\fabricmc\example\mixin\ExampleMixin.java:3: error: package net.minecraft.client does not exist
import net.minecraft.client.MinecraftClient;
^
C:\Users\mark\Documents\Games\Minecraft\fabric\fabric-example-mod-newloom\src\main\java\net\fabricmc\example\mixin\ExampleMixin.java:9: error: cannot find symbol
@Mixin(MinecraftClient.class)
^
symbol: class MinecraftClient
Note: SpongePowered MIXIN Annotation Processor Version=0.7.11
Note: ObfuscationServiceFabric supports type: "official:intermediary"
Note: ObfuscationServiceFabric supports type: "official:named"
Note: ObfuscationServiceFabric supports type: "intermediary:official"
Note: ObfuscationServiceFabric supports type: "intermediary:named"
Note: ObfuscationServiceFabric supports type: "named:official"
Note: ObfuscationServiceFabric supports type: "named:intermediary"
Note: ObfuscationServiceMCP supports type: "searge"
Note: ObfuscationServiceMCP supports type: "notch"
C:\Users\mark\Documents\Games\Minecraft\fabric\fabric-example-mod-newloom\src\main\java\net\fabricmc\example\mixin\ExampleMixin.java:9: warning: Error processing public targets: java.lang.ClassCastException: java.lang.String cannot be cast to javax.lang.model.type.TypeMirror
@Mixin(MinecraftClient.class)
^
C:\Users\mark\Documents\Games\Minecraft\fabric\fabric-example-mod-newloom\src\main\java\net\fabricmc\example\mixin\ExampleMixin.java:9: error: Mixin has no targets
@Mixin(MinecraftClient.class)
^
Note: Writing refmap to C:\Users\mark\Documents\Games\Minecraft\fabric\fabric-example-mod-newloom\build\classes\java\main\fabric-example-mod-newloom-refmap.json
Note: Writing refmap to C:\Users\mark\Documents\Games\Minecraft\fabric\fabric-example-mod-newloom\build\classes\java\main\fabric-example-mod-newloom-refmap.json
Note: Writing named:intermediary output TinyMappings to C:\Users\mark\Documents\Games\Minecraft\fabric\fabric-example-mod-newloom\build\remapJar\mixin.tiny
Note: Writing refmap to C:\Users\mark\Documents\Games\Minecraft\fabric\fabric-example-mod-newloom\build\classes\java\main\fabric-example-mod-newloom-refmap.json
Note: Writing refmap to C:\Users\mark\Documents\Games\Minecraft\fabric\fabric-example-mod-newloom\build\classes\java\main\fabric-example-mod-newloom-refmap.json
Note: Writing named:intermediary output TinyMappings to C:\Users\mark\Documents\Games\Minecraft\fabric\fabric-example-mod-newloom\build\remapJar\mixin.tiny
3 errors
1 warning
> Task :compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.
* Try:
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
Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.10.2/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 38s
12 actionable tasks: 12 executed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment