You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Braden Shepherdson (JIRA)" <ji...@apache.org> on 2013/06/03 19:29:21 UTC

[jira] [Resolved] (CB-3556) cordova-cli emulate deletes plugin's javascript

     [ https://issues.apache.org/jira/browse/CB-3556?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Braden Shepherdson resolved CB-3556.
------------------------------------

    Resolution: Won't Fix
    
> cordova-cli emulate deletes plugin's javascript
> -----------------------------------------------
>
>                 Key: CB-3556
>                 URL: https://issues.apache.org/jira/browse/CB-3556
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 2.7.0
>            Reporter: Don Coleman
>            Assignee: Filip Maj
>
> cordova-cli 2.7.4 is deleting the javascript files for plugins when I run cordova emulate with Android.
> Anyone have ideas about how to track this down and fix it?
> It's pretty easy to duplicate
>     $ git clone https://github.com/don/FileOpener.git
>     $ cordova create foo
>     $ cd foo
>     $ cordova platform add android
>     $ cordova plugin add ../FileOpener
>     $ cordova build
>     $ ls platforms/android/assets/www/js/
>     fileopener.js	index.js
> fileopener.js exists
>     $ cordova emulate
>     $ ls platforms/android/assets/www/js/
>     index.js
> fileopener.js was deleted

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira