phonegap / node-phonegap-build

PhoneGap Build node module to login, create, and build apps.
Apache License 2.0
25 stars 25 forks source link

WScript zip throws error #39

Closed mwbrooks closed 11 years ago

mwbrooks commented 11 years ago

Operating System

C:\Development\my-app> phonegap remote run android
or
$ phonegap run android

Error

screen shot 2013-07-02 at 4 05 47 pm

mwbrooks commented 11 years ago

The error appears to be that objShell.NameSpace(...) cannot support relative paths. At least relative paths that go back a directory (e.g. ../../some/path).