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 error when output path is relative #85

Closed jamesjhedley closed 12 years ago

jamesjhedley commented 12 years ago

When using an output path that is relative (-o myOutputFolder), packager throws an error (see below). I have already fixed this issue in next-fixRelativeOutputPaths. I am creating this, so it can be verified and closed by SV&V.

C:\BB10-Webworks-Packager>"C:\BB10-Webworks-Packager\dependencies\node\node.exe" "C:\BB10-Webworks-Packager\lib\bbwp.js" C:\sampleApp\testTemplate0202.zip -o my Out -s 16:50:05 - INFO - Populating application source 16:50:05 - INFO - Parsing config.xml 16:50:05 - INFO - Generating output files 16:50:05 - ERROR - { [Error: ENOENT, no such file or directory 'C:\BB10-Webworks -Packager\myOut\src\myOut\src\chrome'] errno: 34, code: 'ENOENT', path: 'C:\BB10-Webworks-Packager\myOut\src\myOut\src\chrome', syscall: 'stat' }

erhorim commented 12 years ago

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