[jira] [Updated] (CB-8627) 'cordova plugin add git_url' erroneously updates fetch.json even when the 'add operation fails'

2016-03-23 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-8627:

Assignee: (was: Omar Mefire)

> 'cordova plugin add git_url' erroneously updates fetch.json even when the 
> 'add operation fails'
> ---
>
> Key: CB-8627
> URL: https://issues.apache.org/jira/browse/CB-8627
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Reporter: Omar Mefire
>Priority: Minor
>  Labels: triaged
>
> - cordova plugin add https://github.com/Wizcorp/phonegap-facebook-plugin.git
> This results in fetch.json being updated with the plugin info even though 
> the plugin installation failed. It should not be the case.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8627) 'cordova plugin add git_url' erroneously updates fetch.json even when the 'add operation fails'

2016-02-09 Thread Sergey Grebnov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Grebnov updated CB-8627:
---
Priority: Minor  (was: Major)

> 'cordova plugin add git_url' erroneously updates fetch.json even when the 
> 'add operation fails'
> ---
>
> Key: CB-8627
> URL: https://issues.apache.org/jira/browse/CB-8627
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Reporter: Omar Mefire
>Assignee: Omar Mefire
>Priority: Minor
>  Labels: triaged
>
> - cordova plugin add https://github.com/Wizcorp/phonegap-facebook-plugin.git
> This results in fetch.json being updated with the plugin info even though 
> the plugin installation failed. It should not be the case.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8627) 'cordova plugin add git_url' erroneously updates fetch.json even when the 'add operation fails'

2016-02-09 Thread Sergey Grebnov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Grebnov updated CB-8627:
---
Labels: triaged  (was: )

> 'cordova plugin add git_url' erroneously updates fetch.json even when the 
> 'add operation fails'
> ---
>
> Key: CB-8627
> URL: https://issues.apache.org/jira/browse/CB-8627
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Reporter: Omar Mefire
>Assignee: Omar Mefire
>  Labels: triaged
>
> - cordova plugin add https://github.com/Wizcorp/phonegap-facebook-plugin.git
> This results in fetch.json being updated with the plugin info even though 
> the plugin installation failed. It should not be the case.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8627) 'cordova plugin add git_url' erroneously updates fetch.json even when the 'add operation fails'

2016-02-09 Thread Sergey Grebnov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Grebnov updated CB-8627:
---
Component/s: (was: CLI)
 CordovaLib

> 'cordova plugin add git_url' erroneously updates fetch.json even when the 
> 'add operation fails'
> ---
>
> Key: CB-8627
> URL: https://issues.apache.org/jira/browse/CB-8627
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Reporter: Omar Mefire
>Assignee: Omar Mefire
>  Labels: triaged
>
> - cordova plugin add https://github.com/Wizcorp/phonegap-facebook-plugin.git
> This results in fetch.json being updated with the plugin info even though 
> the plugin installation failed. It should not be the case.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8627) 'cordova plugin add git_url' erroneously updates fetch.json even when the 'add operation fails'

2015-05-27 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-8627:

Description: 
- cordova plugin add https://github.com/Wizcorp/phonegap-facebook-plugin.git
This results in fetch.json being updated with the plugin info even though 
the plugin installation failed. It should not be the case.

  was:
Trying to add the facebookconnect plugin, with missing variables results in :

- cordova plugin add com.phonegap.plugins.facebookconnect
This results in an error message, as expected: 'Variable(s) missing (use: 
--variable APP_ID=value --variable APP_NAME=value). and as expected, fetch.json 
is not updated with the plugin info.

However, trying to add the same plugin by using its github repository yields 
the following result : 

- cordova plugin add https://github.com/Wizcorp/phonegap-facebook-plugin.git
This results in fetch.json being updated with the plugin info even though 
the plugin installation failed. It should not be the case.


 'cordova plugin add git_url' erroneously updates fetch.json even when the 
 'add operation fails'
 ---

 Key: CB-8627
 URL: https://issues.apache.org/jira/browse/CB-8627
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Reporter: Omar Mefire
Assignee: Omar Mefire

 - cordova plugin add https://github.com/Wizcorp/phonegap-facebook-plugin.git
 This results in fetch.json being updated with the plugin info even though 
 the plugin installation failed. It should not be the case.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8627) 'cordova plugin add git_url' erroneously updates fetch.json even when the 'add operation fails'

2015-05-05 Thread Shazron Abdullah (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Shazron Abdullah updated CB-8627:
-
Component/s: CLI

 'cordova plugin add git_url' erroneously updates fetch.json even when the 
 'add operation fails'
 ---

 Key: CB-8627
 URL: https://issues.apache.org/jira/browse/CB-8627
 Project: Apache Cordova
  Issue Type: Bug
  Components: CLI
Reporter: Omar Mefire

 Trying to add the facebookconnect plugin, with missing variables results in :
 - cordova plugin add com.phonegap.plugins.facebookconnect
 This results in an error message, as expected: 'Variable(s) missing (use: 
 --variable APP_ID=value --variable APP_NAME=value). and as expected, 
 fetch.json is not updated with the plugin info.
 However, trying to add the same plugin by using its github repository yields 
 the following result : 
 - cordova plugin add https://github.com/Wizcorp/phonegap-facebook-plugin.git
 This results in fetch.json being updated with the plugin info even though 
 the plugin installation failed. It should not be the case.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8627) 'cordova plugin add git_url' erroneously updates fetch.json even when the 'add operation fails'

2015-03-06 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-8627:

Description: 
Trying to add the facebookconnect plugin, with missing variables results in :

- cordova plugin add com.phonegap.plugins.facebookconnect
This results in an error message, as expected: 'Variable(s) missing (use: 
--variable APP_ID=value --variable APP_NAME=value). and as expected, fetch.json 
is not updated with the plugin info.

However, trying to add the same plugin by using its github repository yields 
the following result : 

- cordova plugin add https://github.com/Wizcorp/phonegap-facebook-plugin.git
This results in fetch.json being updated with the plugin info even though 
the plugin installation failed. It should not be the case.

  was:
trying to add the facebookconnect plugin, with missing variables results in :

- cordova plugin add com.phonegap.plugins.facebookconnect
This results in an error message, as expected: 'Variable(s) missing (use: 
--variable APP_ID=value --variable APP_NAME=value). and as expected, fetch.json 
is not updated with the plugin info.

However, trying to add the same plugin by using its github repository yields 
the following result : 

- cordova plugin add https://github.com/Wizcorp/phonegap-facebook-plugin.git
This results in fetch.json being updated with the plugin info even though 
the plugin installation failed. It should not be the case.


 'cordova plugin add git_url' erroneously updates fetch.json even when the 
 'add operation fails'
 ---

 Key: CB-8627
 URL: https://issues.apache.org/jira/browse/CB-8627
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Omar Mefire

 Trying to add the facebookconnect plugin, with missing variables results in :
 - cordova plugin add com.phonegap.plugins.facebookconnect
 This results in an error message, as expected: 'Variable(s) missing (use: 
 --variable APP_ID=value --variable APP_NAME=value). and as expected, 
 fetch.json is not updated with the plugin info.
 However, trying to add the same plugin by using its github repository yields 
 the following result : 
 - cordova plugin add https://github.com/Wizcorp/phonegap-facebook-plugin.git
 This results in fetch.json being updated with the plugin info even though 
 the plugin installation failed. It should not be the case.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Updated] (CB-8627) 'cordova plugin add git_url' erroneously updates fetch.json even when the 'add operation fails'

2015-03-06 Thread Omar Mefire (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-8627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Omar Mefire updated CB-8627:

Summary: 'cordova plugin add git_url' erroneously updates fetch.json even 
when the 'add operation fails'  (was: 'cordova plugin add 
https://github.com/Wizcorp/phonegap-facebook-plugin.git' erroneously updates 
fetch.json even though the plugin is not added)

 'cordova plugin add git_url' erroneously updates fetch.json even when the 
 'add operation fails'
 ---

 Key: CB-8627
 URL: https://issues.apache.org/jira/browse/CB-8627
 Project: Apache Cordova
  Issue Type: Bug
Reporter: Omar Mefire

 trying to add the facebookconnect plugin, with missing variables results in :
 - cordova plugin add com.phonegap.plugins.facebookconnect
 This results in an error message, as expected: 'Variable(s) missing (use: 
 --variable APP_ID=value --variable APP_NAME=value). and as expected, 
 fetch.json is not updated with the plugin info.
 However, trying to add the same plugin by using its github repository yields 
 the following result : 
 - cordova plugin add https://github.com/Wizcorp/phonegap-facebook-plugin.git
 This results in fetch.json being updated with the plugin info even though 
 the plugin installation failed. It should not be the case.



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

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org