Re: Ignore .svn files for building

2013-05-02 Thread tommy-carlos Williams
This is a recurring theme. The logic for iterating the folders for things like platforms and plugins needs a look at. On 02/05/2013, at 19:27, Andreas Sander andreas.san...@hotmail.de wrote: I get an Error: ENOENT, no such file or directory 'plugins/.svn/plugin.xml' So Cordova

Re: Ignore .svn files for building

2013-05-02 Thread Don Coleman
You're seeing this in cordova-cli? until.findPlugins could filter out .svn too https://github.com/apache/cordova-cli/blob/master/src/util.js#L67 On May 2, 2013 5:33 AM, tommy-carlos Williams to...@devgeeks.org wrote: This is a recurring theme. The logic for iterating the folders for things

Re: Conference Season and Holidays

2013-05-02 Thread James Jong
I'm mostly around thru June. Couldn't get lottery tix to WWDC. Then vacation June 26-July 13. -James Jong On May 1, 2013, at 6:52 PM, Braden Shepherdson bra...@chromium.org wrote: I'll be around until the end of June, when my attendance will get spotty until after my wedding July 13th.

Re: Conference Season and Holidays

2013-05-02 Thread Andrew Grieve
Away Tues-Friday next week. Gone most of July for paternity :) On Thu, May 2, 2013 at 10:18 AM, James Jong wjamesj...@gmail.com wrote: I'm mostly around thru June. Couldn't get lottery tix to WWDC. Then vacation June 26-July 13. -James Jong On May 1, 2013, at 6:52 PM, Braden Shepherdson

Re: Conference Season and Holidays

2013-05-02 Thread James Jong
Congrats Andrew!! -James Jong On May 2, 2013, at 10:22 AM, Andrew Grieve agri...@chromium.org wrote: Away Tues-Friday next week. Gone most of July for paternity :) On Thu, May 2, 2013 at 10:18 AM, James Jong wjamesj...@gmail.com wrote: I'm mostly around thru June. Couldn't get lottery

Re: Conference Season and Holidays

2013-05-02 Thread Michal Mocny
No plans for vacations yet, though I will likely take some in July. No conferences until PGDay. -Michal On Thu, May 2, 2013 at 10:22 AM, Andrew Grieve agri...@chromium.org wrote: Away Tues-Friday next week. Gone most of July for paternity :) On Thu, May 2, 2013 at 10:18 AM, James Jong

Re: Ignore .svn files for building

2013-05-02 Thread Kerri Shotts
Better yet, respect convention that anything starting with a dot is hidden and thus ignored. Checking the Hidden attribute would also seem wise. Sent from my phone. ___ Kerri Shotts photoKandy Studios, LLC On the Web: http://www.photokandy.com/ Social Media:

Import platform specific www-files

2013-05-02 Thread Andreas Sander
Hi again ;-), I use a plugin with different JavaScript files for each platform. Can I, somehow, control which of these files are added to which platform specific www folder during cordova build? Or do I need to include both inside the www folder and refer to them based on device.platform?

Re: Import platform specific www-files

2013-05-02 Thread Michal Mocny
If you are using cordova-cli, there is already a merges/ folder for exactly this. From the README: Platform-specific web assets (HTML, CSS and JavaScript files) are contained within appropriate subfolders in this directory. These are deployed during a prepare to the appropriate native directory.

RE: Import platform specific www-files

2013-05-02 Thread Andreas Sander
Thanks! One further question: Is it possible to add the necessary plugin entries into the project plist (iOS) and config.xml (android) automatically during build or do I have to do this always manually? Do I need to specify these settings inside the plugin folder? From: mmo...@chromium.org

Re: Import platform specific www-files

2013-05-02 Thread Filip Maj
Hey Andreas, If you are the author of the plugin, I would recommend checking out plugman, which is cordova's tool for installing and uninstalling plugins automatically into/from a cordova project: https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;a=summary In the README, there is a

[iOS][OS X] xctool

2013-05-02 Thread Shazron
Drop-in replacement for xcodebuild authored by Facebook. Apache 2.0 licensed. Not proposing we use it, but it does have some benefits

Re: [iOS][OS X] xctool

2013-05-02 Thread Shazron
D'oh: https://github.com/facebook/xctool On Thu, May 2, 2013 at 11:25 AM, Shazron shaz...@gmail.com wrote: Drop-in replacement for xcodebuild authored by Facebook. Apache 2.0 licensed. Not proposing we use it, but it does have some benefits

RE: Import platform specific www-files

2013-05-02 Thread Andreas Sander
Is there a way to debug my plugin.xml file? From: f...@adobe.com To: dev@cordova.apache.org Date: Thu, 2 May 2013 09:44:52 -0700 Subject: Re: Import platform specific www-files Hey Andreas, If you are the author of the plugin, I would recommend checking out plugman, which is cordova's

Re: Conference Season and Holidays

2013-05-02 Thread Shazron
Congrats Braden and Andrew :) I'm wondering if we should have a shared Google Calendar for this (gonna be away a lot) On Thu, May 2, 2013 at 7:25 AM, Michal Mocny mmo...@chromium.org wrote: No plans for vacations yet, though I will likely take some in July. No conferences until PGDay.

Standardising How to Get Cordova Version in a Project

2013-05-02 Thread Tim Kim
Hey gang, So I'm working on the engine tag for plugman and I've come across a bit of a problem. For those who don't know, the engine tag is for checking whether a plugin needs a certain version of Cordova to work. It's one of the last outstanding features for the plugman spec that has yet to be

Re: Standardising How to Get Cordova Version in a Project

2013-05-02 Thread Shazron
Why don't we defer to each platform how to read the version - return it in a script? kinda like bin/check_reqs On Thu, May 2, 2013 at 2:18 PM, Tim Kim timki...@gmail.com wrote: Hey gang, So I'm working on the engine tag for plugman and I've come across a bit of a problem. For those who

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 wjamesj...@gmail.com wrote: Lazy consensus with a day notice before release is reasonable and

Re: blackberry 10 migration

2013-05-02 Thread Lorin Beer
Hi Bryan, any progress on the doc side of things? From my experience with the new codebase, I shouldn't think that documenting the necessary workflows (plugins, getting started, etc) should be too time consuming. Currently docs and updating to 2.7.0 are the only blockers to pulling the

Re: Standardising How to Get Cordova Version in a Project

2013-05-02 Thread Erik Johnson
+1 on this idea. -Erik From: Shazron Sent: Thursday, May 2, 2013 5:28 PM To: dev@cordova.apache.org Reply To: dev@cordova.apache.org Subject: Re: Standardising How to Get Cordova Version in a Project Why don't we defer to each platform how to read the version - return it in a script? kinda

JIRA issues - releasing 2.7.0

2013-05-02 Thread Shazron
Giving notice that I will 'release' the 2.7.0 version on JIRA tomorrow, which means that 2.7.0 issues will be pushed to 2.8.0.

Re: Is 2.7.0 released?

2013-05-02 Thread Kalle Korhonen
Hmm. These packages are on Apache dist so they constitute an official Apache release. Apache releases must use majority approval with at least three PMC members must vote affirmatively for release, and there must be more positive than negative votes, see

Re: Standardising How to Get Cordova Version in a Project

2013-05-02 Thread Brian LeRoux
thats a great idea On Thu, May 2, 2013 at 2:46 PM, Erik Johnson erjohn...@blackberry.com wrote: +1 on this idea. -Erik From: Shazron Sent: Thursday, May 2, 2013 5:28 PM To: dev@cordova.apache.org Reply To: dev@cordova.apache.org Subject: Re: Standardising How to Get Cordova Version in a

Re: Standardising How to Get Cordova Version in a Project

2013-05-02 Thread Tim Kim
Oooh - I like Shaz's idea. +1 to that! On 2 May 2013 15:22, Brian LeRoux b...@brian.io wrote: thats a great idea On Thu, May 2, 2013 at 2:46 PM, Erik Johnson erjohn...@blackberry.com wrote: +1 on this idea. -Erik From: Shazron Sent: Thursday, May 2, 2013 5:28 PM To:

Re: Standardising How to Get Cordova Version in a Project

2013-05-02 Thread Shazron
Great - so you should create tasks with subtasks for the platforms that you want to see this in I suppose, and define what the script filename should be. I assume the version string returned would be in the form of N.N.N On Thu, May 2, 2013 at 3:24 PM, Tim Kim timki...@gmail.com wrote: Oooh -

Re: Pulling out plugins

2013-05-02 Thread Brian LeRoux
Looking solid Steve ---thanks for the heads up. I reccomend those vested in iOS and Android to keep an eye on the 3.0 branches for stuff that will look ugly when we get there. On Wed, May 1, 2013 at 1:46 PM, Steven Gill stevengil...@gmail.com wrote: So Herm and I have been working towards

[iOS] XmlHttpRequest and 401 Unauthorized

2013-05-02 Thread Shazron
To summarize, this is an iOS thing, not a Cordova thing. We are just trying to work around it. JIRA issue: https://issues.apache.org/jira/browse/CB-2415 The proposed workaround is intrusive in that we basically need to create our own NSURLConnection for each shouldStartLoadRequest call, and

Re: [iOS] XmlHttpRequest and 401 Unauthorized

2013-05-02 Thread Joe Bowser
I think this is a webkit thing, since Android has the same problem. We have some authorization code, but I'm pretty certain that it doesn't do the right thing. That being said, I have no idea what the right thing is. On Thu, May 2, 2013 at 4:52 PM, Shazron shaz...@gmail.com wrote: To summarize,

Re: [iOS] XmlHttpRequest and 401 Unauthorized

2013-05-02 Thread Joe Bowser
Applicable Android counterpart: https://issues.apache.org/jira/browse/CB-2962 On Thu, May 2, 2013 at 4:54 PM, Joe Bowser bows...@gmail.com wrote: I think this is a webkit thing, since Android has the same problem. We have some authorization code, but I'm pretty certain that it doesn't do the

Recap of command-line tools meeting

2013-05-02 Thread Braden Shepherdson
Today, Brian LeRoux, Anis Kadri, Herm Wong, Steve Gill and me met up and discussed the plans for the command-line tools and 3.0. We were joined on a Hangout by Fil, and by Michael Brooks. Since it didn't happen if it didn't happen on the list, here's the summary: - Herm and Steve are developing

Re: [iOS] XmlHttpRequest and 401 Unauthorized

2013-05-02 Thread Jesse
Not just iOS + Android ... https://issues.apache.org/jira/browse/CB-2428 @purplecabbage risingj.com On Thu, May 2, 2013 at 4:56 PM, Joe Bowser bows...@gmail.com wrote: Applicable Android counterpart: https://issues.apache.org/jira/browse/CB-2962 On Thu, May 2, 2013 at 4:54 PM, Joe Bowser