You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Michal Mocny (JIRA)" <ji...@apache.org> on 2014/04/24 17:52:19 UTC

[jira] [Created] (CB-6509) Support re-installing plugins without manual uninstall.

Michal Mocny created CB-6509:
--------------------------------

             Summary: Support re-installing plugins without manual uninstall.
                 Key: CB-6509
                 URL: https://issues.apache.org/jira/browse/CB-6509
             Project: Apache Cordova
          Issue Type: Bug
          Components: CLI
            Reporter: Michal Mocny
            Assignee: Mark Koudritsky
            Priority: Minor


In the interests of platforms/plugins as artifacts, would be nice to support this workflow:
> cordova platform add android
> cordova plugin add foo
> cordova prepare
> rm -rf plugins/
> cordova plugin add foo
FAIL! due to existing files in android platform :(
> rm -rf platforms/
> cordova platform add android
PASS! Re-installs all plugins, including the one that failed before, successfully



--
This message was sent by Atlassian JIRA
(v6.2#6252)