Manuel Martiarena created CB-10465:
--------------------------------------

             Summary: cordova.raw.emulate fires a cordova.raw.prepare with 
incorrect arguments
                 Key: CB-10465
                 URL: https://issues.apache.org/jira/browse/CB-10465
             Project: Apache Cordova
          Issue Type: Bug
    Affects Versions: 3.5.0
            Reporter: Manuel Martiarena


All cordova.raw command now need to be called with arguments like this ticket 
expains: https://issues.apache.org/jira/browse/CB-9987.

Unfortunately the raw emulate command executes the raw prepare with the wrong 
structure of arguments, with the side effect that if you want to emulate only 
iOS, the other configured projects will also be add/checked/prepared.

emulate.js calls it like this: return 
require('./cordova').raw.prepare(options.platforms);
https://github.com/apache/cordova-lib/blob/master/cordova-lib/src/cordova/emulate.js
 line 36

But the argument should be an object with a key named platforms. like so:
return require('./cordova').raw.prepare({platforms: options.platforms}); 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to