Skip to content

Instantly share code, notes, and snippets.

@AEnterprise
Created August 2, 2014 11:34
Show Gist options
  • Save AEnterprise/4299cccb1f0a41a28ee3 to your computer and use it in GitHub Desktop.
Save AEnterprise/4299cccb1f0a41a28ee3 to your computer and use it in GitHub Desktop.
D:\Minecraft\workspaces\Buildcraft-Additions>call gradlew.bat assemble
****************************
Powered By MCP:
http://mcp.ocean-labs.de/
Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn
MCP Data version : unknown
****************************
:Eureka:compileApiJava UP-TO-DATE
:Eureka:processApiResources UP-TO-DATE
:Eureka:apiClasses UP-TO-DATE
:Eureka:sourceMainJava
:Eureka:compileJava
warning: [options] bootstrap class path not set in conjunction with -source 1.6
Note: D:\Minecraft\workspaces\Buildcraft-Additions\Eureka\build\sources\java\eur
eka\core\EurekaRegistry.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning
:Eureka:processResources
:Eureka:classes
:Eureka:jar
:Eureka:extractUserDev
:Eureka:getAssetsIndex
:Eureka:getAssets
:Eureka:makeStart SKIPPED
: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
D:\Minecraft\workspaces\Buildcraft-Additions\build\sources\java\codechicken\core
\launch\DepLoader.java:12: warning: URLClassPath is internal proprietary API and
may be removed in a future release
import sun.misc.URLClassPath;
^
D:\Minecraft\workspaces\Buildcraft-Additions\build\sources\java\codechicken\core
\launch\DepLoader.java:13: warning: URLUtil is internal proprietary API and may
be removed in a future release
import sun.net.util.URLUtil;
^
D:\Minecraft\workspaces\Buildcraft-Additions\build\sources\java\codechicken\core
\launch\DepLoader.java:301: warning: URLClassPath is internal proprietary API an
d may be removed in a future release
Field f_loaders = URLClassPath.class.getDeclared
Field("loaders");
^
D:\Minecraft\workspaces\Buildcraft-Additions\build\sources\java\codechicken\core
\launch\DepLoader.java:302: warning: URLClassPath is internal proprietary API an
d may be removed in a future release
Field f_lmap = URLClassPath.class.getDeclaredFie
ld("lmap");
^
D:\Minecraft\workspaces\Buildcraft-Additions\build\sources\java\codechicken\core
\launch\DepLoader.java:307: warning: URLClassPath is internal proprietary API an
d may be removed in a future release
URLClassPath ucp = (URLClassPath) f_ucp.get(cl);
^
D:\Minecraft\workspaces\Buildcraft-Additions\build\sources\java\codechicken\core
\launch\DepLoader.java:307: warning: URLClassPath is internal proprietary API an
d may be removed in a future release
URLClassPath ucp = (URLClassPath) f_ucp.get(cl);
^
D:\Minecraft\workspaces\Buildcraft-Additions\build\sources\java\codechicken\core
\launch\DepLoader.java:308: warning: URLUtil is internal proprietary API and may
be removed in a future release
Closeable loader = ((Map<String, Closeable>) f_l
map.get(ucp)).remove(URLUtil.urlNoFragString(url));
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
8 warnings
:processResources
:classes
:deobfJar
:jar
:extractUserDev UP-TO-DATE
:genSrgs SKIPPED
:reobf
:assemble
:Eureka:deobfJar
:Eureka:genSrgs SKIPPED
:Eureka:reobf
:Eureka:assemble
BUILD SUCCESSFUL
Total time: 30.735 secs
Press any key to continue . . .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment