Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [ant:javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
- [ant:javac] C:\Users\Mark\Desktop\Mark's Stuff\Minecraft Mods\BAM\build\tmp\recompileMc\sources\net\minecraft\client\renderer\entity\RenderLiving.java:37: error: variable entity is already defined in method shouldRender(T,
- ICamera,double,double,double)
- [ant:javac] Entity entity = entity.getLeashedToEntity();
- [ant:javac] ^
- [ant:javac] where T is a type-variable:
- [ant:javac] T extends EntityLiving declared in class RenderLiving
- [ant:javac] C:\Users\Mark\Desktop\Mark's Stuff\Minecraft Mods\BAM\build\tmp\recompileMc\sources\net\minecraft\client\renderer\entity\RenderLiving.java:37: error: cannot find symbol
- [ant:javac] Entity entity = entity.getLeashedToEntity();
- [ant:javac] ^
- [ant:javac] symbol: method getLeashedToEntity()
- [ant:javac] location: variable entity of type Entity
- [ant:javac] Note: Some input files use or override a deprecated API.
- [ant:javac] Note: Recompile with -Xlint:deprecation for details.
- [ant:javac] Note: Some input files use unchecked or unsafe operations.
- [ant:javac] Note: Recompile with -Xlint:unchecked for details.
- [ant:javac] 2 errors
- [ant:javac] 1 warning
- :recompileMc FAILED
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':recompileMc'.
- > Compile 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.
- BUILD FAILED
- Total time: 46.104 secs
- C:\Users\Mark\Desktop\Mark's Stuff\Minecraft Mods\BAM>gradlew setupDecompWorkspace --refresh-dependencies
- This set of MCP mappings was designed for MC 1.8. Use at your own peril.
- #################################################
- ForgeGradle 2.1-SNAPSHOT-12e92a7
- https://github.com/MinecraftForge/ForgeGradle
- #################################################
- Powered by MCP unknown
- http://modcoderpack.com
- by: Searge, ProfMobius, Fesh0r,
- R4wk, ZeuX, IngisKahn, bspkrs
- #################################################
- :deobfCompileDummyTask
- :deobfProvidedDummyTask
- :getVersionJson
- :extractUserdev UP-TO-DATE
- :extractDependencyATs SKIPPED
- :extractMcpData SKIPPED
- :extractMcpMappings SKIPPED
- :genSrgs SKIPPED
- :downloadClient SKIPPED
- :downloadServer SKIPPED
- :splitServerJar SKIPPED
- :mergeJars SKIPPED
- :deobfMcSRG SKIPPED
- :decompileMc SKIPPED
- :fixMcSources SKIPPED
- :applySourcePatches
- :remapMcSources SKIPPED
- :recompileMc
- [ant:javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
- [ant:javac] C:\Users\Mark\Desktop\Mark's Stuff\Minecraft Mods\BAM\build\tmp\recompileMc\sources\net\minecraft\client\renderer\entity\RenderLiving.java:37: error: variable entity is already defined in method shouldRender(T,
- ICamera,double,double,double)
- [ant:javac] Entity entity = entity.getLeashedToEntity();
- [ant:javac] ^
- [ant:javac] where T is a type-variable:
- [ant:javac] T extends EntityLiving declared in class RenderLiving
- [ant:javac] C:\Users\Mark\Desktop\Mark's Stuff\Minecraft Mods\BAM\build\tmp\recompileMc\sources\net\minecraft\client\renderer\entity\RenderLiving.java:37: error: cannot find symbol
- [ant:javac] Entity entity = entity.getLeashedToEntity();
- [ant:javac] ^
- [ant:javac] symbol: method getLeashedToEntity()
- [ant:javac] location: variable entity of type Entity
- [ant:javac] Note: Some input files use or override a deprecated API.
- [ant:javac] Note: Recompile with -Xlint:deprecation for details.
- [ant:javac] Note: Some input files use unchecked or unsafe operations.
- [ant:javac] Note: Recompile with -Xlint:unchecked for details.
- [ant:javac] 2 errors
- [ant:javac] 1 warning
- :recompileMc FAILED
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':recompileMc'.
- > Compile 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.
- BUILD FAILED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement