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

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

Github user nikhilkh commented on the pull request:

    https://github.com/apache/cordova-lib/pull/403#issuecomment-190322633
  
    LGTM. Ideally, we need test cases for this - but I can understand this 
might be tricky to test.


> `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
>
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to