Re: cordova-lib in BitHound

2015-02-10 Thread Gord Tanner
Thanks for the shoutout! Cordova.js has been one of our test case repos in the development of bitHound. Gord On Tue, Feb 10, 2015 at 7:01 AM Andrew Grieve agri...@chromium.org wrote: Pretty cool code analysis tool from the creators of Ripple! https://www.bithound.io/apache/cordova-lib

Re: [Node 101] Part 1: Small Modules

2013-12-12 Thread Gord Tanner
I also agree with this except for returning a function from module.exports. It is possible but makes mocking much much harder for testing. think of: var foo = require('foo'); module.exports = { awesome: function (a) { foo(a+1); } }; It is kind of awkward to test this module's

Re: [Node 101] Part 1: Small Modules

2013-12-12 Thread Gord Tanner
! On Fri, Dec 13, 2013 at 10:24 AM, Gord Tanner gtan...@gmail.com wrote: I also agree with this except for returning a function from module.exports. It is possible but makes mocking much much harder for testing. think of: var foo = require('foo'); module.exports

Re: Seeking a partner for a SXSW 2014 workshop on Cordova (Sat, March 8)

2013-12-02 Thread Gord Tanner
Hey, I can help out if you want. Here is a talk I have given in the past on Cordova: http://www.youtube.com/watch?v=ZsDPnxBfybo Gord On Mon, Dec 2, 2013 at 12:47 PM, Lindsey Simon els...@gmail.com wrote: Hey fellow Cordova devs, I'm wondering if anyone might want to partner with me to do

Re: cordova serve broken

2013-11-07 Thread Gord Tanner
I can code up a quick sample integration to see what cordova serve (powered by ripple) would look like. On Thu, Nov 7, 2013 at 7:16 AM, Josh Soref jso...@blackberry.com wrote: Brian wrote: Feels like we're starting to regress rather often on the CLI these past two releases. This is due

CommandProxy and misbehaving plugins

2013-10-28 Thread Gord Tanner
Hey everyone, Long time no commit but I was working on getting cordova 3.X support working in ripple (really really close and about to release it) but I saw some weird stuff in some of the plugins. In the vibration plugin the base javascript calls into the cordova exec module [1] and does all

Re: Serve vs. opening an HTML file in the browser

2013-09-10 Thread Gord Tanner
...@adobe.com wrote: That's the thing - I can't get Ripple to load. I get the console.log infinite recursion thing I've gotten with PG for a while now. I literally can't get to a point where any HTML shows and the extension can take over. On 9/9/13 5:23 PM, Gord Tanner gtan...@gmail.com wrote: Hey

Re: Serve vs. opening an HTML file in the browser

2013-09-10 Thread Gord Tanner
AM, Gord Tanner gtan...@gmail.com wrote: Do you get the prompt's for the calls to native? If you do press cancel which will should allow things to boot up. If not try opening your browser to *http://localhost:4400/ ?enableRipple=cordova-3.0.0 http://emulate.phonegap.com/#* On Tue, Sep

Re: Serve vs. opening an HTML file in the browser

2013-09-09 Thread Gord Tanner
selected as the platform. On Mon, Sep 9, 2013 at 6:17 PM, Ray Camden rayca...@adobe.com wrote: Hey Gord - just checking in. If you've been too busy to return to this - sorry - but if you missed my messages - let me know. On 9/3/13 12:30 PM, Gord Tanner gtan...@gmail.com wrote: You will need

Re: Serve vs. opening an HTML file in the browser

2013-09-03 Thread Gord Tanner
. A prompt and then infinite console.log messages. On 9/2/13 8:32 PM, Gord Tanner gtan...@gmail.com wrote: Good news! I have a branch that is booting projects made with cordova 3.0 [1]. It is basically a stripped down platform and I tested it booting a project with android and ios. To run

Re: Serve vs. opening an HTML file in the browser

2013-09-02 Thread Gord Tanner
this for a test drive and have any problems. Gord [1] - https://github.com/apache/incubator-ripple/tree/cordova-3.0 On Wed, Aug 28, 2013 at 6:21 AM, Ray Camden rayca...@adobe.com wrote: On 8/27/13 11:41 PM, Gord Tanner gtan...@gmail.com wrote: I think with some tweaks we could have ripple

