Skip to content

Instantly share code, notes, and snippets.

@mmohiudd
Created June 11, 2012 22:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmohiudd/5b714dcff45f71d90a97 to your computer and use it in GitHub Desktop.
Save mmohiudd/5b714dcff45f71d90a97 to your computer and use it in GitHub Desktop.
Build BlackBerry WebWorks KitchenSink
#zip
zip -r ../output/KitchenSink.zip * -x "*.DS_Store" -x "build.sh"
#build
java -jar /Developer/SDKs/Research\ In\ Motion/BlackBerry\ WebWorks\ SDK\ 2.3.1.5/bin/bbwp.jar /Applications/XAMPP/htdocs/webworks/KitchenSink/output/KitchenSink.zip -g macros05 -o /Applications/XAMPP/htdocs/webworks/KitchenSink/output/
#deploy
/Developer/SDKs/Research\ In\ Motion/BlackBerry\ WebWorks\ SDK\ 2.3.1.5/bin/javaloader load /Applications/XAMPP/htdocs/webworks/KitchenSink/output/StandardInstall/KitchenSink.cod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment