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

Need support to avoid generating bar-descriptor.xml if a flag is specified #209

Open EricLeiLi opened 11 years ago

EricLeiLi commented 11 years ago

It will look like: bbwp --noBarDescriptor Build and release requires a bar-descriptor.xml in advance and will overwrite bar-descriptor.xml to inject some information, Packager should avoid generating bar-descriptor.xml if it detects a bar-descriptor.xml provided in advance.

jamesjhedley commented 11 years ago

I suggest we do something like --barDescriptor *path to bar descriptor file*. This way the user can specify the location of the bar descriptor file to use when packaging instead of assuming the file exists in the root folder.