Carlos Santana created CB-5467:
----------------------------------
Summary: CLI: cordova platform add blackberry10 blocked
Key: CB-5467
URL: https://issues.apache.org/jira/browse/CB-5467
Project: Apache Cordova
Issue Type: Bug
Components: BlackBerry, CLI
Affects Versions: Master, 3.2.0
Reporter: Carlos Santana
Priority: Blocker
Steps to recreate:
cli:$ npm install git://github.com/apache/cordova-cli.git
cli:$ ./node_modules/.bin/cordova create BB10
Creating a new cordova project with name "HelloCordova" and id
"io.cordova.hellocordova" at location "/Users/csantana23/foo/cordova/cli/BB10"
cli:$ cd BB10/
BB10:$ rm -rf ~/.cordova
.cordova/ .cordova-completion.bash
BB10:$ rm -rf ~/.cordova/
blackberry10.json blackberry10debugtoken.bar config.json
lib/
BB10:$ rm -rf ~/.cordova/lib/
android/ blackberry10/ ios/ wp/ www/
BB10:$ rm -rf ~/.cordova/lib/blackberry10
BB10:$ ../node_modules/.bin/cordova platform add blackberry10 -d
Downloading cordova library for blackberry10...
Requesting
{"uri":"https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry.git;a=snapshot;h=3.2.0;sf=tgz"}...
Downloaded, unzipped and extracted 347503 byte response.
Download complete
Checking if platform "blackberry10" passes minimum requirements...
Creating blackberry10 project...
Running bin/create for platform "blackberry10" with command:
""/Users/csantana23/.cordova/lib/blackberry10/cordova/3.2.0/blackberry10/bin/create"
"/Users/csantana23/foo/cordova/cli/BB10/platforms/blackberry10"
"io.cordova.hellocordova" "HelloCordova"" (output to follow)
Error: An error occured during creation of blackberry10 sub-project.
/bin/sh:
/Users/csantana23/.cordova/lib/blackberry10/cordova/3.2.0/blackberry10/bin/create:
No such file or directory
at
/Users/csantana23/foo/cordova/cli/node_modules/cordova/src/platform.js:250:30
at ChildProcess.exithandler (child_process.js:641:7)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:735:16)
at Process.ChildProcess._handle.onexit (child_process.js:802:5)
--
This message was sent by Atlassian JIRA
(v6.1#6144)