Josh Soref created CB-5223:
------------------------------
Summary: Downloading should be Installing -- sometimes it isn't
downloading
Key: CB-5223
URL: https://issues.apache.org/jira/browse/CB-5223
Project: Apache Cordova
Issue Type: Bug
Components: CLI
Affects Versions: 3.1.0
Reporter: Josh Soref
Priority: Minor
If you create a mobilespec (good luck), and have the following:
$ cat mobilespec/.cordova/config.json
{
"id":"org.apache.mobilespec",
"name":"mobilespec",
"lib": {
"foo": {
"uri": "../cordova-foo",
"version": "dev",
"id": "cordova-AAAA-dev"
}
}
}
Then when you run
cordova platform add foo
it says:
Downloading cordova-AAAA-dev library for foo...
But it isn't downloading
--
This message was sent by Atlassian JIRA
(v6.1#6144)