Skip to content

Instantly share code, notes, and snippets.

@plathrop
Created February 2, 2016 21:01
Show Gist options
  • Save plathrop/c6c83aa26a660f8ef8cc to your computer and use it in GitHub Desktop.
Save plathrop/c6c83aa26a660f8ef8cc to your computer and use it in GitHub Desktop.
(=7bfee) plathrop@bolt botania➔ ./gradlew build
The assetDir is deprecated! I actually just did all this generalizing stuff just now.. Use runDir instead! runDir set to eclipse/assets/..
The runDir should be the location where you want MC to be run, usually he parent of the asset dir
****************************
Powered By MCP:
http://modcoderpack.com/
Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
MCP Data version : unknown
****************************
:compileApiJava UP-TO-DATE
:processApiResources UP-TO-DATE
:apiClasses UP-TO-DATE
:sourceMainJava UP-TO-DATE
:compileJava
warning: [options] bootstrap class path not set in conjunction with -source 1.6
/Users/plathrop/Projects/OSS/botania/build/sources/java/vazkii/botania/common/core/handler/InternalMethodHandler.java:261: error: cannot access SimpleNetworkWrapper
PacketHandler.INSTANCE.sendTo(new PacketSyncBauble(player, slot), (EntityPlayerMP) player);
^
class file for net.minecraftforge.fml.common.network.simpleimpl.SimpleNetworkWrapper not found
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
1 warning
: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.
BUILD FAILED
Total time: 21.246 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment