sgc_072

Error

Mar 30th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. Hi,
  2. I am getting this error while building application-ckeditor. What to do?
  3.  
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Reactor Summary:
  6. [INFO]
  7. [INFO] CKEditor Integration Parent POM .................... SUCCESS [02:07 min]
  8. [INFO] CKEditor Integration Base .......................... FAILURE [15:46 min]
  9. [INFO] CKEditor Integration Plugins ....................... SKIPPED
  10. [INFO] CKEditor Integration Test Modules .................. SKIPPED
  11. [INFO] CKEditor Integration Test Page Objects ............. SKIPPED
  12. [INFO] CKEditor Integration WebJar ........................ SKIPPED
  13. [INFO] CKEditor Integration UI ............................ SKIPPED
  14. [INFO] ------------------------------------------------------------------------
  15. [INFO] BUILD FAILURE
  16. [INFO] ------------------------------------------------------------------------
  17. [INFO] Total time: 19:54 min
  18. [INFO] Finished at: 2017-03-30T15:39:01+05:30
  19. [INFO] Final Memory: 20M/121M
  20. [INFO] ------------------------------------------------------------------------
  21. [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. Cannot run program "C:\Users\SARTHAK GUPTA\.m2\XWiki\application-ckeditor-master\base\target\ckeditor-dev-4.6.2\dev\builder\build.sh" (in directory "C:\Users\SARTHAK GUPTA\.m2\XWiki\application-ckeditor-master\base"): CreateProcess error=193, %1 is not a valid Win32 application -> [Help 1]
  22. [ERROR]
  23. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  24. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  25. [ERROR]
  26. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  27. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  28. [ERROR]
  29. [ERROR] After correcting the problems, you can resume the build with the command
  30. [ERROR] mvn <goals> -rf :application-ckeditor-base
  31.  
  32.  
  33. Reply:
  34.  
  35.  
  36. This build requires linux.
  37.  
  38. Maybe it would work with cygwin, I don’t know. It’s not very nice to be OS-agnostic I agree but I think we’re stuck by CKEditor which requires a special custom build tool that probably only works on unix.
  39.  
  40. Thanks
Add Comment
Please, Sign In to add comment