[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-03-15 Thread Greg (JIRA)

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

Greg commented on CB-5647:
--

Just to try to get everyone one the right page here - has this been fixed with 
the current Phonegap release or is there still work to be done or something 
manual we have to do to upgrade to the latest and have our plugins still work?

Greg

 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)


[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-03-08 Thread Marco Vereda Manchego (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-5647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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\MakeMe3Dcordova 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)


[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-03-06 Thread David Barnett (JIRA)

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

David Barnett commented on CB-5647:
---

I have tried installing the latest version here are my steps (running Linux 
Mint 15).

dave ~/Development/cordova $ cordova create fs2014
Creating a new cordova project with name HelloCordova and id 
io.cordova.hellocordova at location /home/dave/Development/cordova/fs2014
Downloading cordova library for www...
Download complete

dave ~/Development/cordova $ cd fs2014/

dave ~/Development/cordova/fs2014 $ ls

dave ~/Development/cordova/fs2014 $ cordova platform add android

dave ~/Development/cordova/fs2014 $ cordova plugin add 
org.apache.cordova.geolocation
Fetching plugin org.apache.cordova.geolocation via plugin registry
Installing org.apache.cordova.geolocation (android)

dave ~/Development/cordova/fs2014 $ cordova plugin add 
org.apache.cordova.dialogs
Fetching plugin org.apache.cordova.dialogs via plugin registry
Installing org.apache.cordova.dialogs (android)

dave ~/Development/cordova/fs2014 $ cordova plugin add 
org.apache.cordova.inappbrowser
Fetching plugin org.apache.cordova.inappbrowser via plugin registry
Installing org.apache.cordova.inappbrowser (android)
Error: ENOENT, no such file or directory 
'/home/dave/Development/cordova/fs2014/plugins/org.apache.cordova.inappbrowser/www/inappbrowser.js'
at Object.fs.openSync (fs.js:427:18)
at Object.fs.readFileSync (fs.js:284:15)
at 
/home/dave/npm/lib/node_modules/cordova/node_modules/plugman/src/prepare.js:182:36
at Array.forEach (native)
at 
/home/dave/npm/lib/node_modules/cordova/node_modules/plugman/src/prepare.js:162:19
at Array.forEach (native)
at Object.handlePrepare 
(/home/dave/npm/lib/node_modules/cordova/node_modules/plugman/src/prepare.js:128:24)
at 
/home/dave/npm/lib/node_modules/cordova/node_modules/plugman/src/install.js:420:33
at _fulfilled 
(/home/dave/npm/lib/node_modules/cordova/node_modules/q/q.js:798:54)
at self.promiseDispatch.done 
(/home/dave/npm/lib/node_modules/cordova/node_modules/q/q.js:827:30)

dave ~/Development/cordova/fs2014 $ cordova --version
3.4.0-0.1.3


When I try to run or build I am always seeing the ENOENT error.

The build does complete and the inAppBrowser plugin does run.

Any ideas?


 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)


[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-03-06 Thread David Barnett (JIRA)

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

David Barnett commented on CB-5647:
---

Having just posted I see that the file the install is looking for is named 
in lower case. Could this be the issue?


 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)


[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-03-06 Thread David Barnett (JIRA)

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

David Barnett commented on CB-5647:
---

I can confirm that this is the name in the plugin.xml.
The lines 
js-module src=www/inappbrowser.js name=inappbrowser

should be:
js-module src=www/InAppBrowser.js name=inappbrowser

Both in phonegap and cordova as far as I can tell.







 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)


[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-03-06 Thread Andrew Grieve (JIRA)

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

Andrew Grieve commented on CB-5647:
---

Definitely an issue (whoops). I'll be pushing the fix for it today.

 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)


[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-03-05 Thread Lineker Tomazeli (JIRA)

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

Lineker Tomazeli commented on CB-5647:
--

Hey guys, I just tested on 3.4.0-0.1.0 and this still not fixed.

 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)


[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-03-05 Thread Andrew Grieve (JIRA)

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

Andrew Grieve commented on CB-5647:
---

Just released the version with the fix: 3.4.0-0.1.3

 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)


[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-03-05 Thread Lineker Tomazeli (JIRA)

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

Lineker Tomazeli commented on CB-5647:
--

Correct. I just tested and the problem is fixed on 3.4.0-0.1.3. thanks.

 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)


[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-03-05 Thread Greg (JIRA)

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

Greg commented on CB-5647:
--

So if I just do an upgrade to Phonegap 3.4 - will it automatically get me 
3.4.0-0.1.3 or do I have request it specifically?

Greg

 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)


[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-03-05 Thread Andrew Grieve (JIRA)

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

Andrew Grieve commented on CB-5647:
---

`npm update -g cordova` should get you the latest. Phonegap hasn't released 
their equivalent downstream version yet I don't think.

 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)


[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-03-05 Thread David Barnett (JIRA)

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

David Barnett commented on CB-5647:
---

I think you are correct: I have just updated to the the latest phonegap 
(3.4.0-0.19.7) and still no luck with this issue.


 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)


[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-03-04 Thread Greg (JIRA)

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

Greg commented on CB-5647:
--

So just to double check here, if I am running 3.2 and everything is working 
fine - I can do the following via command line:

phonegap platform update android
cordova prepare

And it should work?

Greg

 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)


[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-03-04 Thread Andrew Grieve (JIRA)

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

Andrew Grieve commented on CB-5647:
---

It should work. Please let us know if there are any hiccups.

 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)


[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-03-04 Thread Andrew Grieve (JIRA)

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

Andrew Grieve commented on CB-5647:
---

Err, I take that back. The fix for this is still pending release (should go out 
tonight). 

 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)


[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-02-26 Thread ASF subversion and git services (JIRA)

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

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

Commit ddc20aaf127407a5f6fd3cfe7b6c7507bffaf782 in cordova-plugman's branch 
refs/heads/master from [~kamrik]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=ddc20aa ]

CB-5647 Move assets copying from install to prepare

This is for cordova-cli to remove .staging.
GitHub: close #53


 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: Lorin Beer

 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.1.5#6160)


[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-02-26 Thread ASF subversion and git services (JIRA)

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

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

Commit b709767515bb6a516054e0960c0fa4d6a6551400 in cordova-cli's branch 
refs/heads/master from [~kamrik]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=b709767 ]

CB-5647 Remove concept of .staging dir  install directly to www/

Plugman now copies asset in prepare (instead of install).
Github: close #130


 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: Lorin Beer

 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.1.5#6160)


[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-02-26 Thread ASF subversion and git services (JIRA)

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

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

Commit aa7fe855a6a01dc152627f50218e87444d1a3ffd in cordova-cli's branch 
refs/heads/master from [~agrieve]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=aa7fe85 ]

CB-5647 Delete .staging directory if one is found (no longer used).


 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: Lorin Beer

 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.1.5#6160)


[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-02-14 Thread Aras (JIRA)

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

Aras commented on CB-5647:
--

I think I am hitting this problem right now on ios. Using cordova version 3.3. 
I am working on a plugin and noticed my cordova_plugins.js file did not have 
any entry. After running `cordova prepare` twice the proper file seems to have 
been generated now.

 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: Lorin Beer

 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.1.5#6160)


[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-02-13 Thread Mark Koudritsky (JIRA)

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

Mark Koudritsky commented on CB-5647:
-

Yes, the .staging directory is going away soon. It should solve this problem.

 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: Lorin Beer

 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.1.5#6160)


[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-02-12 Thread Andrew Grieve (JIRA)

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

Andrew Grieve commented on CB-5647:
---

FYI - I think [~kamrik] has been working on this for the past few days.

 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: Lorin Beer

 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.1.5#6160)


[jira] [Commented] (CB-5647) cordova_plugins.js folder not populated with clobbers for Android

2014-01-16 Thread Kevin Lucich (JIRA)

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

Kevin Lucich commented on CB-5647:
--

Hi,
i had the same problem, see CB-5783 issue for solution.

Kevin

 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

 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.1.5#6160)