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

Packaging fails when the specified icon cannot be found #186

Closed ishneur closed 11 years ago

ishneur commented 12 years ago

When the <icon> element points to a file which doesn't exist, packaging fails with the following error: [ERROR] Error: Attribute image: file cannot be found in the list of packaged files: tires.png [ERROR] Native Packager exception occurred [ERROR] Error: Attribute image: file cannot be found in the list of packaged files: tires.png [ERROR] Native Packager exception occurred

The device and simulator folders contain a .tmp file.

This app can be used to reproduce this issue: https://github.com/downloads/blackberry-webworks/BB10-Webworks-Packager/GHI186.zip

kwallis commented 11 years ago

Closing as desired behaviour.