Re: [Android] Why did we check in shelljs?

2013-09-11 Thread Benn Mapes
ce work on the scripts Benn! Finally have now looked at them :). Planning > on converting the update script to follow the same pattern. > > > On Wed, Sep 11, 2013 at 3:50 PM, Benn Mapes wrote: > > > Ok, but if we're checking in the node modules we should remove that bit > at

Re: [Android] Why did we check in shelljs?

2013-09-11 Thread Benn Mapes
Ok, but if we're checking in the node modules we should remove that bit at the top of the create script that does an automatic 'npm install' if the modules aren't found, I had added that in so as not to break the cli. On Wed, Sep 11, 2013 at 12:27 PM, Brian LeRoux wrote: > Ya, vendoring/shrink

Re: Published CLI 3.07 may have Windows line endings, and is generally broken.

2013-08-28 Thread Benn Mapes
Yah, there should be something to catch this cause I could see it happening again down the road. I just republished on an mac and it seems to work fine now. ~Benn On Wed, Aug 28, 2013 at 9:55 AM, Carlos Santana wrote: > What about a git hook (server or client)? > > example of pre-commit hook: >

Re: Introduction

2013-08-27 Thread Benn Mapes
Welcome Mark! On Tue, Aug 27, 2013 at 10:59 AM, James Jong wrote: > Welcome Mark! Great to have you join! > -James Jong > > On Aug 27, 2013, at 12:57 PM, Lorin Beer wrote: > > > welcome, Mark! > > > > > > On Tue, Aug 27, 2013 at 9:25 AM, Brian LeRoux wrote: > > > >> Welcome to the battle Mar

Re: PROPOSAL: node.js all the script things

2013-08-26 Thread Benn Mapes
th the ulimit in the terminal being set too low, still gotta figure this one out, it usually errors when waiting for the emulator unless you set your ulimit higher. ~Benn On Mon, Aug 19, 2013 at 2:32 PM, Benn Mapes wrote: > Ok, I've started with the node tooling for android and

Re: PROPOSAL: node.js all the script things

2013-08-19 Thread Benn Mapes
lob/master/wp8/template/cordova/li > >>b/ > >> deploy.js#L72 > >> [2] > >> > >> > https://github.com/apache/cordova-wp8/blob/master/wp8/template/cordova/li > >>b/ > >> clean.js#L39 > >> [3] > >> > >> > h

Re: PROPOSAL: node.js all the script things

2013-08-12 Thread Benn Mapes
+1 to this thread. I say we work on BB/Android first but it would be nice to have all the tooling eventually in node (for consistency/maintainability). For the windows tooling, it's mostly in JScript at the moment anyways so the code could pretty much stay the same by just updating a few of the ba

[plugins] Proper handling of subsequant calls in Media plugin

2013-08-01 Thread Benn Mapes
Working on https://issues.apache.org/jira/browse/CB-3783, it appears that there is no documentation on how the media plugin should handle subsequent calls of the same function. An example would be calling my_media.play() multiple times when the my_media is already playing. Should this be swallowed

Re: [Windows / BB testing help request] Re: Refactored cordova-js bootstrap

2013-07-31 Thread Benn Mapes
Seems to work fine on windows phone. Still getting errors running just 'grunt' though, been having to use 'grunt cordovajs:windowsphone' which runs perfectly fine. On Tue, Jul 30, 2013 at 3:29 PM, Brian LeRoux wrote: > Much cleaner. Think its totally appropriate to ask for testing help in > the

Re: WP8 'Plugin interface' and 'Splash screen' support

2013-07-31 Thread Benn Mapes
Windows Phone 7+8 support the SpashScreen plugin, if there are any issues with it please file a bug in jira but the plugin should work. Windows Phone 8 does support the plugin interface (plugman + cli). File Transfer plugin has some issues though on windows phone. These should be changed. ~Benn

Re: Plugin / Platform mismatch problems

2013-07-25 Thread Benn Mapes
+1 to brett's comments. Name - Human Readable name of the plugin to be used in the context of plugin discovery. ID - unique id used by tools to reference the plugin Description - sentence+ about the plugin (optional?) As for how plugins should be loaded I liked Braden's suggestion that plugin aut

Re: Upgrading Guides

2013-07-15 Thread Benn Mapes
There is a document that talks about the cordova-cli : https://github.com/apache/cordova-docs/blob/master/docs/en/edge/guide/cli/index.md But I don't see any mention of how to install the core plugins (or any plugins...) For the windows phone upgrade guides I did something like this : https://git

Re: [cordova-js] plugin loader is not firing onPluginsReady when cordova_plugin.js's module.exports = []

2013-07-11 Thread Benn Mapes
Created an issue : https://issues.apache.org/jira/browse/CB-4187 Along with a fix : https://github.com/bennmapes/cordova-js/tree/pl-fix If someone could confirm that this is also a problem on other platforms and that this fixes it that would be great :) On Thu, Jul 11, 2013 at 11:43 AM, Benn

Re: [cordova-js] Is this supposed to happen?

2013-07-11 Thread Benn Mapes
Yes, I get that same problem, I've just been running `grunt --force` to build the js for windows phone. On Thu, Jul 11, 2013 at 3:32 PM, Jesse MacFadyen wrote: > Those are Mac only tests, so if I probably break them regularly. > > Cheers, > Jesse > > Sent from my iPhone5 > > On Jul 11, 2013, a

Re: Converting scripts to node

2013-07-11 Thread Benn Mapes
I have not started it but I was thinking about how this might be done. Would we have it as an external tooling package for each platform, published to npm? - this would allow other tools (CLI) to use the npm package as opposed to shelling out to the scripts. Other option would be to just have lo

[cordova-js] plugin loader is not firing onPluginsReady when cordova_plugin.js's module.exports = []

2013-07-11 Thread Benn Mapes
I noticed this when I was testing the geolocation plugin on windows phone. When no javascript is provided (moduleList.length == 0), we never seem to get past handlePluginsObject(). This could easily be fixed by adding something like if(moduleList.length == 0) { finishPluginLoading(); }

Re: CLI's master2

2013-07-09 Thread Benn Mapes
Pocket emailing?? I'd never heard of it On Tue, Jul 9, 2013 at 4:26 PM, Jeffrey Heifetz wrote: > > > Sent from my BlackBerry 10 smartphone on the Rogers network. > From: Michal Mocny > Sent: Thursday, July 4, 2013 1:19 PM > To: dev > Reply To: dev@cordova.apache.org > Subject: Re: CLI's mast

Re: CLI's master2

2013-07-09 Thread Benn Mapes
I like Carlos' idea of tagging master2 and deleting it. This cleans up the branches so no-one will mistakenly commit to it, but also preserves the history and we can add a message to the tag explaining what it was used for and why it was deleted. On Tue, Jul 9, 2013 at 10:48 AM, Filip Maj wrote

[cordova-js] Order of internal cordova events and docs

2013-06-25 Thread Benn Mapes
Not sure if this is doc'ed anywhere, I looked on the wiki but I didn't see anything. Currently the order of events for page-load/cordova start-up is this (on windows phone): 1.) onDOMContentLoaded 2.) onPluginsReady 3.) onNativeReady 4.) onCordovaReady 5.) onCordovaInfoReady 6.) deviceready After

Re: [plugins] xmls in cordova plugin.xml

2013-06-25 Thread Benn Mapes
6/24/13 2:23 PM, "Benn Mapes" wrote: > > >I've noticed two different xmls namespaces for the core cordova plugins : > > > >xmlns="http://www.phonegap.com/ns/plugins/1.0"; > >and > >xmlns="http://cordova.apache.org/ns/plugins/1.0"; >

[plugins] xmls in cordova plugin.xml

2013-06-24 Thread Benn Mapes
I've noticed two different xmls namespaces for the core cordova plugins : xmlns="http://www.phonegap.com/ns/plugins/1.0"; and xmlns="http://cordova.apache.org/ns/plugins/1.0"; I believe we want the second namespace but the documented plugin spec [1] uses the first one (probably hasn't been update

Re: Jake woes

2013-06-21 Thread Benn Mapes
Could you also update the README? https://issues.apache.org/jira/browse/CB-3966 Thanks! On Fri, Jun 21, 2013 at 7:23 AM, Andrew Grieve wrote: > Okay, CB-3960 is the tracker. > > > On Fri, Jun 21, 2013 at 9:57 AM, Jeffrey Heifetz >wrote: > > > +1 > > > > Sent from my BlackBerry 10 smartphone o

