Re: Widening the window (was: The Deprecation of Froyo)

2013-06-03 Thread David Kemp
It seems that part of the problem here is that there is a industrial developer community that we do not have good data about. What about polling that community specifically to get usage numbers and version support for apps not deployed through the store? That data could be used to augment the

Re: 2nd Introduction

2013-06-03 Thread John Wargo
My plan was to work primarily on documentation, for any part of Cordova. I am probably most interested in the CLI and getting started guides right now, but I'll help out anywhere I'm needed. I have done some Android, BlackBerry, iOS and Windows development, but not a full time mobile

Re: ant-based command line tools

2013-06-03 Thread John Wargo
Lorin, Thanks. That's what I needed to know. I saw a post last week that the CLI wasn't tested with Windows yet - so I imagine that when it is working there that Ant will be a requirment and the ANT_HOME environment variable will need to be set for the CLI to work? On 6/2/2013 4:13 PM,

Re: Widening the window (was: The Deprecation of Froyo)

2013-06-03 Thread Ian Clelland
I actually like the idea of extending this into a general developer survey -- something that we could run every year, and get a better feel for the entire community. What versions of Cordova/PhoneGap are you using? What devices are you targetting? What is your quest? How many apps are you

Re: ant-based command line tools

2013-06-03 Thread Filip Maj
Benn has been testing the CLI on Windows, as far as I know. But yes: any requirements that the standard CLI scripts for a platform demand (ANT for Android, node.js for BB10, etc) will be required by cordova-cli. Good catch. On 6/3/13 6:22 AM, John Wargo jwarg...@gmail.com wrote: Lorin, Thanks.

Re: Widening the window (was: The Deprecation of Froyo)

2013-06-03 Thread Brian LeRoux
We run survey's like these all the time for the PhoneGap distribution. While a useful indicator there is some big responsibility with this data that should be taken into consideration. If we pursue surveying and other metrics it should be kept private to the PMC. The original goal of the project

Re: Cordova CLI merge, new branch, INFRA ticket

2013-06-03 Thread Braden Shepherdson
I've bumped the INFRA ticket[1], I'll keep this thread up to date with any changes there. Braden On Sat, Jun 1, 2013 at 6:36 PM, Filip Maj f...@adobe.com wrote: Option 2! Let's move forward and get this sorted. On 5/29/13 1:17 PM, Jesse MacFadyen purplecabb...@gmail.com wrote: I am liking

Re: Cordova CLI merge, new branch, INFRA ticket

2013-06-03 Thread Filip Maj
Thanks for taking that on Braden On 6/3/13 10:15 AM, Braden Shepherdson bra...@chromium.org wrote: I've bumped the INFRA ticket[1], I'll keep this thread up to date with any changes there. Braden On Sat, Jun 1, 2013 at 6:36 PM, Filip Maj f...@adobe.com wrote: Option 2! Let's move forward

Re: 2nd Introduction

2013-06-03 Thread Lorin Beer
sounds great, John. We welcome your contribution! Please feel free to create Jira issues, or leave comments expressing your interest on existing doc issues. On Mon, Jun 3, 2013 at 6:15 AM, John Wargo jwarg...@gmail.com wrote: My plan was to work primarily on documentation, for any part of

Re: Baby Grieve

2013-06-03 Thread Michael Brooks
Congrats Andrew! On Fri, May 31, 2013 at 11:05 PM, Giorgio Natili g.nat...@gnstudio.comwrote: Congrats! On Fri, May 31, 2013 at 11:49 PM, Tommy Williams to...@devgeeks.org wrote: Congratulations Andrew!!! Assuming this is your first, you are about to be in for a wild ride :)

Re: Meeting Recorder for #cordova on irc.freenode.net?

2013-06-03 Thread Benn Mapes
+1 On Sun, Jun 2, 2013 at 9:24 AM, Shazron shaz...@gmail.com wrote: +1 On Sat, Jun 1, 2013 at 7:26 PM, Tim Kim timki...@gmail.com wrote: +1 It'd be nice to look up a particular discussion if you weren't in one. On 1 June 2013 17:56, Filip Maj f...@adobe.com wrote: The

Re: Meeting Recorder for #cordova on irc.freenode.net?

2013-06-03 Thread Bryan Bishop
On Sat, Jun 1, 2013 at 7:56 PM, Filip Maj f...@adobe.com wrote: there's one where we can get the ASFBot to idle in #cordova on irc, and we can use it to start/stop recording of meetings that we may have in IRC. I have backlogs (and I imagine others might too) if these logs would be worth

Re: Meeting Recorder for #cordova on irc.freenode.net?

2013-06-03 Thread Shazron
Dare I say... a git repo for logs? ;) On Mon, Jun 3, 2013 at 11:26 AM, Bryan Bishop kanz...@gmail.com wrote: On Sat, Jun 1, 2013 at 7:56 PM, Filip Maj f...@adobe.com wrote: there's one where we can get the ASFBot to idle in #cordova on irc, and we can use it to start/stop recording of

Re: Meeting Recorder for #cordova on irc.freenode.net?

2013-06-03 Thread Filip Maj
Submitted https://issues.apache.org/jira/browse/INFRA-6339 for this. On 6/3/13 11:34 AM, Shazron shaz...@gmail.com wrote: Dare I say... a git repo for logs? ;) On Mon, Jun 3, 2013 at 11:26 AM, Bryan Bishop kanz...@gmail.com wrote: On Sat, Jun 1, 2013 at 7:56 PM, Filip Maj f...@adobe.com

[cli] Consolidating platform references

2013-06-03 Thread Benn Mapes
Working with the cordova-cli code I have noticed that there are lots of repetitive platform-specific references in many of the files. I have tried to consolidate all of these into the platforms.js file at the root of the project. I push up this branch to apache:

Re: [cli] Consolidating platform references

2013-06-03 Thread Filip Maj
Works well for me on my machine, +1 On 6/3/13 5:40 PM, Benn Mapes benn.ma...@gmail.com wrote: Working with the cordova-cli code I have noticed that there are lots of repetitive platform-specific references in many of the files. I have tried to consolidate all of these into the platforms.js file

cordova-cli api

2013-06-03 Thread Filip Maj
The current command-line API has a few main action type commands: - compile (shells out to the build script) - prepare (copies over www assets into platform folders, prepares plugin files, that sort of thing) - emulate (deploys to an emulator) - build (alias for a prepare + a compile) ..and a

Re: cordova-cli emulate deletes plugin's javascript

2013-06-03 Thread Don Coleman
I think the javascript is OK, but I'm getting errors about missing www/cordova_plugins.json and ClassNotFound for the plugin's java file. Maybe there's a problem with plugin.xml? https://github.com/don/FileOpener/blob/cordova-2.8.0/plugin.xml Also, can one plugin.xml file conditionally support

Re: cordova-cli emulate deletes plugin's javascript

2013-06-03 Thread Shazron
cordova_plugins.json -- shouldn't be a problem I don't think unless you are using the js-module element. Yes it can - see this for an example: https://github.com/shazron/TestFlightPlugin/blob/master/plugin.xml On Mon, Jun 3, 2013 at 7:40 PM, Don Coleman don.cole...@gmail.com wrote: I think