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

Marco Vereda Manchego commented on CB-5647:
-------------------------------------------

testing with 3.4.0 + Android 4.4.2 + windows 8  + node 0.10.26 
I get the cordova_plugins.js file like this ---> 
/////////////////////////////////////
Cordova 3.4.0
cordova.define('cordova/plugin_list', function(require, exports, module) {
module.exports = [];
module.exports.metadata = 
// TOP OF METADATA
{}
// BOTTOM OF METADATA
});
when I try to call navigator.globalization.getPreferredLanguage it thows an 
undefined variable to me :-(
Seems to me this file is not filled up.

C:\MakeMe3D\MakeMe3D>cordova plugin add org.apache.cordova.globalization
Fetching plugin "org.apache.cordova.globalization" via plugin registry
Starting installation of "org.apache.cordova.globalization" for android
Preparing android project
org.apache.cordova.globalization installed on android.
Starting installation of "org.apache.cordova.globalization" for wp8
Preparing wp8 project
org.apache.cordova.globalization installed on wp8.

> cordova_plugins.js folder not populated with clobbers for Android 
> ------------------------------------------------------------------
>
>                 Key: CB-5647
>                 URL: https://issues.apache.org/jira/browse/CB-5647
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android, CLI
>    Affects Versions: 3.3.0
>            Reporter: Greg
>            Assignee: Mark Koudritsky
>
> If you try to run any plugin command using PhoneGap CLI, such as:
> phonegap local plugin add org.apache.cordova.splashscreen
> The cordova_plugins.js does not get updated and the JS file doesn't get added 
> to the www/ section. Native hooks are added, but not the JS side.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to