Advertisement
Guest User

Untitled

a guest
Nov 16th, 2019
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. Configuration on demand is an incubating feature.
  2. > Task :LauncherCore:compileJava FAILED
  3.  
  4. FAILURE: Build failed with an exception.
  5.  
  6. * What went wrong:
  7. Execution failed for task ':LauncherCore:compileJava'.
  8. > Could not find tools.jar. Please check that /usr/lib/jvm/java-8-openjdk-amd64 contains a valid JDK installation.
  9.  
  10. * Try:
  11. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  12.  
  13. * Get more help at https://help.gradle.org
  14.  
  15. BUILD FAILED in 42s
  16. 5 actionable tasks: 5 executed
  17. root@vps12782:~/LNC# sh gradlew build
  18. To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/5.4.1/userguide/gradle_daemon.html.
  19. Daemon will be stopped at the end of the build stopping after processing
  20. Configuration on demand is an incubating feature.
  21.  
  22. > Task :LauncherCore:test
  23.  
  24. pro.gravit.launcher.SerializeTest > main() PASSED
  25.  
  26. pro.gravit.launcher.CommandHandlerTest > baseTest() PASSED
  27.  
  28. pro.gravit.launcher.CommandHandlerTest > failNumberTest() PASSED
  29.  
  30. pro.gravit.launcher.CommandHandlerTest > categoryTest() PASSED
  31.  
  32. > Task :LauncherAPI:test
  33.  
  34. pro.gravit.launcher.ModulesTest > dependenciesTest() PASSED
  35.  
  36. pro.gravit.launcher.ModulesTest > cyclicTest() PASSED
  37.  
  38. pro.gravit.launcher.ModulesTest > baseModule() PASSED
  39.  
  40. > Task :Launcher:compileJava FAILED
  41. /root/LNC/Launcher/src/main/java/pro/gravit/launcher/JSApplication.java:5: error: package javafx.application does not exist
  42. import javafx.application.Application;
  43. ^
  44. /root/LNC/Launcher/src/main/java/pro/gravit/launcher/JSApplication.java:7: error: cannot find symbol
  45. public abstract class JSApplication extends Application {
  46. ^
  47. symbol: class Application
  48. 2 errors
  49. <========-----> 68% EXECUTING [25s]
  50.  
  51. FAILURE: Build failed with an exception.
  52.  
  53. * What went wrong:
  54. Execution failed for task ':Launcher:compileJava'.
  55. > Compilation failed; see the compiler error output for details.
  56.  
  57. * Try:
  58. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  59.  
  60. * Get more help at https://help.gradle.org
  61.  
  62. BUILD FAILED in 31s
  63. 25 actionable tasks: 21 executed, 4 up-to-date
  64. root@vps12782:~/LNC# sh gradlew build
  65. To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/5.4.1/userguide/gradle_daemon.html.
  66. Daemon will be stopped at the end of the build stopping after processing
  67. Configuration on demand is an incubating feature.
  68.  
  69. > Task :Launcher:compileJava FAILED
  70. /root/LNC/Launcher/src/main/java/pro/gravit/launcher/JSApplication.java:5: error: package javafx.application does not exist
  71. import javafx.application.Application;
  72. ^
  73. /root/LNC/Launcher/src/main/java/pro/gravit/launcher/JSApplication.java:7: error: cannot find symbol
  74. public abstract class JSApplication extends Application {
  75. ^
  76. symbol: class Application
  77. 2 errors
  78.  
  79. > Task :LaunchServer:test
  80.  
  81. pro.gravit.launchserver.StartLaunchServerTest > start() PASSED
  82.  
  83. FAILURE: Build failed with an exception.
  84.  
  85. * What went wrong:
  86. Execution failed for task ':Launcher:compileJava'.
  87. > Compilation failed; see the compiler error output for details.
  88.  
  89. * Try:
  90. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  91.  
  92. * Get more help at https://help.gradle.org
  93.  
  94. BUILD FAILED in 16s
  95. 28 actionable tasks: 4 executed, 24 up-to-date
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement