Re: a Cordova Jake Error ?

2013-02-08 Thread Brian LeRoux
I have no control other than to request help from infra. (To my knowledge.) Paul: after reviewing that doc Anis sent can you open a ticket w/ Infra? On Thu, Feb 7, 2013 at 12:45 PM, Filip Maj f...@adobe.com wrote: You should be committing to Apache repos:

Re: FW: File API for Review

2013-02-08 Thread Brian LeRoux
Yes and yes On Wed, Feb 6, 2013 at 12:06 PM, Filip Maj f...@adobe.com wrote: In light of recent discussion re: figuring out whether to add new constants for various FileSystem locations (I.e. PERSISTENT vs TEMPORARY vs APP vs SOMENEWDIRECTORYLOCATION), perhaps we should chime in on this new

Re: Proposal for JS in Plugins

2013-02-08 Thread Brian LeRoux
You know what. I'm super wrong. I was thinking in the context of a native project and not a *cordova* project. The flaw in the thinking was that we were shipping only one file we build leaving devs to include as they see fit. But whats really happening is that we are generating a new file for

RE: Tagging 2.3.0rc2?

2013-02-08 Thread Leutwyler, Markus
Hi Herm, I have 2 pull requests to put into Cordova webOS 2.5.0rc1 https://github.com/apache/cordova-js/pull/7 https://github.com/apache/cordova-js/pull/8 Thanks for merging them in Markus -Original Message- From: Herm Wong [mailto:kingoftheo...@hotmail.com] Sent: Dienstag, 15.

Pull request for [CB-2280] and [CB-2281]

2013-02-08 Thread Yaniv De Ridder
I'm looking for a committer to have a look at my pull requests to get them integrated. I was until now working with Shazron Abdullah but he asked me if I can eventually look for someone else as he is really busy right now. @Andrew Grieve You maybe ? /yaniv

Re: Pull request for [CB-2280] and [CB-2281]

2013-02-08 Thread Andrew Grieve
Yep, I can certainly take this on :) On Fri, Feb 8, 2013 at 9:38 AM, Yaniv De Ridder yderi...@adobe.com wrote: I'm looking for a committer to have a look at my pull requests to get them integrated. I was until now working with Shazron Abdullah but he asked me if I can eventually look for

State of 2.4

2013-02-08 Thread Andrew Grieve
I saw the PhoneGap release announcement. Does this mean we're done the release for 2.4.? We can start merging in pull requests?

Re: Creating repos for core plugins

2013-02-08 Thread Marcel Kinard
Have we set a record for the number of repositories for a single project at Apache? ;-) On Feb 8, 2013, at 2:40 AM, Brian LeRoux b...@brian.io wrote: Thanks for driving this Andrew! I hope infra doesn't hate us for this!! On Thu, Feb 7, 2013 at 7:44 AM, Andrew Grieve agri...@chromium.org

Re: Creating repos for core plugins

2013-02-08 Thread Brian LeRoux
For Git repos, I think so. On Fri, Feb 8, 2013 at 6:53 AM, Marcel Kinard cmarc...@gmail.com wrote: Have we set a record for the number of repositories for a single project at Apache? ;-) On Feb 8, 2013, at 2:40 AM, Brian LeRoux b...@brian.io wrote: Thanks for driving this Andrew! I hope

Re: Pull request for [CB-2280] and [CB-2281]

2013-02-08 Thread Yaniv De Ridder
Thanks, You can check the comments in jira and in the pull request. Let me know if you need something from me :) /yaniv On 08/02/13 15:46, Andrew Grieve agri...@chromium.org wrote: Yep, I can certainly take this on :) On Fri, Feb 8, 2013 at 9:38 AM, Yaniv De Ridder yderi...@adobe.com wrote:

CEF Cordova?

2013-02-08 Thread David Lewis
My project requires a webkit browser. Does anyone have experience adding Cordova support to Chromium Embedded Framework?

Platform directories when unzipping and building 2.4 from source?

