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 subversion and git services (JIRA)" <ji...@apache.org> on 2016/03/01 08:07:18 UTC

[jira] [Commented] (CB-10708) `cordova prepare` breaks plugins added by plugman

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

ASF subversion and git services commented on CB-10708:
------------------------------------------------------

Commit 8f15136e8892ee7f6d93b0249d2d0e9b26f9eb94 in cordova-lib's branch refs/heads/master from [~vladimir.kotikov]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=8f15136 ]

CB-10708 Install/uninstall plugins correctly into CLI project using plugman


> `cordova prepare` breaks plugins added by plugman
> -------------------------------------------------
>
>                 Key: CB-10708
>                 URL: https://issues.apache.org/jira/browse/CB-10708
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CordovaLib, Plugman
>    Affects Versions: 6.0.0
>         Environment: osx
> plugman --version
> 1.1.0
> cordova --version
> 6.0.0
>            Reporter: Istvan Tabanyi
>            Assignee: Vladimir Kotikov
>              Labels: cordova-6.0.0, plugman, triaged
>
> Steps to reproduce:
> cordova platform add android
> plugman install --project platforms/android --platform android --plugin cordova-plugin-device
> stat platforms/android/assets/www/cordova_plugins.js 
> [at this point everything is fine]
> cordova prepare android
> stat platforms/android/assets/www/cordova_plugins.js
> stat: platforms/android/assets/www/cordova_plugins.js: stat: No such file or directory
> plugman install --project platforms/android --platform android --plugin cordova-plugin-device
> Plugin "cordova-plugin-device" already installed on android.
> [At this point you can build your application, but won't have any plugins in it]
> How can someone overcome this situation? I want some plugins installed for specific platforms only and I don't want to fork existing plugins only to remove <android> section from plugin.xml
> plugman --version
> 1.1.0
> cordova --version
> 6.0.0
> cordova platform ls
> Installed platforms: android 5.1.0



--
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