Created
January 8, 2016 03:21
-
-
Save StillManic/d5e7f79f8f035af55c11 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\Gerald\Documents\Forge - OBJLoader Copy>gradlew uploadArchives | |
This set of MCP mappings was designed for MC 1.8.8. Use at your own peril. | |
################################################# | |
ForgeGradle 2.1-SNAPSHOT-21e9d79 | |
https://github.com/MinecraftForge/ForgeGradle | |
################################################# | |
Powered by MCP unknown | |
http://modcoderpack.com | |
by: Searge, ProfMobius, Fesh0r, | |
R4wk, ZeuX, IngisKahn, bspkrs | |
################################################# | |
:combineResources UP-TO-DATE | |
:extractMcpData SKIPPED | |
:extractMcpMappings SKIPPED | |
:genSrgs SKIPPED | |
:genGradleProjects UP-TO-DATE | |
:downloadClient SKIPPED | |
:downloadServer SKIPPED | |
:splitServerJar SKIPPED | |
:mergeJars SKIPPED | |
:deobfuscateJar UP-TO-DATE | |
:decompileJar UP-TO-DATE | |
:sourceProcessJar UP-TO-DATE | |
:patchForgeJar UP-TO-DATE | |
:remapForgeJar UP-TO-DATE | |
:extractForgeResources UP-TO-DATE | |
:extractForgeSources UP-TO-DATE | |
:setupProjectForge UP-TO-DATE | |
:makeJarForge | |
------------------------ | |
--------SUB-CALL-------- | |
------------------------ | |
Tooling API is using target Gradle version: 2.7. | |
Connected to daemon DaemonInfo{pid=12752, address=[df389088-7aa3-47cb-87db-0ba4852ce187 port:64144, addresses:[/127.0.0.1, /0:0:0:0:0:0:0:1]], idle=true, context=DefaultDaemonContext[uid=84bff6e8-acae-442a-af42-b844c33197ac,javaHome=C:\Program Files\Java\jdk1.8.0_45,daemonRegistryDir=C:\Users\Gerald\.gradle\daemon,pid=12752,idleTimeout=10800000,daemonOpts=-XX:MaxPermSize=256m,-XX:+HeapDumpOnOutOfMemoryError,-Xmx1024m,-Dfile.encoding=windows-1252,-Duser.country=US,-Duser.language=en,-Duser.variant]}. Dispatching request Build{id=588f9847-e7fa-479a-b56b-25efc5027e37.1, currentDir=C:\Users\Gerald\Documents\Forge - OBJLoader Copy}. | |
Received result org.gradle.launcher.daemon.protocol.BuildStarted@2df38a14 from daemon DaemonInfo{pid=12752, address=[df389088-7aa3-47cb-87db-0ba4852ce187 port:64144, addresses:[/127.0.0.1, /0:0:0:0:0:0:0:1]], idle=true, context=DefaultDaemonContext[uid=84bff6e8-acae-442a-af42-b844c33197ac,javaHome=C:\Program Files\Java\jdk1.8.0_45,daemonRegistryDir=C:\Users\Gerald\.gradle\daemon,pid=12752,idleTimeout=10800000,daemonOpts=-XX:MaxPermSize=256m,-XX:+HeapDumpOnOutOfMemoryError,-Xmx1024m,-Dfile.encoding=windows-1252,-Duser.country=US,-Duser.language=en,-Duser.variant]} (build should be starting). | |
:Forge:compileJavawarning: [options] bootstrap class path not set in conjunction with -source 1.6 | |
C:\Users\Gerald\Documents\Forge - OBJLoader Copy\src\main\java\net\minecraftforge\client\model\obj\OBJModel.java:1061: error: incompatible types: LinkedHashSet<? extends Object> cannot be converted to LinkedHashSet<Face> | |
this.faces = faces == null ? Sets.newLinkedHashSet() : faces; | |
^ | |
C:\Users\Gerald\Documents\Forge - OBJLoader Copy\src\main\java\net\minecraftforge\fml\client\GuiScrollingList.java:343: error: cannot find symbol | |
worldr.func_181668_a(7, DefaultVertexFormats.field_181709_i); | |
^ | |
symbol: variable field_181709_i | |
location: class DefaultVertexFormats | |
C:\Users\Gerald\Documents\Forge - OBJLoader Copy\src\main\java\net\minecraftforge\fml\client\GuiScrollingList.java:344: error: cannot find symbol | |
worldr.func_181662_b(this.left, this.top + border, 0).func_181673_a(0, 1).func_181669_b(0x00, 0x00, 0x00, 0x00).func_181675_d(); | |
^ | |
symbol: method func_181662_b(int,int,int) | |
location: variable worldr of type WorldRenderer | |
C:\Users\Gerald\Documents\Forge - OBJLoader Copy\src\main\java\net\minecraftforge\fml\client\GuiScrollingList.java:345: error: cannot find symbol | |
worldr.func_181662_b(this.right, this.top + border, 0).func_181673_a(1, 1).func_181669_b(0x00, 0x00, 0x00, 0x00).func_181675_d(); | |
^ | |
symbol: method func_181662_b(int,int,int) | |
location: variable worldr of type WorldRenderer | |
C:\Users\Gerald\Documents\Forge - OBJLoader Copy\src\main\java\net\minecraftforge\fml\client\GuiScrollingList.java:346: error: cannot find symbol | |
worldr.func_181662_b(this.right, this.top, 0).func_181673_a(1, 0).func_181669_b(0x00, 0x00, 0x00, 0xFF).func_181675_d(); | |
^ | |
symbol: method func_181662_b(int,int,int) | |
location: variable worldr of type WorldRenderer | |
C:\Users\Gerald\Documents\Forge - OBJLoader Copy\src\main\java\net\minecraftforge\fml\client\GuiScrollingList.java:347: error: cannot find symbol | |
worldr.func_181662_b(this.left, this.top, 0).func_181673_a(0, 0).func_181669_b(0x00, 0x00, 0x00, 0xFF).func_181675_d(); | |
^ | |
symbol: method func_181662_b(int,int,int) | |
location: variable worldr of type WorldRenderer | |
C:\Users\Gerald\Documents\Forge - OBJLoader Copy\src\main\java\net\minecraftforge\fml\client\GuiScrollingList.java:349: error: cannot find symbol | |
worldr.func_181668_a(7, DefaultVertexFormats.field_181709_i); | |
^ | |
symbol: variable field_181709_i | |
location: class DefaultVertexFormats | |
C:\Users\Gerald\Documents\Forge - OBJLoader Copy\src\main\java\net\minecraftforge\fml\client\GuiScrollingList.java:350: error: cannot find symbol | |
worldr.func_181662_b(this.left, this.bottom, 0).func_181673_a(0, 1).func_181669_b(0x00, 0x00, 0x00, 0xFF).func_181675_d(); | |
^ | |
symbol: method func_181662_b(int,int,int) | |
location: variable worldr of type WorldRenderer | |
C:\Users\Gerald\Documents\Forge - OBJLoader Copy\src\main\java\net\minecraftforge\fml\client\GuiScrollingList.java:351: error: cannot find symbol | |
worldr.func_181662_b(this.right, this.bottom, 0).func_181673_a(1, 1).func_181669_b(0x00, 0x00, 0x00, 0xFF).func_181675_d(); | |
^ | |
symbol: method func_181662_b(int,int,int) | |
location: variable worldr of type WorldRenderer | |
C:\Users\Gerald\Documents\Forge - OBJLoader Copy\src\main\java\net\minecraftforge\fml\client\GuiScrollingList.java:352: error: cannot find symbol | |
worldr.func_181662_b(this.right, this.bottom - border, 0).func_181673_a(1, 0).func_181669_b(0x00, 0x00, 0x00, 0x00).func_181675_d(); | |
^ | |
symbol: method func_181662_b(int,int,int) | |
location: variable worldr of type WorldRenderer | |
C:\Users\Gerald\Documents\Forge - OBJLoader Copy\src\main\java\net\minecraftforge\fml\client\GuiScrollingList.java:353: error: cannot find symbol | |
worldr.func_181662_b(this.left, this.bottom - border, 0).func_181673_a(0, 0).func_181669_b(0x00, 0x00, 0x00, 0x00).func_181675_d(); | |
^ | |
symbol: method func_181662_b(int,int,int) | |
location: variable worldr of type WorldRenderer | |
C:\Users\Gerald\Documents\Forge - OBJLoader Copy\src\main\java\net\minecraftforge\fml\client\GuiScrollingList.java:408: error: cannot find symbol | |
worldr.func_181668_a(7, DefaultVertexFormats.field_181709_i); | |
^ | |
symbol: variable field_181709_i | |
location: class DefaultVertexFormats | |
C:\Users\Gerald\Documents\Forge - OBJLoader Copy\src\main\java\net\minecraftforge\fml\client\GuiScrollingList.java:409: error: cannot find symbol | |
worldr.func_181662_b(left, height, 0.0D).func_181673_a(startUV, height / scale).func_181669_b(0x40, 0x40, 0x40, alpha2).func_181675_d(); | |
^ | |
symbol: method func_181662_b(int,int,double) | |
location: variable worldr of type WorldRenderer | |
C:\Users\Gerald\Documents\Forge - OBJLoader Copy\src\main\java\net\minecraftforge\fml\client\GuiScrollingList.java:410: error: cannot find symbol | |
worldr.func_181662_b(left+listWidth+8, height, 0.0D).func_181673_a((left+listWidth+8) / scale, height / scale).func_181669_b(0x40, 0x40, 0x40, alpha2).func_181675_d(); | |
^ | |
symbol: method func_181662_b(int,int,double) | |
location: variable worldr of type WorldRenderer | |
C:\Users\Gerald\Documents\Forge - OBJLoader Copy\src\main\java\net\minecraftforge\fml\client\GuiScrollingList.java:411: error: cannot find symbol | |
worldr.func_181662_b(left+listWidth+8, top, 0.0D).func_181673_a((left+listWidth+8) / scale, top / scale ).func_181669_b(0x40, 0x40, 0x40, alpha1).func_181675_d(); | |
^ | |
symbol: method func_181662_b(int,int,double) | |
location: variable worldr of type WorldRenderer | |
C:\Users\Gerald\Documents\Forge - OBJLoader Copy\src\main\java\net\minecraftforge\fml\client\GuiScrollingList.java:412: error: cannot find symbol | |
worldr.func_181662_b(left, top, 0.0D).func_181673_a(startUV, top / scale ).func_181669_b(0x40, 0x40, 0x40, alpha1).func_181675_d(); | |
^ | |
symbol: method func_181662_b(int,int,double) | |
location: variable worldr of type WorldRenderer | |
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. | |
16 errors | |
1 warning | |
FAILED | |
FAILURE: Build failed with an exception. | |
* What went wrong: | |
Execution failed for task ':Forge: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: 22.544 secs | |
Received result Failure[value=org.gradle.initialization.ReportedException: org.gradle.internal.exceptions.LocationAwareException: Execution failed for task ':Forge:compileJava'.] from daemon DaemonInfo{pid=12752, address=[df389088-7aa3-47cb-87db-0ba4852ce187 port:64144, addresses:[/127.0.0.1, /0:0:0:0:0:0:0:1]], idle=true, context=DefaultDaemonContext[uid=84bff6e8-acae-442a-af42-b844c33197ac,javaHome=C:\Program Files\Java\jdk1.8.0_45,daemonRegistryDir=C:\Users\Gerald\.gradle\daemon,pid=12752,idleTimeout=10800000,daemonOpts=-XX:MaxPermSize=256m,-XX:+HeapDumpOnOutOfMemoryError,-Xmx1024m,-Dfile.encoding=windows-1252,-Duser.country=US,-Duser.language=en,-Duser.variant]} (build should be done). | |
:makeJarForge FAILED | |
FAILURE: Build failed with an exception. | |
* What went wrong: | |
Execution failed for task ':makeJarForge'. | |
> Could not execute build using Gradle installation 'C:\Users\Gerald\.gradle\wrapper\dists\gradle-2.7-bin\4s0fcuuppw3tjb1sxpzh16mne\gradle-2.7'. | |
* 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: 37.755 secs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment