You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/08/09 09:32:20 UTC

[jira] [Commented] (CB-11205) Plugin Add does not respect variables saved in config.xml

    [ https://issues.apache.org/jira/browse/CB-11205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15413278#comment-15413278 ] 

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

Commit b5dc35bac1ac0391237c04bcb76a34fe82607d64 in cordova-lib's branch refs/heads/6.3.x from [~Nikita Matrosov]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=b5dc35b ]

CB-11205 Respect saved variables when installing plugin

This closes #471


> Plugin Add does not respect variables saved in config.xml
> ---------------------------------------------------------
>
>                 Key: CB-11205
>                 URL: https://issues.apache.org/jira/browse/CB-11205
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaLib
>            Reporter: Richard B Knoll
>            Priority: Minor
>              Labels: triaged
>
> If a plugin with CLI variables is saved using {{--save}}, the variables will be saved into config.xml along with the plugin spec like so:
> {code}
> <plugin name="my-plugin" spec="1.2.0" >
>     <variable name="MY_VARIABLE" value ="my_variable_value" />
> </plugin>
> {code}
> Which corresponds to 
> {code}
> cordova plugin add my-plugin@1.2.0 --variable MY_VARIABLE=my_variable_value --save
> {code}
> Cordova prepare will restore the plugin using the saved plugin spec and variable values. Plugin add will used the saved spec, but not the saved variable values. Plugin add should behave the same way as prepare.



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

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