Re: Moving on

2013-08-30 Thread Gord Tanner
than Gord here on this lists, will ya? ;) -Michal On Fri, Aug 30, 2013 at 2:50 PM, Max Woghiren m...@chromium.org wrote: Best of luck, Fil! On Fri, Aug 30, 2013 at 2:48 PM, Gord Tanner gtan...@gmail.com wrote: Best of luck dude! On Fri, Aug 30, 2013 at 2:45 PM, Filip Maj maj

Re: Moving on

2013-08-30 Thread Gord Tanner
Best of luck dude! On Fri, Aug 30, 2013 at 2:45 PM, Filip Maj maj@gmail.com wrote: Sweet, glad there are volunteers willing to take on stuff right away! And yes: I've got my phonegapday EU ticket and will be booking travel this weekend. Hopefully I'll see most of you there! P.S. who's

Re: Serve vs. opening an HTML file in the browser

2013-08-27 Thread Gord Tanner
that when beer was invented, it was called Gord, and your name would forever be synonymous with the best thing ever created. Not being able to use Ripple has been a real pain in my rear when doing presentations. I've even taken to just using a PG 2.6 files. On 8/27/13 1:16 PM, Gord Tanner

Re: NPM stats on ripple

2013-07-25 Thread Gord Tanner
22, 2013 at 3:14 PM, Gord Tanner gtan...@gmail.com wrote: Just thought I would let everyone know we have had 7600 downloads of Ripple via npm this month. http://npm-stat.vorb.de/charts.html?package=ripple-emulator #OMFG

Re: cordova-playbook 'deprecation'

2013-07-23 Thread Gord Tanner
I am just a little annoyed because of the promise that we would get PlayBook support with the big BlackBerry 10 rewrite that was done. The promise was we were just shelving the Java Phone OS code and cleaning up things for PlayBook and BlackBerry 10. I hope that the official support for

NPM stats on ripple

2013-07-22 Thread Gord Tanner
Just thought I would let everyone know we have had 7600 downloads of Ripple via npm this month. http://npm-stat.vorb.de/charts.html?package=ripple-emulator #OMFG

Cordova BlackBerry PlayBook Support

2013-07-02 Thread Gord Tanner
I just read that the PlayBook is no longer getting BlackBerry 10 [1] which is kinda shitty since now the official support for cordova on BlackBerry is now 2 phones which have not been getting good market traction [2]. - Anyone from BlackBerry able to comment on the PlayBook? - Are you guys still

Re: onNativeReady and FirefoxOS

2013-06-25 Thread Gord Tanner
I could have swore there was one at one point ;) but it is going to look exactly like the webos one [1] [1] - https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=blob_plain;f=lib/scripts/bootstrap-webos.js;hb=HEAD On Tue, Jun 25, 2013 at 10:52 AM, Andrew Grieve

Re: Jake woes

2013-06-21 Thread Gord Tanner
Ex-term-in-ate Sent from my iPhone On 2013-06-21, at 6:52 PM, Simon MacDonald simon.macdon...@gmail.com wrote: Guys no one can completely defeat the daleks. I'm sure that they will be back. Possibly in rainbow colours. On Jun 21, 2013 6:27 PM, Lorin Beer lorin.beer@gmail.com wrote:

Re: BB10 bundling of node.js

2013-06-19 Thread Gord Tanner
-1 I would rather we just use the system version of node which would be the same version as the CLI. I can't think of any reason a specific platform (aka BlackBerry) would need a special version of a common dependency. Also I don't think you can bundle binaries in an apache release. On Wed,

Re: BB10 bundling of node.js

2013-06-19 Thread Gord Tanner
configuration. On Wed, Jun 19, 2013 at 3:09 PM, Gord Tanner gtan...@gmail.com wrote: -1 I would rather we just use the system version of node which would be the same version as the CLI. I can't think of any reason a specific platform (aka BlackBerry) would need a special version

Re: BB10 bundling of node.js

