blackberry / BB10-Webworks-Packager

The BB10 WebWorks Packager bundles the App content with the BB10 WebWorks Framework to create a BAR to run on the BB10 Device (or simulator)
27 stars 18 forks source link

Error when signing if working directory contains spaces #171

Closed jamesjhedley closed 12 years ago

jamesjhedley commented 12 years ago

The following error is displayed when you run bbwp c:\APISmokeTest.zip -o c:\sampleApp\bin\ -g password --buildId 121

[INFO]    'C:\Program' is not recognized as an internal or external command,operable program or batch file.

Work around is to install or clone to a directory without spaces

tracyli commented 12 years ago

this issue has been fixed and please refer to pull request https://github.com/blackberry-webworks/BB10-Webworks-Packager/pull/73.