Guest User

Untitled

a guest
May 4th, 2022
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project BlueUtils: Compilation failure: Compilation failure:
  2. [ERROR] /D:/Server/Spigot1.18.2/PluginCompile/BlueUtils/src/main/java/de/blaumeise03/blueUtils/pluginCommands/MasterCommand.java:[16,24] package javax.annotation does not exist
  3. [ERROR] /D:/Server/Spigot1.18.2/PluginCompile/BlueUtils/src/main/java/de/blaumeise03/blueUtils/command/Command.java:[11,24] package javax.annotation does not exist
  4. [ERROR] /D:/Server/Spigot1.18.2/PluginCompile/BlueUtils/src/main/java/de/blaumeise03/blueUtils/Head.java:[7,26] package com.mojang.authlib does not exist
  5. [ERROR] /D:/Server/Spigot1.18.2/PluginCompile/BlueUtils/src/main/java/de/blaumeise03/blueUtils/Head.java:[8,37] package com.mojang.authlib.properties does not exist
  6. [ERROR] /D:/Server/Spigot1.18.2/PluginCompile/BlueUtils/src/main/java/de/blaumeise03/blueUtils/Head.java:[15,67] package org.bukkit.craftbukkit.libs.org.apache.commons.codec.binary does not exist
  7. [ERROR] /D:/Server/Spigot1.18.2/PluginCompile/BlueUtils/src/main/java/de/blaumeise03/blueUtils/command/Command.java:[59,45] cannot find symbol
  8. [ERROR] symbol: class Nullable
  9. [ERROR] location: class de.blaumeise03.blueUtils.command.Command
  10. [ERROR] /D:/Server/Spigot1.18.2/PluginCompile/BlueUtils/src/main/java/de/blaumeise03/blueUtils/command/Command.java:[58,13] cannot find symbol
  11. [ERROR] symbol: class Nullable
  12. [ERROR] location: class de.blaumeise03.blueUtils.command.Command
  13. [ERROR] /D:/Server/Spigot1.18.2/PluginCompile/BlueUtils/src/main/java/de/blaumeise03/blueUtils/pluginCommands/MasterCommand.java:[82,60] cannot find symbol
  14. [ERROR] symbol: class Nullable
  15. [ERROR] /D:/Server/Spigot1.18.2/PluginCompile/BlueUtils/src/main/java/de/blaumeise03/blueUtils/pluginCommands/MasterCommand.java:[80,14] cannot find symbol
  16. [ERROR] symbol: class Nullable
  17. [ERROR] /D:/Server/Spigot1.18.2/PluginCompile/BlueUtils/src/main/java/de/blaumeise03/blueUtils/Head.java:[55,9] cannot find symbol
  18. [ERROR] symbol: class GameProfile
  19. [ERROR] location: class de.blaumeise03.blueUtils.Head
  20. [ERROR] /D:/Server/Spigot1.18.2/PluginCompile/BlueUtils/src/main/java/de/blaumeise03/blueUtils/Head.java:[55,35] cannot find symbol
  21. [ERROR] symbol: class GameProfile
  22. [ERROR] location: class de.blaumeise03.blueUtils.Head
  23. [ERROR] /D:/Server/Spigot1.18.2/PluginCompile/BlueUtils/src/main/java/de/blaumeise03/blueUtils/Head.java:[56,30] cannot find symbol
  24. [ERROR] symbol: variable Base64
  25. [ERROR] location: class de.blaumeise03.blueUtils.Head
  26. [ERROR] /D:/Server/Spigot1.18.2/PluginCompile/BlueUtils/src/main/java/de/blaumeise03/blueUtils/Head.java:[57,53] cannot find symbol
  27. [ERROR] symbol: class Property
  28. [ERROR] location: class de.blaumeise03.blueUtils.Head
  29. [ERROR] -> [Help 1]
  30. [ERROR]
  31. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  32. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  33. [ERROR]
  34. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  35. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Add Comment
Please, Sign In to add comment