2013-06-19 Thread Gord Tanner
case, but it's still something that needs to be supported by allowing them to configure node path for BB. On Wed, Jun 19, 2013 at 3:30 PM, Gord Tanner gtan...@gmail.com wrote: I would expect they would have a supported node version when they type: npm install cordova which would do

Re: [cordova-cli] ripple instead of serve

2013-06-10 Thread Gord Tanner
perhaps a prudent first step would be to add Ripple as an `emulate` command and then we can take baby steps to extract out serve over the coming weeks. On 3/22/13 2:45 PM, Gord Tanner gtan...@gmail.com wrote: Ripple is now ready to be integrated, currently I

Re: [cordova-cli] ripple instead of serve

2013-06-10 Thread Gord Tanner
running e.g. app-harness right? I thought that was the point of 'serve'. Is the proposal to remove the current implementation and re-add something functional later, or is the argument that we don't need a serve feature at all? -Michal On Mon, Jun 10, 2013 at 4:12 PM, Gord Tanner gtan

Re: Baby Grieve

2013-05-31 Thread Gord Tanner
Congrats! On Fri, May 31, 2013 at 10:05 AM, Bryan Higgins br...@bryanhiggins.netwrote: Congrats!!! On Fri, May 31, 2013 at 10:03 AM, Steven Gill stevengil...@gmail.com wrote: Congrats Andrew!!! On Fri, May 31, 2013 at 7:00 AM, Andrew Grieve agri...@chromium.org wrote:

Re: Roadmap for BB7

2013-05-07 Thread Gord Tanner
From what I understand BlackBerry is focused on BlackBerry 10 and there is no plan to update or add features to BlackBerry 7 On Tue, May 7, 2013 at 5:36 PM, Don Coleman don.cole...@gmail.com wrote: Is there a roadmap for BlackBerry 7 support in future versions of Cordova?

Ch-ch-ch-ch-changes

2013-04-05 Thread Gord Tanner
Hey everyone. Just a heads up that I am no longer working at BlackBerry anymore. I will be still contributing to Cordova on my own time but more directed at the tooling layer in regards to Ripple and Cordova integration. The great news is that BlackBerry has a whole team to step up and continue

Re: BB10 and JIRA Etiquette

2013-04-04 Thread Gord Tanner
The BlackBerry team has said on this list that they are rewriting everything for BlackBerry 10. They haven't shared any of the code yet but have warned that it is a complete rewrite. I am expecting it to be about the same support (or more). I think the issues are still valid as I can't imagine

Re: [cordova-cli] vendoring the platforms instead of lazy download

2013-03-22 Thread Gord Tanner
There was some issues over download size for our cli, any idea what the size of all the platforms are? Sent from my iPhone On 2013-03-22, at 1:42 PM, Braden Shepherdson bra...@chromium.org wrote: I'm content to have the vendoring, it has some advantages as you wrote. However, I would also

Re: [cordova-cli] ripple instead of serve

2013-03-22 Thread Gord Tanner
+1 With this I would want to add the ability to add a platform to a project even if we don't have the build dependencies. Emulate would just default to ripple so is still usable if we can't build/deploy Sent from my iPhone On 2013-03-22, at 1:55 PM, Brian LeRoux b...@brian.io wrote: I

Re: [cordova-cli] ripple instead of serve

2013-03-22 Thread Gord Tanner
LeRoux b...@brian.io wrote: omg I just realized this would fulfill offline use case vs lazy load vendoring caching could be a future thing might be a really nice path On Fri, Mar 22, 2013 at 11:06 AM, Gord Tanner gtan...@gmail.com wrote: +1 With this I would want to add

Re: [cordova-cli] ripple instead of serve

2013-03-22 Thread Gord Tanner
` command and then we can take baby steps to extract out serve over the coming weeks. On 3/22/13 2:45 PM, Gord Tanner gtan...@gmail.com wrote: Ripple is now ready to be integrated, currently I have it added as a seperate ripple command in a personal branch [1] Most of the work

Re: archiving older platforms

2013-03-21 Thread Gord Tanner
I am confused, who are the stewards and what platforms are being stewarded? Sent from my iPhone On 2013-03-21, at 6:00 PM, Filip Maj f...@adobe.com wrote: +1 On 3/21/13 2:12 PM, Shazron shaz...@gmail.com wrote: +1 On Thu, Mar 21, 2013 at 1:46 PM, Michal Mocny mmo...@chromium.org

Re: [DISCUSS] Add Ripple support to cordova-cli

2013-03-20 Thread Gord Tanner
` to just default to Ripple once it feels baked enough. On Thu, Mar 7, 2013 at 11:12 AM, Gord Tanner gtan...@gmail.com wrote: Hello everyone, I made a quick prototype to add support for using ripple from the cordova-cli [1]. Currently I just added a new command

Re: cordova-firefoxos repo has been created

2013-03-14 Thread Gord Tanner
Nice! Seems to be missing one commit: https://git-wip-us.apache.org/repos/asf?p=cordova-labs.git;a=commitdiff;h=76ecc678a888932695eb62695711b8a83f85ae87 Still waiting for Mozilla to send me the dev phone. Sent from my iPhone On 2013-03-14, at 1:18 AM, Brian LeRoux b...@brian.io wrote:

Re: Who's who at cordova

2013-03-12 Thread Gord Tanner
what about http://people.phonegap.com/? On Tue, Mar 12, 2013 at 2:55 PM, Shazron shaz...@gmail.com wrote: +1 On Tue, Mar 12, 2013 at 11:31 AM, Michal Mocny mmo...@google.com wrote: I'de like to make a wiki page with a brief bio of all cordova contributors (a who's who, if you will).

Re: who is James

2013-03-12 Thread Gord Tanner
Welcome! Sent from my iPhone On 2013-03-12, at 5:26 PM, Lorin Beer lorin.beer@gmail.com wrote: Hi James, thanks for the intro! On Tue, Mar 12, 2013 at 2:18 PM, Anis KADRI anis.ka...@gmail.com wrote: Welcome James! On Tue, Mar 12, 2013 at 12:41 PM, Brian LeRoux b...@brian.io

[DISCUSS] Add Ripple support to cordova-cli

2013-03-07 Thread Gord Tanner
Hello everyone, I made a quick prototype to add support for using ripple from the cordova-cli [1]. Currently I just added a new command called ripple that calls the cordova emulate command and then starts the ripple server to point to it. It will then launch the default browser (cross platform)

Re: Retag JS

2013-02-27 Thread Gord Tanner
to me since it's all BB stuff On Tue, Feb 26, 2013 at 8:37 PM, Gord Tanner gtan...@gmail.com javascript:; wrote: I would like to add a couple changes into the cordova.blackberry.js for 2.5. - https://git-wip-us.apache.org/repos/asf?p=cordova-js.git

Re: Proposition to split cordova-blackberry into two separate plugins

2013-02-22 Thread Gord Tanner
Just my 2 cents on this in regards to the performance argument. The plugin code is not executed unless it is on the platform it targets so the only cost is the initial interpretation of the code and would be directly tied to the size of the file. the entire cordova.blackberry.js file is

Re: cordova.js changes

2013-02-19 Thread Gord Tanner
Probably your best bet would be to add it to the initialize function for your platform (example: https://github.com/gtanner/cordova-js/blob/master/lib/blackberry/plugin/qnx/platform.js#L26-42 ) If you need it to be sooner you have the option of the bootstrap file which gets tacked to the end of

Re: CEF Cordova?

2013-02-08 Thread Gord Tanner
You can always use Ripple. Github.com/blackberry/ripple-ui Install it via npm: Npm install ripple -g From developer.blackberry.com Or From the chrome App Store Sent from my iPhone On 2013-02-08, at 4:16 PM, David Lewis lewi...@gmail.com wrote: Yes. Specifically Windows 7 as Win8 isn't even

Re: a Cordova Jake Error ?

2013-02-06 Thread Gord Tanner
I can clean this up today Sent from my iPhone On 2013-02-06, at 4:28 AM, Plaquette, Paul paul.plaque...@intel.com wrote: I would love to... But it seems I am not yet a double zero committer I Mean with the permission to commit ;-) -Original Message- From: Filip Maj

