Advertisement
Leymooo

Untitled

Jun 2nd, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.66 KB | None | 0 0
  1. slava@XyperX:~/empirecraft$ ./compile.sh
  2. /home/slava/empirecraft
  3. Submodule 'Paper' (https://github.com/PaperMC/Paper) registered for path 'Paper'
  4. Cloning into '/home/slava/empirecraft/Paper'...
  5. Submodule path 'Paper': checked out '727f932d056ccf4e7c025c2ec0597a2158bf086a'
  6. Submodule 'work/BuildData' (https://hub.spigotmc.org/stash/scm/spigot/builddata.git) registered for path 'work/BuildData'
  7. Submodule 'work/Bukkit' (https://hub.spigotmc.org/stash/scm/spigot/bukkit.git) registered for path 'work/Bukkit'
  8. Submodule 'work/CraftBukkit' (https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git) registered for path 'work/CraftBukkit'
  9. Submodule 'work/Paperclip' (https://github.com/PaperMC/Paperclip.git) registered for path 'work/Paperclip'
  10. Submodule 'work/Spigot' (https://hub.spigotmc.org/stash/scm/spigot/spigot.git) registered for path 'work/Spigot'
  11. Cloning into '/home/slava/empirecraft/Paper/work/BuildData'...
  12. Cloning into '/home/slava/empirecraft/Paper/work/Bukkit'...
  13. Cloning into '/home/slava/empirecraft/Paper/work/CraftBukkit'...
  14. Cloning into '/home/slava/empirecraft/Paper/work/Paperclip'...
  15. Cloning into '/home/slava/empirecraft/Paper/work/Spigot'...
  16. Submodule path 'work/BuildData': checked out 'be360cc298a06b5355ecd057f5b1feb894a73f0f'
  17. Submodule path 'work/Bukkit': checked out '59b49b81dd4dd7c29debd3bb46961001531ea5ca'
  18. Submodule path 'work/CraftBukkit': checked out '8cc5a7ecb6204e23bf883bb9282dd2b70e0f7858'
  19. Submodule path 'work/Paperclip': checked out 'd0395f6304db49e4472dab9dbf247e994a1122b8'
  20. Submodule path 'work/Spigot': checked out '2086bb074d6795823451bdb9f857d83c0f566990'
  21. Cloning into 'EmpireCraft-API'...
  22. ssh: connect to host git.starlis.com port 22: No route to host
  23. fatal: Could not read from remote repository.
  24.  
  25. Please make sure you have the correct access rights
  26. and the repository exists.
  27. ./compile.sh: line 28: cd: /home/slava/empirecraft/EmpireCraft-API: No such file or directory
  28. Already on 'master'
  29. Your branch is up-to-date with 'origin/master'.
  30. fatal: ambiguous argument 'origin/1.12.2': unknown revision or path not in the working tree.
  31. Use '--' to separate paths from revisions, like this:
  32. 'git <command> [<revision>...] -- [<file>...]'
  33. Cloning into 'EmpireCraft-Server'...
  34. ssh: connect to host git.starlis.com port 22: No route to host
  35. fatal: Could not read from remote repository.
  36.  
  37. Please make sure you have the correct access rights
  38. and the repository exists.
  39. ./compile.sh: line 28: cd: /home/slava/empirecraft/EmpireCraft-Server: No such file or directory
  40. Already on 'master'
  41. Your branch is up-to-date with 'origin/master'.
  42. fatal: ambiguous argument 'origin/1.12.2': unknown revision or path not in the working tree.
  43. Use '--' to separate paths from revisions, like this:
  44. 'git <command> [<revision>...] -- [<file>...]'
  45. [INFO] Scanning for projects...
  46. [INFO] ------------------------------------------------------------------------
  47. [INFO] BUILD FAILURE
  48. [INFO] ------------------------------------------------------------------------
  49. [INFO] Total time: 0.102 s
  50. [INFO] Finished at: 2018-06-02T19:01:33+03:00
  51. [INFO] ------------------------------------------------------------------------
  52. [ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/home/slava). Please verify you invoked Maven from the correct directory. -> [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/MissingProjectException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement