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

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

GitHub user vladimir-kotikov opened a pull request:

    https://github.com/apache/cordova-lib/pull/479

    CB-11698 Fix plugin installation when restoring platform

    This partially reverts #464 and forces cordova to always check for and 
install plugins, added to the project, to platform that is being restored at 
the moment.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vladimir-kotikov/cordova-lib CB-11698

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-lib/pull/479.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #479
    
----
commit 30ab88e8f1d5a436a4efa55e47dde90dc5c456f0
Author: Vladimir Kotikov <v-vlk...@microsoft.com>
Date:   2016-08-12T10:36:36Z

    CB-11698 Fix plugin installation when restoring platform
    
    This partially reverts #464 and forces cordova to always check for
    and install plugins, added to the project, to platform that is being
    restored at the moment.

----


> Plugin is not installed into platform during restore
> ----------------------------------------------------
>
>                 Key: CB-11698
>                 URL: https://issues.apache.org/jira/browse/CB-11698
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaLib
>    Affects Versions: 6.3.0
>            Reporter: Vladimir Kotikov
>            Assignee: Vladimir Kotikov
>              Labels: cannot-reproduce, triaged
>             Fix For: 6.3.1
>
>
> * Create a sample project and add the ios and android platforms and wkwebview 
> engine plugin and save them to the config.xml. 
> * Delete platforms/ and plugins/ 
> * Restore android {{cordova prepare android}} 
> * Restore ios {{cordova prepare ios}} 
> * Open platforms/ios/[ProjectName]/config.xml 
> Result: The CordovaWebViewEngine preference is not set. 
> Run {{cordova prepare ios}} again 
> Result: The CordovaWebViewEngine preference is still not set. 
> If you ran {{cordova prepare ios}} before {{cordova prepare android}} the 
> preference is set. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to