Re: a Cordova Jake Error ?

2013-02-06 Thread Gord Tanner
and their case-insensitive filesystems :-) On Wed, Feb 6, 2013 at 4:50 AM, Gord Tanner gtan...@gmail.com wrote: I can clean this up today Sent from my iPhone On 2013-02-06, at 4:28 AM, Plaquette, Paul paul.plaque...@intel.com wrote: I would love to... But it seems I am not yet a double

Re: [FYI] call for cordova devs to participate in phonegap day event in july

2013-02-01 Thread Gord Tanner
If I am selected my talk is going to be on the dirty hacks that are in our codebase. Kind of pealing back the layers and showing some of the crazy stuff we need to do to get things working clean for our users. On the theme of : Our Pain is your Gain For example I am going to talk about the hack

Re: Cordova for Firefox OS

2013-01-28 Thread Gord Tanner
@cordova.apache.org Hi Gord, I'm trying to get a device too, as soon as I get I would volunteer to test each new feature you will port on the device. Hope it can help... Giorgio On 1/28/13 2:51 AM, Gord Tanner gtan...@gmail.com wrote: Hello, Dan

Cordova for Firefox OS

2013-01-27 Thread Gord Tanner
Hello, Dan Silivestru and I were at a hackathon on the weekend at Mozilla and we took the day to port Cordova over to the Firefox OS phone. We got it running successfully on the simulator and device that day. Currently it just supports firing of deviceready and the accelerometer (not really

Re: Cordova for Firefox OS

2013-01-27 Thread Gord Tanner
stable. Simon Mac Donald http://hi.im/simonmacdonald On Sun, Jan 27, 2013 at 8:51 PM, Gord Tanner gtan...@gmail.com wrote: Hello, Dan Silivestru and I were at a hackathon on the weekend at Mozilla and we took the day to port Cordova over to the Firefox OS phone. We got it running

Re: Cygwin for Windows

2013-01-20 Thread Gord Tanner
+1 Sent from my iPhone On 2013-01-20, at 9:14 AM, Andrew Grieve agri...@google.com wrote: I'm sure this has come up some time in the past, but why not require cygwin so that our scripts will work on windows? Cygwin has been a requirement of most of the windows projects I've worked on in the

Re: Moving plugin JS files around

2013-01-14 Thread Gord Tanner
deeper into your approach, and possibly prove me wrong. I am completely open to further discussion on the point. Cheers, Jesse Sent from my iPhone5 On 2013-01-10, at 8:09 PM, Andrew Grieve agri...@chromium.org wrote: On Wed, Jan 9, 2013 at 10:28 AM, Gord Tanner

Re: Moving plugin JS files around

2013-01-14 Thread Gord Tanner
: On Mon, Jan 14, 2013 at 4:04 PM, Gord Tanner gtan...@gmail.com wrote: Yes, BlackBerry is really 3 platforms in one. We used to have them as 3 seperate platforms but was a headache for writing apps and ensuring that you had the right javascript file in the right place. Just so I

Re: Correct spelling for Blackberry?

2013-01-02 Thread Gord Tanner
correct: BlackBerry On Wed, Jan 2, 2013 at 2:21 PM, Filip Maj f...@adobe.com wrote: I believe it is 'BlackBerry' ( ) On 1/2/13 11:17 AM, Becky Gibson gibson.be...@gmail.com wrote: Note that this commit, https://github.com/apache/cordova-docs/commit/7b1c42c4dd5aafb6e132830ed803

Re: too long to package a release?

2013-01-02 Thread Gord Tanner
This is what we have done in ripple (and webworks) master - always stable current shipping code next - always 'stable' next release. Expectation that code has been tested / run before merged into this branch. feature branches - branched off of next and merged into next when stable / done. Not

Re: too long to package a release?

2013-01-02 Thread Gord Tanner
. The cost of option 2 gets more the longer it takes to release. A 3rd party pull request coming in could be based on code that is 2+ months old. This isn't a vote against a development branch, but a small annoyance we have run into. On Wed, Jan 2, 2013 at 5:08 PM, Gord Tanner gtan...@gmail.com wrote

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-10 Thread Gord Tanner
-Webworks-Packager/tree/master/third_party/node ). I had node setup and installed on this laptop before so I can't verify the experience without. On Fri, Dec 7, 2012 at 8:21 PM, Gord Tanner gtan...@gmail.com wrote: I put together a small prototype so people can see what the user feel would be like

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-07 Thread Gord Tanner
, Gord Tanner gtan...@gmail.com wrote: Is dependencies on node and npm a problem? I was thinking this wouldn't be that big of a problem since Cordova-client depends on those projects too. If it is a huge deal I can look into removing those dependencies Sent from my iPhone

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Gord Tanner
download page. On 5 December 2012 11:05, Gord Tanner gtan...@gmail.com wrote: Currently for developing for BlackBerry 10 the user needs to download and install the WebWorks SDK. [1]. This SDK is opensource and available from github [2] and users are able to clone and build the SDK

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Gord Tanner
? On Wed, Dec 5, 2012 at 1:05 PM, Gord Tanner gtan...@gmail.com wrote: Currently for developing for BlackBerry 10 the user needs to download and install the WebWorks SDK. [1]. This SDK is opensource and available from github [2] and users are able to clone and build the SDK

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Gord Tanner
have had a chance to play with it and make sure our end-user dev experience is cool. On 12/5/12 12:02 PM, Gord Tanner gtan...@gmail.com wrote: Correct. This would be for any cordova BlackBerry 10 APIs (not external plugins). This will allow us the native compile step for Cordova that we

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Gord Tanner
packager for BB 10 handle the compilation of native plugins or do they have to be pre-compiled prior to packaging now? On Wed, Dec 5, 2012 at 2:02 PM, Gord Tanner gtan...@gmail.com wrote: Correct. This would be for any cordova BlackBerry 10 APIs (not external plugins). This will allow us

