Advertisement
Guest User

Untitled

a guest
Apr 21st, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.76 KB | None | 0 0
  1. "C:\Program Files\Java\jdk-10.0.1\bin\java.exe" -Dmaven.multiModuleProjectDirectory=C:\Users\Alex\Desktop\runelite-master "-Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA 2018.1.1\plugins\maven\lib\maven3" "-Dclassworlds.conf=C:\Program Files\JetBrains\IntelliJ IDEA 2018.1.1\plugins\maven\lib\maven3\bin\m2.conf" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA 2018.1.1\lib\idea_rt.jar=51650:C:\Program Files\JetBrains\IntelliJ IDEA 2018.1.1\bin" -Dfile.encoding=UTF-8 -classpath "C:\Program Files\JetBrains\IntelliJ IDEA 2018.1.1\plugins\maven\lib\maven3\boot\plexus-classworlds-2.5.2.jar" org.codehaus.classworlds.Launcher -Didea.version=2018.1.1 install -DskipTests
  2. [INFO] Scanning for projects...
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Reactor Build Order:
  5. [INFO]
  6. [INFO] RuneLite
  7. [INFO] Web API
  8. [INFO] Cache
  9. [INFO] RuneLite API
  10. [INFO] Protocol API
  11. [INFO] Protocol
  12. [INFO] Cache Client
  13. [INFO] Cache Server
  14. [INFO] Cache Updater
  15. [INFO] RuneScape API
  16. [INFO] RuneScape Client
  17. [INFO] Deobfuscator
  18. [INFO] Model Viewer
  19. [INFO] RuneLite Mixins
  20. [INFO] Injector
  21. [INFO] Injected Client
  22. [INFO] Script Assembler Plugin
  23. [INFO] RuneLite Scripts
  24. [INFO] RuneLite Client
  25. [INFO] Web Service
  26. [INFO]
  27. [INFO] ------------------------------------------------------------------------
  28. [INFO] Building RuneLite 1.3.6-SNAPSHOT
  29. [INFO] ------------------------------------------------------------------------
  30. [INFO]
  31. [INFO] --- maven-checkstyle-plugin:2.17:check (verify-style) @ runelite-parent ---
  32. [INFO]
  33. [INFO] --- maven-javadoc-plugin:3.0.0-M1:jar (attach-javadocs) @ runelite-parent ---
  34. [INFO] Skipping javadoc generation
  35. [INFO]
  36. [INFO] --- maven-install-plugin:2.4:install (default-install) @ runelite-parent ---
  37. [INFO] Installing C:\Users\Alex\Desktop\runelite-master\pom.xml to C:\Users\Alex\.m2\repository\net\runelite\runelite-parent\1.3.6-SNAPSHOT\runelite-parent-1.3.6-SNAPSHOT.pom
  38. [INFO]
  39. [INFO] ------------------------------------------------------------------------
  40. [INFO] Building Web API 1.3.6-SNAPSHOT
  41. [INFO] ------------------------------------------------------------------------
  42. [INFO]
  43. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-api ---
  44. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  45. [INFO] Copying 1 resource
  46. [INFO]
  47. [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ http-api ---
  48. [INFO] Changes detected - recompiling the module!
  49. [INFO] Compiling 42 source files to C:\Users\Alex\Desktop\runelite-master\http-api\target\classes
  50. WARNING: An illegal reflective access operation has occurred
  51. WARNING: Illegal reflective access by lombok.javac.apt.LombokProcessor to field com.sun.tools.javac.processing.JavacProcessingEnvironment.discoveredProcs
  52. WARNING: Please consider reporting this to the maintainers of lombok.javac.apt.LombokProcessor
  53. WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
  54. WARNING: All illegal access operations will be denied in a future release
  55. [INFO] ------------------------------------------------------------------------
  56. [INFO] Reactor Summary:
  57. [INFO]
  58. [INFO] RuneLite ........................................... SUCCESS [ 1.205 s]
  59. [INFO] Web API ............................................ FAILURE [ 1.058 s]
  60. [INFO] Cache .............................................. SKIPPED
  61. [INFO] RuneLite API ....................................... SKIPPED
  62. [INFO] Protocol API ....................................... SKIPPED
  63. [INFO] Protocol ........................................... SKIPPED
  64. [INFO] Cache Client ....................................... SKIPPED
  65. [INFO] Cache Server ....................................... SKIPPED
  66. [INFO] Cache Updater ...................................... SKIPPED
  67. [INFO] RuneScape API ...................................... SKIPPED
  68. [INFO] RuneScape Client ................................... SKIPPED
  69. [INFO] Deobfuscator ....................................... SKIPPED
  70. [INFO] Model Viewer ....................................... SKIPPED
  71. [INFO] RuneLite Mixins .................................... SKIPPED
  72. [INFO] Injector ........................................... SKIPPED
  73. [INFO] Injected Client .................................... SKIPPED
  74. [INFO] Script Assembler Plugin ............................ SKIPPED
  75. [INFO] RuneLite Scripts ................................... SKIPPED
  76. [INFO] RuneLite Client .................................... SKIPPED
  77. [INFO] Web Service ........................................ SKIPPED
  78. [INFO] ------------------------------------------------------------------------
  79. [INFO] BUILD FAILURE
  80. [INFO] ------------------------------------------------------------------------
  81. [INFO] Total time: 2.650 s
  82. [INFO] Finished at: 2018-04-21T23:04:45-04:00
  83. [INFO] Final Memory: 24M/84M
  84. [INFO] ------------------------------------------------------------------------
  85. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project http-api: Fatal error compiling: java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags -> [Help 1]
  86. [ERROR]
  87. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  88. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  89. [ERROR]
  90. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  91. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  92. [ERROR]
  93. [ERROR] After correcting the problems, you can resume the build with the command
  94. [ERROR] mvn <goals> -rf :http-api
  95.  
  96. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement