Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. $ gradlew setupDecompWorkspace
  2. Download https://plugins.gradle.org/m2/gradle/plugin/net/minecraftforge/gradle/ForgeGradle/2.0.1/ForgeGradle-2.0.1.pom
  3. Download https://plugins.gradle.org/m2/gradle/plugin/net/minecraftforge/gradle/ForgeGradle/2.0.1/ForgeGradle-2.0.1.jar
  4. ****************************
  5. Powered By MCP:
  6. http://modcoderpack.com/
  7. Searge, ProfMobius, Fesh0r,
  8. R4wk, ZeuX, IngisKahn, bspkrs
  9. MCP Data version : 9.10
  10. ****************************
  11. :deobfCompileDummyTask
  12. :deobfProvidedDummyTask
  13. :getVersionJson
  14. :extractUserdev
  15. :extractMcpData
  16. Download http://files.minecraftforge.net/maven/de/oceanlabs/mcp/mcp/1.8/mcp-1.8-srg.zip
  17. :extractMcpMappings
  18. :genSrgs
  19. :downloadClient SKIPPED
  20. :downloadServer SKIPPED
  21. :splitServerJar
  22. :mergeJars
  23. :deobfMcSRG
  24. Applying SpecialSource...
  25. Applying Exceptor...
  26. :getFernFlower SKIPPED
  27. :decompileMc
  28. :fixMcSources
  29. :applySourcePatches
  30. :remapMcSources
  31. :recompileMc
  32. Download https://libraries.minecraft.net/com/mojang/authlib/1.5.21/authlib-1.5.21.pom
  33. Download https://libraries.minecraft.net/com/mojang/authlib/1.5.21/authlib-1.5.21.jar
  34. [ant:javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  35. [ant:javac] Note: Some input files use or override a deprecated API.
  36. [ant:javac] Note: Recompile with -Xlint:deprecation for details.
  37. [ant:javac] Note: Some input files use unchecked or unsafe operations.
  38. [ant:javac] Note: Recompile with -Xlint:unchecked for details.
  39. [ant:javac] 1 warning
  40. :extractNatives
  41. :getAssetIndex UP-TO-DATE
  42. :getAssets
  43. Current status: 352/734 47%
  44. Current status: 581/734 79%
  45. :makeStart
  46. [ant:javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
  47. [ant:javac] C:\Users\Gerald\Documents\GitHub\Rollercoaster2\build\tmp\makeStart\extracted\net\minecraftforge\gradle\tweakers\CoremodTweaker.java:35: error: cannot find symbol
  48. [ant:javac] Field coreModList = GradleStartCommon.getFmlClass("fml.relauncher.CoreModManager", classLoader).getDeclaredField("loadPlugins");
  49. [ant:javac] ^
  50. [ant:javac] symbol: method getFmlClass(String,LaunchClassLoader)
  51. [ant:javac] location: class GradleStartCommon
  52. [ant:javac] C:\Users\Gerald\Documents\GitHub\Rollercoaster2\build\tmp\makeStart\extracted\net\minecraftforge\gradle\tweakers\CoremodTweaker.java:39: error: cannot find symbol
  53. [ant:javac] Class<ITweaker> clazz = (Class<ITweaker>) GradleStartCommon.getFmlClass("fml.relauncher.CoreModManager$FMLPluginWrapper", classLoader);
  54. [ant:javac] ^
  55. [ant:javac] symbol: method getFmlClass(String,LaunchClassLoader)
  56. [ant:javac] location: class GradleStartCommon
  57. [ant:javac] C:\Users\Gerald\Documents\GitHub\Rollercoaster2\build\tmp\makeStart\extracted\net\minecraftforge\gradle\tweakers\CoremodTweaker.java:61: error: cannot find symbol
  58. [ant:javac] File newFile = GradleStartCommon.coreMap.get(coreMod.getClass().getCanonicalName());
  59. [ant:javac] ^
  60. [ant:javac] symbol: variable coreMap
  61. [ant:javac] location: class GradleStartCommon
  62. [ant:javac] C:\Users\Gerald\Documents\GitHub\Rollercoaster2\build\tmp\makeStart\extracted\net\minecraftforge\gradle\tweakers\CoremodTweaker.java:92: error: cannot find symbol
  63. [ant:javac] Field f = GradleStartCommon.getFmlClass(COREMOD_CLASS, classLoader).getDeclaredField(TWEAKER_SORT_FIELD);
  64. [ant:javac] ^
  65. [ant:javac] symbol: method getFmlClass(String,LaunchClassLoader)
  66. [ant:javac] location: class GradleStartCommon
  67. [ant:javac] 4 errors
  68. [ant:javac] 1 warning
  69. :makeStart FAILED
  70.  
  71. FAILURE: Build failed with an exception.
  72.  
  73. * What went wrong:
  74. Execution failed for task ':makeStart'.
  75. > Compile failed; see the compiler error output for details.
  76.  
  77. * Try:
  78. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  79.  
  80. BUILD FAILED
  81.  
  82. Total time: 6 mins 5.185 secs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement