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 in XP output "ERROR" log in the command line dialog #95

Closed EricLeiLi closed 12 years ago

EricLeiLi commented 12 years ago

Expected behavior: same output as Windows 7

Actual behavior:

C:\Eric\Test>"C:\Program Files\Research In Motion\BlackBerry 10 WebWorks SDK 1.0 .0.0 0416\bbwp.bat" 12_web.zip -o C:\Eric\Test\Output

C:\Eric\Test>"C:\Program Files\Research In Motion\BlackBerry 10 WebWorks SDK 1.0 .0.0 0416\dependencies\node\node.exe" "C:\Program Files\Research In Motion\Black Berry 10 WebWorks SDK 1.0.0.0 0416\lib\bbwp.js" 12_web.zip -o C:\Eric\Test\Outpu t 16:58:25 - INFO - Populating application source 16:58:25 - INFO - Parsing config.xml 16:58:25 - INFO - Generating output files 16:58:26 - WARN - Warning: Cannot find application or default icon 16:58:26 - ERROR -

16:58:26 - INFO - Info: Package created: C:\Eric\Test\Output\simulator\12_web.b ar

16:58:26 - WARN - Warning: Cannot find application or default icon 16:58:26 - ERROR -

16:58:27 - INFO - Info: Package created: C:\Eric\Test\Output\device\12_web.bar

16:58:27 - INFO - BAR packaging complete

Note: although it spills out ERROR (empty information), the bar still seems to be generated correctly.

Testing version: \rim.net\builds_publish\deliverables\BlackBerry_Webworks_SDK_for_BB10\1.0.0\bundle002

jamesjhedley commented 12 years ago

@tracyli @ishneur Can we please verify if this is still an issue. It looks like this was fixed by pull request 46 [blackberry-webworks/BB10-Webworks-Packager/pull/46]

ishneur commented 12 years ago

This is not an issue anymore, it's been fixed by that pull request.

jamesjhedley commented 12 years ago

@nukulb @kwallis Can we please close this.