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

Packager automatically attempts to sign without -g #86

Closed tracyli closed 12 years ago

tracyli commented 12 years ago

Description: If version="1.2.3", then bbwp a.zip -b 4 or If version="1.2.3.4", then bbwp a.zip

Without specifying -g means no intent to sign, and Packager should produce unsigned build without signing process. Currently, packager automatically attempts to sign without -g, and results in error. ERROR - Error: Failed to decrypt keystore, invalid password ERROR - Native Packager exception occurred

Build:http://mac-ci:9000/job/BB10-Webworks-Packager-next-fix12/3/

erhorim commented 12 years ago

Defect fixed by blackberry-webworks/BB10-Webworks-Packager#15