Philipp Kursawe created CB-12598:
------------------------------------
Summary: Plugins with --link --save and variables are resolving
vars from config.xml when reinstalled
Key: CB-12598
URL: https://issues.apache.org/jira/browse/CB-12598
Project: Apache Cordova
Issue Type: Bug
Components: Android, CLI, iOS, Plugins
Reporter: Philipp Kursawe
1. cordova plugin add localplugin --link --save --variable VAR1=VALUE1
2. This creates an entry in config.xml for the plugin with the variable
3. It also creates an entry in plugins/fetch.json with the variable
4. cordova plugin rm localplugin
5. This does not remove the plugin from the config.xml
6. cordova plugin add localplugin --link
7. CLI complains about missing variable definition
The CLI should take the variable from the config.xml if the plugin has been
installed before.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]