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 should accept a folder as well as a zip #200

Closed nukulb closed 11 years ago

nukulb commented 11 years ago

Packager needs to accept a zip as well as a folder as the source

The folder passed in must contain a config.xml.

nukulb commented 11 years ago

will introduce .bbwpignore file so the packager can ignore certain files in the folder similar to .gitignore file

jeffheifetz commented 11 years ago

I like this idea

nukulb commented 11 years ago

working on it now. not doing it complicates other automation efforts because zipping is so messed up with images etc..., not worth the headache.

Only to unzip it as the first step.

jcarty commented 11 years ago

Great idea. One less step for devs. .bbwpignore is a good idea too instead of having to pass it via command-line, which is what I do with 7-zip.

glasspear commented 11 years ago

I really like this idea! Might be good to have the .bbwpignore allow files and folders.

kwallis commented 11 years ago

Yup. Talked to Nukul. We will follow the .gitignore format basically.


This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.

pelegri commented 11 years ago

Very nice.

ericpearson commented 11 years ago

fixed, can be closed