Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- D:\Dyescape\Workspace\treasure>mvn install
- [INFO] Scanning for projects...
- [INFO]
- [INFO] ----------------< me.theblockbender.fantastic:treasure >----------------
- [INFO] Building Treasure 0.0.1-SNAPSHOT
- [INFO] --------------------------------[ jar ]---------------------------------
- [INFO]
- [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ treasure ---
- [WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
- [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
- [INFO] Copying 1 resource to .
- [INFO]
- [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ treasure ---
- [INFO] Changes detected - recompiling the module!
- [WARNING] File encoding has not been set, using platform encoding Cp1252, i.e. build is platform dependent!
- [INFO] Compiling 1 source file to D:\Dyescape\Workspace\treasure\target\classes
- [INFO] -------------------------------------------------------------
- [ERROR] COMPILATION ERROR :
- [INFO] -------------------------------------------------------------
- [ERROR] /D:/Dyescape/Workspace/treasure/src/main/java/me/theblockbender/fantastic/treasure/Treasure.java:[3,25] cannot find symbol
- symbol: class JavaPlugin
- location: package org.bukkit.plugin
- [ERROR] /D:/Dyescape/Workspace/treasure/src/main/java/me/theblockbender/fantastic/treasure/Treasure.java:[5,31] cannot find symbol
- symbol: class JavaPlugin
- [ERROR] /D:/Dyescape/Workspace/treasure/src/main/java/me/theblockbender/fantastic/treasure/Treasure.java:[8,17] cannot find symbol
- symbol: method getLogger()
- location: class main.java.me.theblockbender.fantastic.treasure.Treasure
- [ERROR] /D:/Dyescape/Workspace/treasure/src/main/java/me/theblockbender/fantastic/treasure/Treasure.java:[13,17] cannot find symbol
- symbol: method getLogger()
- location: class main.java.me.theblockbender.fantastic.treasure.Treasure
- [INFO] 4 errors
- [INFO] -------------------------------------------------------------
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 1.041 s
- [INFO] Finished at: 2018-03-12T14:16:08+01:00
- [INFO] ------------------------------------------------------------------------
- [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:
- [ERROR] /D:/Dyescape/Workspace/treasure/src/main/java/me/theblockbender/fantastic/treasure/Treasure.java:[3,25] cannot find symbol
- [ERROR] symbol: class JavaPlugin
- [ERROR] location: package org.bukkit.plugin
- [ERROR] /D:/Dyescape/Workspace/treasure/src/main/java/me/theblockbender/fantastic/treasure/Treasure.java:[5,31] cannot find symbol
- [ERROR] symbol: class JavaPlugin
- [ERROR] /D:/Dyescape/Workspace/treasure/src/main/java/me/theblockbender/fantastic/treasure/Treasure.java:[8,17] cannot find symbol
- [ERROR] symbol: method getLogger()
- [ERROR] location: class main.java.me.theblockbender.fantastic.treasure.Treasure
- [ERROR] /D:/Dyescape/Workspace/treasure/src/main/java/me/theblockbender/fantastic/treasure/Treasure.java:[13,17] cannot find symbol
- [ERROR] symbol: method getLogger()
- [ERROR] location: class main.java.me.theblockbender.fantastic.treasure.Treasure
- [ERROR] -> [Help 1]
- [ERROR]
- [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
- [ERROR] Re-run Maven using the -X switch to enable full debug logging.
- [ERROR]
- [ERROR] For more information about the errors and possible solutions, please read the following articles:
- [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement