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 GitHub Bot (JIRA)" <ji...@apache.org> on 2015/03/13 18:12:38 UTC

[jira] [Commented] (CB-4789) cordova tool should recognize when platforms/$plat directory is deleted

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

ASF GitHub Bot commented on CB-4789:
------------------------------------

Github user agrieve commented on the pull request:

    https://github.com/apache/cordova-plugin-whitelist/pull/2#issuecomment-79145875
  
    Test 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
>            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 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