Advertisement
Guest User

Untitled

a guest
Mar 12th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1.  
  2. D:\Dyescape\Workspace\treasure>mvn install
  3. [INFO] Scanning for projects...
  4. [INFO]
  5. [INFO] ----------------< me.theblockbender.fantastic:treasure >----------------
  6. [INFO] Building Treasure 0.0.1-SNAPSHOT
  7. [INFO] --------------------------------[ jar ]---------------------------------
  8. [INFO]
  9. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ treasure ---
  10. [WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
  11. [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
  12. [INFO] Copying 1 resource to .
  13. [INFO]
  14. [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ treasure ---
  15. [INFO] Changes detected - recompiling the module!
  16. [WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
  17. [INFO] Compiling 1 source file to D:\Dyescape\Workspace\treasure\target\classes
  18. [INFO] -------------------------------------------------------------
  19. [ERROR] COMPILATION ERROR :
  20. [INFO] -------------------------------------------------------------
  21. [ERROR] /D:/Dyescape/Workspace/treasure/src/main/java/me/theblockbender/fantastic/treasure/Treasure.java:[3,25] cannot find symbol
  22. symbol: class JavaPlugin
  23. location: package org.bukkit.plugin
  24. [ERROR] /D:/Dyescape/Workspace/treasure/src/main/java/me/theblockbender/fantastic/treasure/Treasure.java:[5,31] cannot find symbol
  25. symbol: class JavaPlugin
  26. [ERROR] /D:/Dyescape/Workspace/treasure/src/main/java/me/theblockbender/fantastic/treasure/Treasure.java:[8,17] cannot find symbol
  27. symbol: method getLogger()
  28. location: class main.java.me.theblockbender.fantastic.treasure.Treasure
  29. [ERROR] /D:/Dyescape/Workspace/treasure/src/main/java/me/theblockbender/fantastic/treasure/Treasure.java:[13,17] cannot find symbol
  30. symbol: method getLogger()
  31. location: class main.java.me.theblockbender.fantastic.treasure.Treasure
  32. [INFO] 4 errors
  33. [INFO] -------------------------------------------------------------
  34. [INFO] ------------------------------------------------------------------------
  35. [INFO] BUILD FAILURE
  36. [INFO] ------------------------------------------------------------------------
  37. [INFO] Total time: 1.041 s
  38. [INFO] Finished at: 2018-03-12T14:16:08+01:00
  39. [INFO] ------------------------------------------------------------------------
  40. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project treasure: Compilation failure: Compilation failure:
  41. [ERROR] /D:/Dyescape/Workspace/treasure/src/main/java/me/theblockbender/fantastic/treasure/Treasure.java:[3,25] cannot find symbol
  42. [ERROR] symbol: class JavaPlugin
  43. [ERROR] location: package org.bukkit.plugin
  44. [ERROR] /D:/Dyescape/Workspace/treasure/src/main/java/me/theblockbender/fantastic/treasure/Treasure.java:[5,31] cannot find symbol
  45. [ERROR] symbol: class JavaPlugin
  46. [ERROR] /D:/Dyescape/Workspace/treasure/src/main/java/me/theblockbender/fantastic/treasure/Treasure.java:[8,17] cannot find symbol
  47. [ERROR] symbol: method getLogger()
  48. [ERROR] location: class main.java.me.theblockbender.fantastic.treasure.Treasure
  49. [ERROR] /D:/Dyescape/Workspace/treasure/src/main/java/me/theblockbender/fantastic/treasure/Treasure.java:[13,17] cannot find symbol
  50. [ERROR] symbol: method getLogger()
  51. [ERROR] location: class main.java.me.theblockbender.fantastic.treasure.Treasure
  52. [ERROR] -> [Help 1]
  53. [ERROR]
  54. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  55. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  56. [ERROR]
  57. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  58. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement