[GitHub] cordova-lib pull request: [CB-7820] cordova platfrom restore stops...

2014-10-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/106 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] cordova-lib pull request: [CB-7820] cordova platfrom restore stops...

2014-10-20 Thread jsoref
Github user jsoref commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/106#discussion_r19124580 --- Diff: cordova-lib/src/cordova/restore.js --- @@ -54,7 +54,22 @@ function installPlatformsFromConfigXML(cfg){ if(!targets || !targets.length

[GitHub] cordova-lib pull request: [CB-7820] cordova platfrom restore stops...

2014-10-20 Thread gorkem
Github user gorkem commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/106#discussion_r19126554 --- Diff: cordova-lib/src/cordova/restore.js --- @@ -54,7 +54,22 @@ function installPlatformsFromConfigXML(cfg){ if(!targets || !targets.length

[GitHub] cordova-lib pull request: [CB-7820] cordova platfrom restore stops...

2014-10-18 Thread gorkem
GitHub user gorkem opened a pull request: https://github.com/apache/cordova-lib/pull/106 [CB-7820] cordova platfrom restore stops if a platforms fails to restore handles restoration for each platform separately so that if one fails installation for others continues. Also makes