Re: Android: Use source files instead of .jar file

2013-06-17 Thread Benn Mapes
+1 I really like having source code. On Windows Phone we have moved from a pre-compiled .dll to just the source as well. Like Kerri said, it is very helpful when stepping through your application and debugging any problems you might have, as well as getting more people looking at the code and under

Re: 2.9.0rc1 this coming monday??

2013-06-14 Thread Benn Mapes
+1 for Monday RC1, can't wait to get all the 3.0.0 stuff in once we branch ;) On Fri, Jun 14, 2013 at 1:12 PM, Michael Brooks wrote: > Monday RC1 sounds good to me. > > > On Thu, Jun 13, 2013 at 11:19 AM, Shazron wrote: > > > Looking at iOS 2.9.0: > > > > Definitely as you said: https://issues.

Re: Cordova CLI merge, new branch, INFRA ticket

2013-06-12 Thread Benn Mapes
> > > >[1] https://issues.apache.org/jira/browse/INFRA-6374 > > > > > > > > >On Tue, Jun 4, 2013 at 2:46 PM, Braden Shepherdson > > >wrote: > > > > > >> Waiting on INFRA. I've already told them that we want to go with 2. > > >&g

Re: June board report.

2013-06-11 Thread Benn Mapes
:`( On Tue, Jun 11, 2013 at 2:49 PM, Brian LeRoux wrote: > whatever he's a Bruins guy > > ;P > > On Tue, Jun 11, 2013 at 2:28 PM, Max Woghiren wrote: > > Benn, also. > > > > > > On Tue, Jun 11, 2013 at 5:27 PM, Joni Rustulka wrote: > > > >> Mapes not Maps > >> > >> On 13-06-11 2:17 PM, "Brian

Re: Friendly reminder re: Core API patches

2013-06-05 Thread Benn Mapes
I like the idea of keeping 2.x around and updating it to fix any bugs filed for 2.x As for when to break out the plugins and merge/rebase the 3.0 branch, this should wait until after 2.9.x is released. Otherwise the users would need node/plugman in order to create a project, and this is a dependen

Re: Introduction: Carlos Santana (IBM)

2013-06-04 Thread Benn Mapes
Welcome, glad to have another excited contributor! On Tue, Jun 4, 2013 at 3:21 PM, Lorin Beer wrote: > Welcome Carlos! > > On Tue, Jun 4, 2013 at 1:37 PM, Michael Brooks > wrote: > > Welcome Carlos and congrats on joining IBM's Apache Cordova team! > > > > Looking forward to working with you.

Re: [cli] Consolidating platform references

2013-06-04 Thread Benn Mapes
Jun 3, 2013 at 8:42 PM, Filip Maj wrote: > > > > > Works well for me on my machine, +1 > > > > > > On 6/3/13 5:40 PM, "Benn Mapes" wrote: > > > > > > >Working with the cordova-cli code I have noticed that there are lots > of >

Re: Cordova CLI merge, new branch, INFRA ticket

2013-06-04 Thread Benn Mapes
I'm fine with option 2, lets get this done. On Tue, Jun 4, 2013 at 10:51 AM, Filip Maj wrote: > SGTM > > On 6/4/13 10:44 AM, "Braden Shepherdson" wrote: > > >I did some experimenting on my local disk to see what would happen if we > >did go with option 2. It's pretty sane and safe: > > > >- If

[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: https://git-wip-us.apache.org/repos/

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 wrote: > +1 > > > On Sat, Jun 1, 2013 at 7:26 PM, Tim Kim 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 wrote: > > > > > The Infra guys posted about some new

Re: 2.8.0

2013-05-31 Thread Benn Mapes
>> >> > > >> > > > https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;a=shortlog;h=refs/heads/master2 > > >> >> > > >> >> > > >> >> On Thu, May 30, 2013 at 4:58 PM, Shazron > wrote: > > >> >> &g

Re: Baby Grieve

2013-05-31 Thread Benn Mapes
Congratulations! That is very exiting, I wish you guys all the best. On Fri, May 31, 2013 at 9:12 AM, Dave Johnson wrote: > Congrats Andrew! > > On Friday, May 31, 2013, Jesse MacFadyen wrote: > > > Congratulations! > > > > Cheers, > > Jesse > > > > Sent from my iPhone5 > > > > On 2013-05-31,

Re: NPM Cordova CLI Installer - Massive Problems on Windows

2013-05-30 Thread Benn Mapes
Full support for windows is still under development but it should be ready soon. If you want the most up to date source code you should clone down the master2 branch from https://github.com/apache/cordova-cli/tree/master2 Please give some details about the problems your having so we can fix them!

Re: 2.8.0

2013-05-30 Thread Benn Mapes
For the CLI I just updated master2 branch and tested it on windows + mac and everything but the plugin add/remove works. If it still isn't tagged we might as well rebase the 2.8.x branch with master2. (I can do this if people are ok with it, otherwise we can just leave it as is.) On Thu, May 30,

Re: announcing 2.8.0 to apache.org homepage

2013-05-30 Thread Benn Mapes
I haven't done it before but I don't see why we shouldn't, I think it would be a good idea to announce our progress to the rest of the Apache community. I say go for it! +1 On Thu, May 30, 2013 at 1:41 PM, Marcel Kinard wrote: > I'm looking at the www.apache.org page, and in the Latest News sec

Re: Introduction

2013-05-29 Thread Benn Mapes
Welcome John! On Wed, May 29, 2013 at 10:00 AM, Lorin Beer wrote: > Welcome John! > > On Wed, May 29, 2013 at 7:50 AM, Ken Wallis > wrote: > > Good to be working with you again! Welcome. > > > > -- > > > > Ken Wallis > > > > Product Manager – WebWorks > > > > BlackBerry > > > > 289-261-4369 > >

Re: 2.8 release candidate

2013-05-29 Thread Benn Mapes
Has anyone else tried to build the latest (2.8.x branch) of cordova-android on WINDOWS? I'm currently getting compile errors when I do an 'ant debug' and then DroidGap doesn't exist. org.apache.cordova.DroidGap *Note: This element neither has attached source nor attached Javadoc and hence no Javad

Re: svngit2jira

2013-05-24 Thread Benn Mapes
+1 "How would you like commits to trigger an update of a JIRA ticket" - it would be nice for it to trigger on commits starting with CB- or [CB-], possibly more but I believe those are the most popular. On Fri, May 24, 2013 at 8:09 AM, Andrew Grieve wrote: > +1000 > > > On Fri, May 24,

Re: 2.8.0rc1

2013-05-23 Thread Benn Mapes
*guilty face* On Thu, May 23, 2013 at 11:36 AM, Steven Gill wrote: > Damn Botson fans > > > On Thu, May 23, 2013 at 11:34 AM, Filip Maj wrote: > > > Hey everyone, > > > > Can folk hold off on committing to cordova-cli until Braden sorts out the > > branch merging? > > > > IM LOOKING AT YOU, BEN

Re: Unified config.xml

2013-05-21 Thread Benn Mapes
> Another option is to use wp- for common and and wp8 and wp7 for the > version specific ones. I agree with getting more wp8 only plugins. I agree with the wp part but with a minor change wp- for windows 7 + 8 plugins (since all windows 7 apps run on windows 8) should be supported by both c

Re: new committer: Bryan Higgins

2013-05-21 Thread Benn Mapes
Nice! Good work. On Tue, May 21, 2013 at 9:04 AM, Filip Maj wrote: > Yeah Bryan! > > On 5/20/13 12:06 PM, "James Jong" wrote: > > >Congrats! > >-James Jong > > > >On May 20, 2013, at 2:51 PM, Ken Wallis wrote: > > > >> Congratulations! > >> > >> Sent from my BlackBerry Z10 smartphone > >> Fro

Re: Removal of from config.xml

2013-05-16 Thread Benn Mapes
+1 to leave in an empty until deprecation time is reached, it just makes sense. On Thu, May 16, 2013 at 12:51 PM, Gorkem Ercan wrote: > +1 for a deprecation period > > -- > Gorkem > > > On Thu, May 16, 2013 at 3:45 PM, Filip Maj wrote: > > > We deprecated this recently. Can we leave an empty

Re: Please look at this pull request

2013-05-14 Thread Benn Mapes
Took a look at the request and found a few new errors with the windows create script since things have changed a bit. I just added quotes around the variables to keep it consistent with the other commands. I added a commit as well to fix the other changes. If someone with commit access to the repo

Re: [Cordova-CLI] ATTN: merge future to master

2013-05-09 Thread Benn Mapes
Nice, that will make it easier to add in my WP7+WP8 implementations, especially if you add the dynamic loading. Are we going to drop the lib contents? I know that Michael B has been working on this On Thu, May 9, 2013 at 3:59 PM, Anis KADRI wrote: > I am going to merge future branch into ma

Re: Is 2.7.0 released?

2013-05-02 Thread Benn Mapes
+1 for 24 hour notice followed by lazy consensus. As long as there is some explicit communication on the mailing of the release, that is the important part. On Thu, May 2, 2013 at 6:23 AM, James Jong wrote: > Lazy consensus with a day notice before release is reasonable and seems > workable to

Re: Naming: cordova-2.8.0.js --> cordova.js

2013-04-30 Thread Benn Mapes
+1 for sure On Tue, Apr 30, 2013 at 2:39 PM, Anis KADRI wrote: > +1! > > > On Tue, Apr 30, 2013 at 1:19 PM, Jesse wrote: > > > +1 > > > > @purplecabbage > > risingj.com > > > > > > On Tue, Apr 30, 2013 at 1:04 PM, Shazron wrote: > > > > > +1 > > > > > > > > > On Tue, Apr 30, 2013 at 12:54

Re: Ian Clelland is now a Cordova Committer

2013-04-18 Thread Benn Mapes
Congrats Ian! On Thu, Apr 18, 2013 at 12:28 PM, Ian Clelland wrote: > Thanks, everyone! > > I probably should have introduced myself last month, when I started. I > guess I just got too busy right away with the code :) > > Ian > > > On Thu, Apr 18, 2013 at 10:43 AM, James Jong wrote: > > > Wel

Re: Spam control in the Wiki

2013-04-17 Thread Benn Mapes
bennmapes On Wed, Apr 17, 2013 at 10:37 AM, Michal Mocny wrote: > mmocny > > > On Wed, Apr 17, 2013 at 1:34 PM, Simon MacDonald > wrote: > > > Username = SimonMacDonald > > Simon Mac Donald > > http://hi.im/simonmacdonald > > > > > > On Wed, Apr 17, 2013 at 1:25 PM, James Jong > wrote: > > > u

Re: [cordova-cli] windows phone 8, firefox os, webos are at a disadvantage

2013-04-10 Thread Benn Mapes
Oops, just realized that the wp8_parser didn't get updated with the latest push to those branches. It should look like the wp7_parser since they are virtually identical. I'll fix that tonight and clean it up a bit. ~Benn On Wed, Apr 10, 2013 at 2:08 PM, Benn Mapes wrote: > As

Re: [cordova-cli] windows phone 8, firefox os, webos are at a disadvantage

2013-04-10 Thread Benn Mapes
As for the test I'll try and get to those hopefully before 2.7.0, maybe you can help me out a bit on those ones. I've been working mostly on the scripting for windows and now for android. On Wed, Apr 10, 2013 at 2:06 PM, Benn Mapes wrote: > For the .csproj file you can jus

Re: [cordova-cli] windows phone 8, firefox os, webos are at a disadvantage

2013-04-10 Thread Benn Mapes
ndows2/src/metadata/wp8_par > ser.js needs to do the fun stuff of updating the proj file , which would > easily go screwy. > > mw > > > On 4/10/13 4:46 PM, "Benn Mapes" wrote: > > >I well the pull request is still there and I have 2 branches with the > &g

Re: Node as a dependency for android tooling.

2013-04-10 Thread Benn Mapes
Ok, I think I'll continue down the current path and keep the bash/jscript repetitiveness for time's sake. > Also, if you want to introduce node as a dependency you might as well do it > across the board (that is bin/ scripts included). Once your project is > generated you will need node to build/r

Re: [cordova-cli] windows phone 8, firefox os, webos are at a disadvantage

2013-04-10 Thread Benn Mapes
any help here ? Really looking for the wp8 cli to come in so > we can drop our own sad little wp8 scripts. > > Hit me up directly if your looking for a hand/eye. > > mw > > On 3/22/13 6:06 PM, "Filip Maj" wrote: > > >Sweet. Don't forget tests :) > >

Node as a dependency for android tooling.

2013-04-10 Thread Benn Mapes
For the new cli scripts (build/run/clean/log & lib/*) I propose that we introduce a Node dependency so that there is only one set of code that needs to be maintained for these (instead of using bash & jscript). This would only mean that people not using the cli (or don't have node installed) won't

Re: Platform-level command line scripts ;)

2013-04-09 Thread Benn Mapes
:49 PM, Anis KADRI wrote: > On Tue, Apr 9, 2013 at 2:44 PM, Benn Mapes wrote: > > > It wouldn't be hard to error out instead of giving a warning message > about > > what the tool is doing BUT I think it would be less frustrating for users > > of the tool if it just

Re: Platform-level command line scripts ;)

2013-04-09 Thread Benn Mapes
For windows phone I just have a deploy.js (jscript) that handles all of the run and install commands. Usage: [ --device | --emulator | --target= ] [ --debug | --release | --nobuild ] In the case that just `run` is called, the script will follow the `run` specification as documented in the wiki (ex

Re: [windows] Scripts for Windows Phone

2013-03-27 Thread Benn Mapes
> >> > >> > [?] > >> > > >> > > >> > On Tue, Mar 26, 2013 at 11:29 AM, Jesse MacFadyen < > >> purplecabb...@gmail.com > >> > > wrote: > >> > > >> >> Benn, > >> >> Leave it for

Re: App-Harness Description

2013-03-26 Thread Benn Mapes
+1 for WebKeg On Tue, Mar 26, 2013 at 12:52 PM, Brian LeRoux wrote: > omg. yes! > > cordova-webkeg > > I can see the Yohei style app icon already.. > > On Tue, Mar 26, 2013 at 12:14 PM, Douglas Campos wrote: > > > > On 26/03/2013, at 16:13, Filip Maj wrote: > > > >> My vote is for WebKeg > >

Re: App-Harness Description

2013-03-26 Thread Benn Mapes
We could really name it anything, I liked all the suggestions, here are more: Cordova World Cordova Dev Cordova Xing Build Cordova Harness Cordova C-Street Dev .. just to add to the confusion ~Benn On Tue, Mar 26, 2013 at 10:28 AM, Michael Brooks wrote: > haha, so Harness it is? ;) > >

Re: Welcome to our new committers!

2013-03-26 Thread Benn Mapes
Congrats! More committers! On Tue, Mar 26, 2013 at 10:25 AM, Lorin Beer wrote: > oh sure, just throw me on at the end :) > You owe me a beer, Fil. > > > On Tue, Mar 26, 2013 at 10:22 AM, Filip Maj wrote: > > > O yeah and welcome Lorin Beer too :P > > > > On 3/26/13 10:21 AM, "Lorin Beer" wrote

Re: [windows] Scripts for Windows Phone

2013-03-25 Thread Benn Mapes
aster/bin/templates > [5] https://github.com/apache/cordova-ios/tree/master/bin/templates > > On 3/25/13 5:45 PM, "Benn Mapes" wrote: > > >I could be reading your responses wrong but, this does not answer my > >proposal, maybe I wasn't clear enough. > >

Re: [windows] Scripts for Windows Phone

2013-03-25 Thread Benn Mapes
hed spots for scripts. > > Global scripts: > > cordova-/bin/create > cordova-/bin/check_reqs (in the works) > > > Project-level scripts: > > Myapp/cordova > Myapp/cordova/lib (soon to come) > > On 3/25/13 1:38 PM, "Benn Mapes" wrote: > > &

[windows] Scripts for Windows Phone

2013-03-25 Thread Benn Mapes
Right now most of the scripts for windows phone except create are in /tooling/scripts/ and there are duplicate cordova folders in each template (/templates/*) folder with the emulate and debug scripts for deploying to emulator/device respectively. In light of the recent scripting discussion I woul

Re: Platform-level command line scripts ;)

2013-03-22 Thread Benn Mapes
+1 I think that would be a good place for the check_reqs script On Fri, Mar 22, 2013 at 3:50 PM, Filip Maj wrote: > One more addition: based on responses from the cordova-cli threads, it > looks like we'll also add a `check_reqs` script to each platform (perhaps > under /cordova/lib) > > On 3/2

Re: [cordova-cli] - check_req's should move into the platforms.

2013-03-22 Thread Benn Mapes
+1 for windows On Fri, Mar 22, 2013 at 11:08 AM, Filip Maj wrote: > +1 ! > > On 3/22/13 10:34 AM, "Shazron" wrote: > > >+1 > > > > > >On Fri, Mar 22, 2013 at 10:33 AM, Jeffrey Heifetz > >wrote: > > > >> +1 > >> > >> On 13-03-22 1:32 PM, "Anis KADRI" wrote: > >> > >> >+1 > >> > > >> > > >> >On

Re: 2.6 platform support and redux

2013-03-22 Thread Benn Mapes
+1 On Fri, Mar 22, 2013 at 3:04 PM, Steven Gill wrote: > +1. I will create issues for coho in regards to this. > > -Steve > > On Fri, Mar 22, 2013 at 2:35 PM, Filip Maj wrote: > > > +1 > > > > On 3/22/13 2:26 PM, "Brian LeRoux" wrote: > > > > >Currently a release consists of some boilerplate:

Re: Platform-level command line scripts ;)

2013-03-22 Thread Benn Mapes
Sounds good to me, though the prompting with a timeout seems a little weird. If there is multiple I think it would be better just to prompt and wait for a response On Fri, Mar 22, 2013 at 3:03 PM, Brian LeRoux wrote: > YES. Do it. > > On Fri, Mar 22, 2013 at 2:38 PM, Filip Maj wrote: > > H

Re: [cordova-cli] windows phone 8, firefox os, webos are at a disadvantage

2013-03-22 Thread Benn Mapes
I have added support for wp7 + wp8 on this branch and made a pull request to cordova-cli but I think it would be best to hold off merging it in until we decide what to do with the lib folder (i.e dynamically load platforms when we call `cordova platform add foo` for the first time). https://github

Re: Platform-level command line scripts

2013-03-20 Thread Benn Mapes
regardless of whether you're using > > cordova-cli or not. > > > > On 3/20/13 3:51 PM, "Anis KADRI" wrote: > > > > >On Wed, Mar 20, 2013 at 3:43 PM, Benn Mapes > wrote: > > > > > >> I know that sounds > > >> like

Re: Platform-level command line scripts

2013-03-20 Thread Benn Mapes
t;> > for debug builds and `release` cmd is for doing release builds as > you > > >> > intuited. I think you got `run` and `emulate` mixed up but the > spirit > > >> > was correct. > > >> > > > >> > Tim/Bryan: can we kick up a fresh t

Re: Platform-level command line scripts

2013-03-19 Thread Benn Mapes
gt; > On Tue, Mar 19, 2013 at 3:42 PM, Filip Maj wrote: > > > > > Bringing this up once more, hopefully the last time :) > > > > > > TL;DR: the behavior and naming of the platform-level scripts are still > > not > > > 100% lined up. I'd like to fi

Re: Who's who at cordova

2013-03-15 Thread Benn Mapes
+1 Star? On Thu, Mar 14, 2013 at 10:40 AM, Steven Gill wrote: > It has been done > > On Thu, Mar 14, 2013 at 8:44 AM, Braden Shepherdson >wrote: > > > I have initialized a dossier and require enstellation. > > > > > > On Thu, Mar 14, 2013 at 11:27 AM, Andrew Grieve > >wrote: > > > > > Profile

Re: Who's who at cordova

2013-03-12 Thread Benn Mapes
+1 On Tue, Mar 12, 2013 at 1:30 PM, Marcel Kinard wrote: > +1 > > On Mar 12, 2013, at 2:31 PM, Michal Mocny wrote: > > > I'de like to make a wiki page with a brief bio of all cordova > contributors > > (a who's who, if you will). This helps new contributors, and frankly, > > helps me with my

[jira] [Resolved] (CB-1593) WP7 : Media callback called multiple times

2013-02-04 Thread Benn Mapes (JIRA)
[ https://issues.apache.org/jira/browse/CB-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benn Mapes resolved CB-1593. Resolution: Fixed Fix Version/s: 2.4.0 https://github.com/apache/cordova-wp7/commit

[jira] [Issue Comment Deleted] (CB-1593) WP7 : Media callback called multiple times

2013-02-04 Thread Benn Mapes (JIRA)
[ https://issues.apache.org/jira/browse/CB-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benn Mapes updated CB-1593: --- Comment: was deleted (was: https://github.com/apache/cordova-wp7/commit

[jira] [Comment Edited] (CB-1593) WP7 : Media callback called multiple times

2013-02-04 Thread Benn Mapes (JIRA)
[ https://issues.apache.org/jira/browse/CB-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13570643#comment-13570643 ] Benn Mapes edited comment on CB-1593 at 2/4/13 9:29 PM: Pull req

[jira] [Commented] (CB-1593) WP7 : Media callback called multiple times

2013-02-04 Thread Benn Mapes (JIRA)
[ https://issues.apache.org/jira/browse/CB-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13570643#comment-13570643 ] Benn Mapes commented on CB-1593: Pull request was merged. https://github.com/apache/cor

[jira] [Commented] (CB-1480) navigator.network.connection does not work on dynamically loaded pages via Jquery mobile.

2013-02-01 Thread Benn Mapes (JIRA)
[ https://issues.apache.org/jira/browse/CB-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13569109#comment-13569109 ] Benn Mapes commented on CB-1480: I'll take a look at this bug if you could you p

[jira] [Commented] (CB-2083) Cordova for WP7 getPicture Leaves Photos in Camera Roll

2013-01-28 Thread Benn Mapes (JIRA)
[ https://issues.apache.org/jira/browse/CB-2083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13564938#comment-13564938 ] Benn Mapes commented on CB-2083: Hi Alan, I'm having trouble reproducing this iss

[jira] [Commented] (CB-1593) WP7 : Media callback called multiple times

2013-01-24 Thread Benn Mapes (JIRA)
[ https://issues.apache.org/jira/browse/CB-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13562223#comment-13562223 ] Benn Mapes commented on CB-1593: I was able to fix both the bugs and will make a

Re: Cygwin for Windows

2013-01-21 Thread Benn Mapes
+1 Node On Mon, Jan 21, 2013 at 2:02 PM, Josh Soref wrote: > Fwiw, Mozilla doesn't require Cygwin. And I'm quite glad not to be forced > to use it > > If you're going to require something, just use Node.js (or whatever JS > thing wins). > > > -Original Message- > > From: Andrew

[jira] [Commented] (CB-1593) WP7 : Media callback called multiple times

2013-01-21 Thread Benn Mapes (JIRA)
[ https://issues.apache.org/jira/browse/CB-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559177#comment-13559177 ] Benn Mapes commented on CB-1593: Update: We have two bugs going on here, the first is

[jira] [Assigned] (CB-1593) WP7 : Media callback called multiple times

2013-01-18 Thread Benn Mapes (JIRA)
[ https://issues.apache.org/jira/browse/CB-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benn Mapes reassigned CB-1593: -- Assignee: Benn Mapes (was: Jesse MacFadyen) > WP7 : Media callback called multiple ti

[jira] [Commented] (CB-1593) WP7 : Media callback called multiple times

2013-01-16 Thread Benn Mapes (JIRA)
[ https://issues.apache.org/jira/browse/CB-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13555485#comment-13555485 ] Benn Mapes commented on CB-1593: I'll take a look at this issue and let you kn

[jira] [Commented] (CB-2197) Remove deprecated - Android - CordovaInterface.cancelLoadUrl()

2013-01-10 Thread Benn Mapes (JIRA)
[ https://issues.apache.org/jira/browse/CB-2197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13550545#comment-13550545 ] Benn Mapes commented on CB-2197: https://git-wip-us.apache.org/repos/asf?p=cor

[jira] [Commented] (CB-2196) Remove deprecated - Android - CordovaInterface.getContext()

2013-01-10 Thread Benn Mapes (JIRA)
[ https://issues.apache.org/jira/browse/CB-2196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13550544#comment-13550544 ] Benn Mapes commented on CB-2196: https://git-wip-us.apache.org/repos/asf?p=cor

[jira] [Commented] (CB-2154) navigator.splashscreen.show() broken in Phonegap 2.2 and 2.3.0rc2

2013-01-10 Thread Benn Mapes (JIRA)
[ https://issues.apache.org/jira/browse/CB-2154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13550469#comment-13550469 ] Benn Mapes commented on CB-2154: Ok, I'm going to take a look at this bug, I'l