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

jcesarmobile closed CB-4275.
----------------------------
    Resolution: Cannot Reproduce

Can't reproduce with latest version, so it was probably fixed.
If still experience it, create a new issue on the corresponding github 
repository

> cordova-cli platform remove/platform add causes subsequent plugin remove/ 
> plugin add to fail
> --------------------------------------------------------------------------------------------
>
>                 Key: CB-4275
>                 URL: https://issues.apache.org/jira/browse/CB-4275
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-cli
>    Affects Versions: Master, 3.0.0
>         Environment: verified with android, should also be true with other 
> platforms
>            Reporter: David Kemp
>            Priority: Minor
>
> when you run cordova platform remove, then cordova platform add
> the plugin dependencies are not preserved (lpugins/*.json).
> when you then run cordova plugin remove, it will not cleanly remove all 
> plugins because the dependency information is incorrect.
> to replicate:
> * create a mobilespec project
> * cordova platform add android
> * cordova plugin add ../cordova-mobile-spec/dependencies-plugin
> * cordova platform remove android
> * cordova platform add android
> * cordova plugin remove org.cordova.mobile-spec-dependencies 
> * cordova plugin add ../cordova-mobile-spec/dependencies-plugin
> You will now find that the plugins are not installed correctly - specifically 
> platforms/android/src/org/apache/cordova/core/ is missing a number of java 
> files.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to