zouh

Untitled

Aug 12th, 2020
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. Starting a Gradle Daemon (subsequent builds will be faster)
  2.  
  3. > Task :compileJava
  4. /var/cache/pacman/yay/jexiftoolgui/src/jexiftoolgui.git/src/main/java/org/hvdw/jexiftoolgui/mainScreen.java:2899: error: cannot find symbol
  5. DragDropListener DDL = new DragDropListener();
  6. ^
  7. symbol: class DragDropListener
  8. location: class FileDragDropListener
  9. /var/cache/pacman/yay/jexiftoolgui/src/jexiftoolgui.git/src/main/java/org/hvdw/jexiftoolgui/mainScreen.java:2899: error: cannot find symbol
  10. DragDropListener DDL = new DragDropListener();
  11. ^
  12. symbol: class DragDropListener
  13. location: class FileDragDropListener
  14. /var/cache/pacman/yay/jexiftoolgui/src/jexiftoolgui.git/src/main/java/org/hvdw/jexiftoolgui/mainScreen.java:2931: error: cannot find symbol
  15. MyVariables.setDropReady(true);
  16. ^
  17. symbol: method setDropReady(boolean)
  18. location: class MyVariables
  19. Note: /var/cache/pacman/yay/jexiftoolgui/src/jexiftoolgui.git/src/main/java/org/hvdw/jexiftoolgui/mainScreen.java uses or overrides a deprecated API.
  20. Note: Recompile with -Xlint:deprecation for details.
  21. Note: Some input files use unchecked or unsafe operations.
  22. Note: Recompile with -Xlint:unchecked for details.
  23. 3 errors
  24.  
  25. > Task :compileJava FAILED
  26.  
  27. FAILURE: Build failed with an exception.
  28.  
  29. * What went wrong:
  30. Execution failed for task ':compileJava'.
  31. > Compilation failed; see the compiler error output for details.
  32.  
  33. * Try:
  34. 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.
  35.  
  36. * Get more help at https://help.gradle.org
  37.  
  38. BUILD FAILED in 18s
  39. 1 actionable task: 1 executed
  40. ==> ERREUR : Une erreur s’est produite dans build().
  41. Abandon…
  42. erreur lors de la construction : %!s(func() string=0x559667236bb0)
  43.  
Add Comment
Please, Sign In to add comment