Re: Determining if you're in cordova

2012-12-03 Thread Gord Tanner
loading. So, I would either check for device.cordova or register for deviceready and wait for it to fire. On Fri, Nov 30, 2012 at 5:53 PM, Gord Tanner gtan...@gmail.com wrote: +1 This isn't a platform issue but rather a developer issue Sent from my iPhone On 2012-11-30, at 7:11 PM

Re: Determining if you're in cordova

2012-12-03 Thread Gord Tanner
webview. If it is loading a remote url with remote cordova.js, then the native side will become available well before cordova.js finished loading. So, I would either check for device.cordova or register for deviceready and wait for it to fire. On Fri, Nov 30, 2012 at 5:53 PM, Gord Tanner

WARNING: Updated BlackBerry 10 SDK

2012-11-30 Thread Gord Tanner
The BlackBerry 10 SDK and OS versions were updated this week, this broke compatibility the previous SDK. Until BlackBerry 10 is released we will have to keep on the bleeding edge to ensure device to SDK compatibility. I updated cordova-blackberry to use the new SDK (also use the provided path

Re: Determining if you're in cordova

2012-11-30 Thread Gord Tanner
My gut told me _nativeReady but I don't think that is cross platform. I think we should work harder at making Cordova.js be a noop when in a standard browser which shouldn't be to hard. Sent from my iPhone On 2012-11-30, at 6:38 PM, Filip Maj f...@adobe.com wrote: I think in BB WEbWorks you

Re: Determining if you're in cordova

2012-11-30 Thread Gord Tanner
+1 This isn't a platform issue but rather a developer issue Sent from my iPhone On 2012-11-30, at 7:11 PM, Jesse purplecabb...@gmail.com wrote: Presumably the developer knows the url of their own server, so wouldn't it be easier to just test for that in window.location? On Fri, Nov 30,

Re: Jasmine and Cordova

2012-11-28 Thread Gord Tanner
I use jasmine for most of the projects I am involved in: - cordova.js - modile spec - ripple - etc. I set up most of these projects to use jasmine and can answer any questions you have getting started. They should probably be off list so just ask me directly. On Wed, Nov 28, 2012 at 3:13 PM,

Re: Attempting to add debug token support for building on PlayBook

2012-11-23 Thread Gord Tanner
seems to work for me (just double checked to make sure my blackberry-tablet.xml wasn't updated) On Fri, Nov 23, 2012 at 12:03 PM, Filip Maj f...@adobe.com wrote: I tried the path thing initially but it didn't work.. On 11/23/12 8:35 AM, Gord Tanner gtan...@gmail.com wrote: Ok, debug

Re: Attempting to add debug token support for building on PlayBook

2012-11-22 Thread Gord Tanner
. I'm done :) On 11/22/12 11:37 AM, Gord Tanner gtan...@gmail.com wrote: I added debug token support to working on BB10 for cordova and would like to do the same with playbook but I have the following problem: Output of cordova build script when running 'ant playbook debug-device' [exec

Re: Fast edit-refresh cycles

2012-11-22 Thread Gord Tanner
This also is feeding into some of the work we are doing with ripple. Ripple will serve up the app and host it kind of like how we do debug.phonegap.com for in browser testing. Sent from my iPhone On 2012-11-22, at 3:15 PM, Filip Maj f...@adobe.com wrote: Agree with Jesse. Automatically

Re: RIM/BlackBerry folk: please help

2012-11-19 Thread Gord Tanner
and doesn't go any further :( Any debugging approach you can recommend ? On 11/18/12 7:19 AM, Gord Tanner wrote: I updated the ant scripts for blackberry to support debug tokens when debugging on a device: https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-blackberry-we b

Re: RIM/BlackBerry folk: please help

2012-11-19 Thread Gord Tanner
AM, Gord Tanner wrote: I updated the ant scripts for blackberry to support debug tokens when debugging on a device: https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-blackberry-we b works.git;a=commitdiff;h=9c1edccf60b48e1914f4b7093cf00d477908a05d If you fill

Re: RIM/BlackBerry folk: please help

2012-11-18 Thread Gord Tanner
. On 11/14/12 3:18 PM, Gord Tanner gtan...@gmail.com wrote: Signing worked for me with my super epic script: var sys = require('sys') var exec = require('child_process').exec; exec(ant qnx load-device, function (error, stdout, stderr) { sys.print('stdout: ' + stdout

Re: RIM/BlackBerry folk: please help

2012-11-14 Thread Gord Tanner
So to reproduce I just shell execute ant qnx load-device via a node script? On Wed, Nov 14, 2012 at 3:20 PM, Filip Maj f...@adobe.com wrote: I am working on a continuous integration setup. Got android and iOS working. Now trying to get it working with playbook + BB10. I've tried many

Re: InAppBrowser api questions

2012-11-09 Thread Gord Tanner
Nice!!! When is the next release? I will create a jira to track looking into getting the child browser plugin working for Cordova once the bb10 API is available On 2012-11-09, at 3:24 PM, Nukul Bhasin m...@nukulb.com wrote: BB10 WebWorks implements something similar. It will be a part of the

Re: BB10 Custom Extensions Testing

2012-11-07 Thread Gord Tanner
Same! Awesomesauce Sent from my iPhone On 2012-11-07, at 7:22 PM, Steven Gill stevengil...@gmail.com wrote: Nice work Tim. I will give it a go tomorrow on my BB10 dev device. -Steve On Wed, Nov 7, 2012 at 4:11 PM, Tim Kim timki...@gmail.com wrote: Howdy everyone, I've been

Re: 2.2.0rc2 Monday?

2012-10-26 Thread Gord Tanner
version of webos out there. -- Gord Tanner Senior Developer / Code Poet tinyHippos Inc. @tinyhippos

Re: 2.2.0rc2 Monday?

2012-10-26 Thread Gord Tanner
git push apache master --tag # Push tags I'll put this on the CuttingReleases wiki page. On Fri, Oct 26, 2012 at 1:11 PM, Gord Tanner g...@tinyhippos.com wrote: anyone have any objections of getting this fix into blackberry for 2.2? https://git-wip-us.apache.org/repos/asf?p=incubator