2013-02-08 Thread Jean-Sebastien Delfino
Hi all, While building 2.4 from source I noticed that the files in the platform zips seem to be missing a path prefix. I was expecting to see js/README.md instead of README.md in cordova-js.zip. Is that intentional? Will everything still work if I unzip cordova-js.zip under javascript/* instead

Re: CEF Cordova?

2013-02-08 Thread David Lewis
That's unfortunate. My team is working on webkit specific apps just because so many mobile devices use it; iOS, Android, and Blackberry 7+. Having a desktop webkit container would alleviate a lot of work forking Windows specific versions. I need to get it done anyway, I just thought I'd ask. The

Re: CEF Cordova?

2013-02-08 Thread Kerri Shotts
Wait -- are you asking if there's a desktop version of Phonegap? I was assuming you meant a Chrome-based render for mobile devices, esp. since the webkit on some mobile devices is quite borked. (Android 2.x, I'm looking at you.) ___ Kerri Shotts photoKandy

Re: CEF Cordova?

2013-02-08 Thread David Lewis
Yes. Specifically Windows 7 as Win8 isn't even being talked about. http://code.google.com/p/chromiumembedded/ The cefclient looks to be a might more reasonable to work with than actual webkit. I've tweaked it to load locally and display as kiosk. Just need to wrap my head around exec(). On Fri,

Re: [iOS] Call for testing

2013-02-08 Thread Becky Gibson
Interesting. I ran this once and it worked (I had to use sudo). Then, I realized that I might have my xcode-selects variable set wrong since I recently downloaded Xcode 4.6 via the iOS downloads page rather than via the AppStore. I put Xcode 4.6 into a subdirectory:

Re: refactoring mobile spec (was: Creating repos for core plugins)

2013-02-08 Thread Filip Maj
First pass: a test/ directory with one or more \w+.test.js files? Tools can find the .test.js files and run them automagically? Up to the author to decide which test framework to run with (jasmine, their own, qunit, whatever). All necessary supporting files to be included under ./test as well?

Re: too long to package a release?

2013-02-08 Thread Filip Maj
Awesome! Stoked to see next branches dropping for the upcoming 2.5.0rc's ! On 2/7/13 11:59 AM, Andrew Grieve agri...@chromium.org wrote: The doc's not up-to-date, but I think we ended on consensus for the code version. I've taken a stab at updating the wiki pages:

Re: [iOS] Call for testing

2013-02-08 Thread Andrew Grieve
maybe xcodebuild -version is different when run with sudo? On Fri, Feb 8, 2013 at 4:45 PM, Filip Maj f...@adobe.com wrote: Cool, thanks for checking it out Becky. That is exactly where some users are reporting their issues. Funny thing is, cordova-cli only runs xcodebuild -version to

Re: too long to package a release?

2013-02-08 Thread Marcel Kinard
Nice! Thanks, Andrew! -- Marcel Kinard On Feb 7, 2013, at 2:59 PM, Andrew Grieve agri...@chromium.org wrote: The doc's not up-to-date, but I think we ended on consensus for the code version. I've taken a stab at updating the wiki pages: http://wiki.apache.org/cordova/CordovaAndGit --

Re: State of 2.4

2013-02-08 Thread Simon MacDonald
I'm going to pull together a blog post on what is new on Android this weekend. I see Shaz already has one up for iOS. If anyone wants something specific included let me know. Simon Mac Donald http://hi.im/simonmacdonald On Fri, Feb 8, 2013 at 2:48 PM, Andrew Grieve agri...@chromium.org wrote:

Re: [iOS] Call for testing

2013-02-08 Thread Filip Maj
I ran a few updates and made the error output a bit verbose. Shout out to Tommy Carlos-Williams for his patience walking through the process with me on IRC. Conclusion: the xcodebuild -version command would exit with code 1 because the Terms of Use were not accepted at a global level. This ended

Re: Cordova-js debug files

2013-02-08 Thread Patrick Mueller
JSHint reports ... I created these way back when. The idea is to create debuggable cat'd files, using the typical eval() with //@sourceURL hack, so you can see the individual files in the debugger. This didn't make much sense until iOS 6, on actual devices (but worked with desktops, most of the

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: CEF Cordova?

2013-02-08 Thread David Lewis
Ripple is fine for development. Not so much for office users. On Fri, Feb 8, 2013 at 7:26 PM, Gord Tanner gtan...@gmail.com wrote: 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