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

Not specifying ID field causes package-name to be "undefined" in manifest #246

Closed jamesjhedley closed 11 years ago

jamesjhedley commented 11 years ago

If you omit the ID field from the widget element, the resulting manifest will have a package-name of "undefined". This will cause issues when users upload their apps to appworld.

We should at the very least have validation to ensure the user entered an ID.

jeffheifetz commented 11 years ago

Fixed