sgc_072

ERROR2

Apr 1st, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.69 KB | None | 0 0
  1. sarthak@ubuntu16:~/gsoc/application-ckeditor-master$ sudo apt-get install git
  2. [sudo] password for sarthak:
  3. Reading package lists... Done
  4. Building dependency tree
  5. Reading state information... Done
  6. git is already the newest version (1:2.7.4-0ubuntu1).
  7. 0 upgraded, 0 newly installed, 0 to remove and 220 not upgraded.
  8. sarthak@ubuntu16:~/gsoc/application-ckeditor-master$ 0
  9. 0: command not found
  10. sarthak@ubuntu16:~/gsoc/application-ckeditor-master$ mvn install -rf :application-ckeditor-base
  11. [INFO] Scanning for projects...
  12. [INFO] ------------------------------------------------------------------------
  13. [INFO] Reactor Build Order:
  14. [INFO]
  15. [INFO] CKEditor Integration Base
  16. [INFO] CKEditor Integration Plugins
  17. [INFO] CKEditor Integration Test Modules
  18. [INFO] CKEditor Integration Test Page Objects
  19. [INFO] CKEditor Integration WebJar
  20. [INFO] CKEditor Integration UI
  21. [INFO]
  22. [INFO] ------------------------------------------------------------------------
  23. [INFO] Building CKEditor Integration Base 1.14-SNAPSHOT
  24. [INFO] ------------------------------------------------------------------------
  25. [INFO]
  26. [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-plugins) @ application-ckeditor-base ---
  27. [INFO]
  28. [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-jcl-log4j-isolation) @ application-ckeditor-base ---
  29. [INFO]
  30. [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-commons-lang3) @ application-ckeditor-base ---
  31. [INFO]
  32. [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-upper-bounds) @ application-ckeditor-base ---
  33. [INFO] Skipping Rule Enforcement.
  34. [INFO]
  35. [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-no-legacy-dependencies) @ application-ckeditor-base ---
  36. [INFO]
  37. [INFO] --- maven-remote-resources-plugin:1.4:process (xwiki-license-resources) @ application-ckeditor-base ---
  38. [INFO]
  39. [INFO] --- download-maven-plugin:1.3.0:wget (download-ckeditor-sources) @ application-ckeditor-base ---
  40. [INFO] Got from cache: /home/sarthak/.m2/repository/.cache/download-maven-plugin/4.6.2.zip_d8874ae583ca2721a75a5c0e4661f14a
  41. [INFO]
  42. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ application-ckeditor-base ---
  43. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  44. [INFO] skip non existing resourceDirectory /home/sarthak/gsoc/application-ckeditor-master/base/src/main/resources
  45. [INFO] Copying 2 resources
  46. [INFO]
  47. [INFO] --- maven-resources-plugin:2.6:copy-resources (copy-ckeditor-build-config) @ application-ckeditor-base ---
  48. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  49. [INFO] Copying 1 resource
  50. [INFO]
  51. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ application-ckeditor-base ---
  52. [INFO] No sources to compile
  53. [INFO]
  54. [INFO] --- exec-maven-plugin:1.2.1:exec (build-ckeditor) @ application-ckeditor-base ---
  55. CKBuilder - Builds a release version of ckeditor-dev.
  56.  
  57. Checking/Updating CKBuilder...
  58. % Total % Received % Xferd Average Speed Time Time Time Current
  59. Dload Upload Total Spent Left Speed
  60. 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0
  61.  
  62. Starting CKBuilder...
  63. fatal: Needed a single revision
  64. [INFO] ------------------------------------------------------------------------
  65. [INFO] Reactor Summary:
  66. [INFO]
  67. [INFO] CKEditor Integration Base .......................... FAILURE [ 9.716 s]
  68. [INFO] CKEditor Integration Plugins ....................... SKIPPED
  69. [INFO] CKEditor Integration Test Modules .................. SKIPPED
  70. [INFO] CKEditor Integration Test Page Objects ............. SKIPPED
  71. [INFO] CKEditor Integration WebJar ........................ SKIPPED
  72. [INFO] CKEditor Integration UI ............................ SKIPPED
  73. [INFO] ------------------------------------------------------------------------
  74. [INFO] BUILD FAILURE
  75. [INFO] ------------------------------------------------------------------------
  76. [INFO] Total time: 10.631 s
  77. [INFO] Finished at: 2017-04-01T12:08:57+05:30
  78. [INFO] Final Memory: 28M/157M
  79. [INFO] ------------------------------------------------------------------------
  80. [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2.1:exec (build-ckeditor) on project application-ckeditor-base: Command execution failed. Process exited with an error: 128 (Exit value: 128) -> [Help 1]
  81. [ERROR]
  82. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  83. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  84. [ERROR]
  85. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  86. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Add Comment
Please, Sign In to add comment