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

Andrew Grieve reopened CB-4789:
-------------------------------

    
> cordova tool should recognize when platforms/$plat directory is deleted
> -----------------------------------------------------------------------
>
>                 Key: CB-4789
>                 URL: https://issues.apache.org/jira/browse/CB-4789
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI
>         Environment: Mac OSX 10.8.4, Cordova CLI 3.0.9, Xcode build tools 
> 4.6.3 (also tried Xcode 5.0 build tools).
>            Reporter: Owen
>            Assignee: Braden Shepherdson
>            Priority: Minor
>
> Steps:
> {code}
> cordova create Project com.foo.bar Project
> cd Project
> cordova platform add ios
> cordova plugin add ...
> rm -rf platforms/ios
> cordova platform add ios
> {code}
> This leaves you in a bad state where things work, but plugins are not 
> re-installed by platform add.
> Maybe as a fix we should have some precondition checks before running 
> commands. E.g. validate that our cached state-of-the-world matches reality. 
> In this specific case, the `platform add ios` should first detect that ios 
> was deleted and internally run `platform rm ios` first.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to