Advertisement
Guest User

$ ./build.sh android

a guest
Jul 30th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.94 KB | None | 0 0
  1. Building android project.
  2. Running "vulcanize:default" (vulcanize) task
  3. Warning: ENOENT, no such file or directory '/Users/brett.wellman/Documents/Dev/Corddova/webapps/homeslice/bower_components/core-signals/core-signals.html' Use --force to continue.
  4.  
  5. Aborted due to warnings.
  6. rm: ./../build/cordova/www/build: No such file or directory
  7. rm: ./../build/cordova/www/lib: No such file or directory
  8. rm: ./../build/cordova/www/index.html: No such file or directory
  9. cp: ./deploy/index.html: No such file or directory
  10. cp: ./assets/platform/android/splash/splash-landscape.png: No such file or directory
  11. Icons and Splash images are copied successfully.
  12. Now Running convertImage script to create android and ios specific icon and splash screen images.
  13. mkdir: icons: File exists
  14. mkdir: splash: File exists
  15. mkdir: icons/android: File exists
  16. mkdir: icons/amazon-fireos: File exists
  17. ./convertImage.sh: line 24: convert: command not found
  18. ./convertImage.sh: line 25: convert: command not found
  19. ./convertImage.sh: line 26: convert: command not found
  20. ./convertImage.sh: line 27: convert: command not found
  21. mkdir: splash/android: File exists
  22. mkdir: splash/amazon-fireos: File exists
  23. ./convertImage.sh: line 32: convert: command not found
  24. ./convertImage.sh: line 33: convert: command not found
  25. ./convertImage.sh: line 34: convert: command not found
  26. ./convertImage.sh: line 35: convert: command not found
  27. ./convertImage.sh: line 37: convert: command not found
  28. ./convertImage.sh: line 38: convert: command not found
  29. ./convertImage.sh: line 39: convert: command not found
  30. ./convertImage.sh: line 40: convert: command not found
  31. mkdir: icons/ios: File exists
  32. ./convertImage.sh: line 44: convert: command not found
  33. ./convertImage.sh: line 45: convert: command not found
  34. ./convertImage.sh: line 46: convert: command not found
  35. ./convertImage.sh: line 47: convert: command not found
  36. ./convertImage.sh: line 48: convert: command not found
  37. ./convertImage.sh: line 49: convert: command not found
  38. ./convertImage.sh: line 50: convert: command not found
  39. ./convertImage.sh: line 51: convert: command not found
  40. ./convertImage.sh: line 52: convert: command not found
  41. ./convertImage.sh: line 53: convert: command not found
  42. ./convertImage.sh: line 54: convert: command not found
  43. ./convertImage.sh: line 55: convert: command not found
  44. ./convertImage.sh: line 56: convert: command not found
  45. ./convertImage.sh: line 57: convert: command not found
  46. mkdir: splash/ios: File exists
  47. Creating android project...
  48. Error: An error occured during creation of android sub-project.
  49.  
  50. /Users/brett.wellman/.cordova/lib/android/cordova/3.3.0/bin/node_modules/q/q.js:126
  51.                     throw e;
  52.                           ^
  53. Error: ERROR : executing command 'ant', make sure you have ant installed and added to your path.
  54.     at /Users/brett.wellman/.cordova/lib/android/cordova/3.3.0/bin/lib/check_reqs.js:47:27
  55.     at ChildProcess.exithandler (child_process.js:641:7)
  56.     at ChildProcess.EventEmitter.emit (events.js:98:17)
  57.     at maybeClose (child_process.js:735:16)
  58.     at Socket.<anonymous> (child_process.js:948:11)
  59.     at Socket.EventEmitter.emit (events.js:95:17)
  60.     at Pipe.close (net.js:466:12)
  61.  
  62.     at /usr/local/lib/node_modules/cordova/src/platform.js:282:30
  63.     at ChildProcess.exithandler (child_process.js:641:7)
  64.     at ChildProcess.EventEmitter.emit (events.js:98:17)
  65.     at maybeClose (child_process.js:735:16)
  66.     at Process.ChildProcess._handle.onexit (child_process.js:802:5)
  67. No platforms added to this project. Please use `cordova platform add <platform>`.
  68. usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file target_file
  69.        cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file ... target_directory
  70. cp: directory platforms/android does not exist
  71. ./crosswalk.sh: line 6: cd: platforms/android/CordovaLib: No such file or directory
  72. ./crosswalk.sh: line 7: android: command not found
  73. ./crosswalk.sh: line 8: ant: command not found
  74. ./crosswalk.sh: line 10: ant: command not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement