You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Istvan Tabanyi (JIRA)" <ji...@apache.org> on 2016/02/26 17:25:18 UTC

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

Istvan Tabanyi created CB-10708:
-----------------------------------

             Summary: `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
            Reporter: Istvan Tabanyi


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