WebWorks is an application framework and packaging tool that allows a developer to create a standalone BlackBerry application using HTML5/CSS/JavaScript. Web developers can create a device application experience, including AppWorld distribution and monetization to system security policy enforcement, to deep device system and service integration. All using the technologies they are familiar with, leveraging the power of the industry leading web platform being built for BlackBerry 10. This repo contains the code for the BlackBerry 10 WebWorks Packager and submodules the Framework.
*Installation Directory*\bin
third_party\node\linux\
folder.git clone https://github.com/blackberry-webworks/BB10-Webworks-Packager.git
cd BB10-Webworks-Packager
git checkout master
source *BBNDK installation directory*/bbndk-env.sh
*BBNDK installation directory*\bbndk-env.bat
dependencies
directory from the latest BlackBerry 10 WebWorks SDK into the cloned BB10-WebWorks-Packager
folder. For more details on how to install go here../configure
[from terminal]bash configure
[from command prompt]jake
or jake build
and check that the output folder is created under the "target/zip" subfolder.jake test
and check that jake runs and completes[Mac/Linux] ./bbwp test/test.zip -o <output dir>
[Windows] bbwp.bat test\test.zip -o <output dir>
Please ensure you build your application from the "target/zip" folder and not the root of your BB10-Webworks-Packager
clone;
Otherwise the resulting bar won't launch.
Cloning into dependencies/webplatform... error: Couldn't resolve host 'github.rim.net' while accessing
http://github.rim.net/webworks/webplatform.git/info/refs
Solution: This error can be ignored, but please see the "Setup and Build" - "Webplatform setup:" section above for instructions on copying the necessary webplatform files.
To contribute code to this repository you must be signed up as an official contributor.
To add new Samples or make modifications to existing Samples: