[jira] [Commented] (CB-5223) Downloading should be Installing -- sometimes it isn't downloading

2013-12-13 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13847530#comment-13847530
 ] 

ASF subversion and git services commented on CB-5223:
-

Commit 593129e4d838b2eedd3dc15f0b5f38df6eae0e0e in branch refs/heads/master 
from [~jsoref]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=593129e ]

CB-5223 Tweak log messages for Downloading vs Installing.


 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
Assignee: 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--dev
 }
   }
 }
 Then when you run 
 cordova platform add foo
 it says:
 Downloading cordova--dev library for foo...
 But it isn't downloading



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Commented] (CB-5223) Downloading should be Installing -- sometimes it isn't downloading

2013-10-31 Thread Josh Soref (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13810523#comment-13810523
 ] 

Josh Soref commented on CB-5223:


https://github.com/apache/cordova-cli/pull/64

 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--dev
 }
   }
 }
 Then when you run 
 cordova platform add foo
 it says:
 Downloading cordova--dev library for foo...
 But it isn't downloading



--
This message was sent by Atlassian JIRA
(v6.1#6144)