Re: Announcing Tools for Apache Cordova (TACO) v1.0.0!

2015-10-02 Thread Shazron
Congrats! On Thu, Oct 1, 2015 at 3:00 PM, Subhag Oak wrote: > Hey all, > > Today we releases the v1.0.0 of Tools for Apache Cordova (TACO). It’s > available on npm and github. TACO CLI is completely build on top of the > Cordova CLI, so a BIG thank you to all of

Re: CB-9739 Prevent coho from creating broken packages including CRLF on Windows

2015-10-02 Thread Carlos Santana
this is good, I made comments on the PR Yes agree also to .gitattributes one more thing for contributors to worry about. On Fri, Oct 2, 2015 at 8:36 AM Sergey Shakhnazarov (Akvelon) < v-ses...@microsoft.com> wrote: > Hello guys, > > Please review the PR[1], which prevents coho from creating

[GitHub] cordova-coho pull request: CB-9739 Prevent coho from creating brok...

2015-10-02 Thread csantanapr
Github user csantanapr commented on a diff in the pull request: https://github.com/apache/cordova-coho/pull/95#discussion_r41020487 --- Diff: src/create-verify-archive.js --- @@ -76,6 +77,49 @@ exports.createCommand = function*(argv) { var absOutDir = path.resolve(outDir);

[GitHub] cordova-coho pull request: CB-9739 Prevent coho from creating brok...

2015-10-02 Thread daserge
GitHub user daserge opened a pull request: https://github.com/apache/cordova-coho/pull/95 CB-9739 Prevent coho from creating broken packages including CRLF on … Windows We may also need to add `.gitattributes` with ``` * text eol=lf ``` to force LF line

Re: Announcing Tools for Apache Cordova (TACO) v1.0.0!

2015-10-02 Thread Raymond Camden
I did a quick read through the docs. Is it fair to say the major benefits of TACO are: 1) You can install a mobile SDK (like Android) much easier. 2) You can build from a Windows machine to an OSX machine on premis using remotebuild. 3) Kits provide a way to associate platform/plugin versions

[GitHub] cordova-coho pull request: CB-9739 Prevent coho from creating brok...

2015-10-02 Thread vladimir-kotikov
Github user vladimir-kotikov commented on a diff in the pull request: https://github.com/apache/cordova-coho/pull/95#discussion_r41032650 --- Diff: src/create-verify-archive.js --- @@ -76,6 +77,49 @@ exports.createCommand = function*(argv) { var absOutDir =

[GitHub] cordova-docs pull request: Docs Versioning

2015-10-02 Thread riknoll
Github user riknoll commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/367#discussion_r41037563 --- Diff: doc/README/en/README.md --- @@ -145,88 +143,83 @@ Crowdin, the markdown files could contain unnescessary lines, which lead to brok not

RE: Question about ios non-custom frameworks

2015-10-02 Thread Vladimir Kotikov (Akvelon)
The previous email was broken due to Ctrl+Enter, sorry ☹ I’m looking into the tests failures on OS X, caused by PlatformApi refactoring and it seems they caused by double caching of ios pbxproj files: first time in ios_parser [1] and second time in PlatformMunger (through ConfigKeeper class)

Question about ios non-custom frameworks

2015-10-02 Thread Vladimir Kotikov (Akvelon)
Hi, guys. I'm looking into the tests failures on OS X, caused by PlatformApi refactoring and it seems they caused by double caching of ios pbxproj files: first time in ios_parser [1] and second time in PlatformMunger (through ConfigFile class) [2], [3]. It seems that at some time one file get

Re: Announcing Tools for Apache Cordova (TACO) v1.0.0!

2015-10-02 Thread Ben Sperry
This is awesome. Congrats on getting this out there! On Fri, Oct 2, 2015 at 12:04 PM, Gorkem Ercan wrote: > > Congratulations on the release. Looks very useful. > > Since this is already open source and seems complimentary to CLI, > What was your reason(s) for not doing

Re: Announcing Tools for Apache Cordova (TACO) v1.0.0!

2015-10-02 Thread Gorkem Ercan
Congratulations on the release. Looks very useful. Since this is already open source and seems complimentary to CLI, What was your reason(s) for not doing this work as part of CLI. -- Gorkem On 1 Oct 2015, at 18:00, Subhag Oak wrote: Hey all, Today we releases the v1.0.0 of Tools for Apache

[GitHub] cordova-ios pull request: CB-9719 set enable_modules build setting...

2015-10-02 Thread eymorale
GitHub user eymorale opened a pull request: https://github.com/apache/cordova-ios/pull/170 CB-9719 set enable_modules build setting to no In 3.x, this setting was set to no. It currently breaks frameworks that have CordovaLib as a dependency since it is not a module. You can

[GitHub] cordova-coho pull request: CB-9739 Prevent coho from creating brok...

2015-10-02 Thread TimBarham
Github user TimBarham commented on the pull request: https://github.com/apache/cordova-coho/pull/95#issuecomment-145105221 +1 to `* text eol=lf` in `.gitattributes` - most commonly used tools on Windows (other than notepad :smile:) should handle Unix line endings fine. --- If your

[GitHub] cordova-ios pull request: CB-9719 set enable_modules build setting...

2015-10-02 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-ios/pull/170#issuecomment-145129095 LGTM. However, the side effect of this is, if any modules use the module import syntax, ie `@import UIKit;` this might break I think, but the workaround there

Re: Question about ios non-custom frameworks

2015-10-02 Thread Carlos Santana
+1 mystery solved, I saw this behavior long time ago but was not able to reproduce, frameworks disappear when I remove my plugin, but other plugins depended on it. On Fri, Oct 2, 2015 at 3:05 PM Shazron wrote: > +1 > > On Fri, Oct 2, 2015 at 8:14 AM, Vladimir Kotikov

Re: Question about ios non-custom frameworks

2015-10-02 Thread Shazron
+1 On Fri, Oct 2, 2015 at 8:14 AM, Vladimir Kotikov (Akvelon) wrote: > The previous email was broken due to Ctrl+Enter, sorry ☹ > > I’m looking into the tests failures on OS X, caused by PlatformApi > refactoring and it seems they caused by double caching of ios pbxproj

RE: Announcing Tools for Apache Cordova (TACO) v1.0.0!

2015-10-02 Thread Subhag Oak
Thanks Ben! -Original Message- From: Ben Sperry [mailto:b...@ionic.io] Sent: Friday, October 2, 2015 10:45 AM To: dev@cordova.apache.org Subject: Re: Announcing Tools for Apache Cordova (TACO) v1.0.0! This is awesome. Congrats on getting this out there! On Fri, Oct 2, 2015 at 12:04 PM,

RE: Announcing Tools for Apache Cordova (TACO) v1.0.0!

2015-10-02 Thread Subhag Oak
Hey Gorkem, thank you for your wishes! Honestly, as we were developing these tools, there was a continuous discussion whether we should put this in the Cordova-CLI or have a separate set of tools that complement Cordova. The decision was made to have a separate package based on following – •

[GitHub] cordova-docs pull request: Docs Versioning

2015-10-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/367 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] cordova-docs pull request: Docs Versioning

2015-10-02 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-docs/pull/367#discussion_r41071271 --- Diff: doc/README/en/README.md --- @@ -145,88 +143,83 @@ Crowdin, the markdown files could contain unnescessary lines, which lead to brok not

Re: Cordova Face to Face Meeting

2015-10-02 Thread Carlos Santana
Joe updated the Agenda with topics, I added more topics. I put my name on all of them, at this time is just proposals. Please add more as you think is appropriate https://github.com/cordova/cordova-discuss/blob/master/proposals/Face2Face-Oct15.md On Fri, Oct 2, 2015 at 4:50 PM Parashuram N

Re: Announcing Tools for Apache Cordova (TACO) v1.0.0!

2015-10-02 Thread Frederico Galvão
Although I see many benefits in the long run with such a tool (and thanks for making it!) I agree with Gorkem's questioning. Cordova already has too many names involved around itself (phonegap, cordova, cli, platforms, plugman, ionic, to name a few), too much confusion already lives in what does

Re: Cordova Face to Face Meeting

2015-10-02 Thread Joe Bowser
Is it possible to have PMC/Committer only sessions? There's some stuff that I want to make sure we cover w.r.t. how to deal with Apache Security policy, but I'm pretty sure if you're not a PMC/Committer, it'd have almost no value to anyone else unless they're really into the fine details of how

[GitHub] cordova-plugin-media pull request: CB-9741 Updated Android AudioPl...

2015-10-02 Thread riknoll
GitHub user riknoll opened a pull request: https://github.com/apache/cordova-plugin-media/pull/72 CB-9741 Updated Android AudioPlayer to use Internal Storage api The Android Linter points out that /data/data/ should not be hardcoded. This replaces those hardcoded strings by getting

Re: Announcing Tools for Apache Cordova (TACO) v1.0.0!

2015-10-02 Thread Carlos Santana
Congrats on making this achievement, as being part of a large enterprise is not so easy to open source company projects. Have being looking into TACO today and discuss in Slack to get more insight into the ideas behind it. I think there is a lot of value on the kits and the validation on a set of

Re: Buildbot: buildslave cordova-osx-slave was lost

2015-10-02 Thread Dmitry Blotsky
Debugging the Cordova iOS build. Machine will be up in a few hours. > On Oct 2, 2015, at 4:22 PM, build...@apache.org wrote: > > The Buildbot working for 'ASF Buildbot' > has noticed that the buildslave named cordova-osx-slave went away > > It last disconnected at Fri Oct 2 23:17:25 2015

Deploying New Cordova Website

2015-10-02 Thread Dmitry Blotsky
Hey folks, I’m planning to deploy the new website on top of the old one over this weekend (blog posts are synchronised on every deploy, so they will be up to date). Any objections to this? Should I call for a vote? Some things that will need to happen shortly after the deployment: - Pointing

Introduction

2015-10-02 Thread Richard Knoll
Hello Everyone, My name is Richard Knoll and I am just now realizing that I never sent an introduction of myself to this list. I am a software developer at Microsoft and have been one of the contributors to the website redesign for the past several weeks. I also have some experience with

Re: Announcing Tools for Apache Cordova (TACO) v1.0.0!

2015-10-02 Thread Steven Gill
Congrats TACO Team! Having many downstreams distributions of cordova is a positive! It shows a healthy ecosystem. Feel free to bring up new features to add into cordova on the list. Proposals are also welcomed at https://github.com/cordova/cordova-discuss On Fri, Oct 2, 2015 at 4:33 PM,

Re: Introduction

2015-10-02 Thread Carlos Santana
Very cool work Richard, looking forward to be live soon On Fri, Oct 2, 2015 at 8:05 PM Steven Gill wrote: > Welcome Richard! Nice job with the website! > > On Fri, Oct 2, 2015 at 3:53 PM, Richard Knoll > wrote: > > > Hello Everyone, > > > > My

Re: Introduction

2015-10-02 Thread Tim Windsor
Website is looking very nice. Thanks for the hard work from you and the other contributors! Tim Sent from my BlackBerry 10 smartphone on the Bell network. Original Message From: Richard Knoll Sent: Friday, October 2, 2015 6:54 PM To: dev@cordova.apache.org Reply To: dev@cordova.apache.org

Re: Deploying New Cordova Website

2015-10-02 Thread Steven Gill
Sweet! You don't have to vote for website updates. I can update the cordova DNS. Just let me know what the links are and when you want it done. Thanks! Let me know if you want any assistance. On Fri, Oct 2, 2015 at 3:45 PM, Dmitry Blotsky wrote: > Hey folks, > > I’m

[GitHub] cordova-plugin-media pull request: CB-9741 Updated Android AudioPl...

2015-10-02 Thread riknoll
Github user riknoll commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/72#issuecomment-145180578 Edited commit to change getFilesDir() to getCacheDir() --- If your project is set up for it, you can reply to this email and have your reply appear on

Buildbot: buildslave cordova-osx-slave was lost

2015-10-02 Thread buildbot
The Buildbot working for 'ASF Buildbot' has noticed that the buildslave named cordova-osx-slave went away It last disconnected at Fri Oct 2 23:17:25 2015 (buildmaster-local time) The admin on record (as reported by BUILDSLAVE:info/admin) was 'Dmitry Blotsky '.

Re: Announcing Tools for Apache Cordova (TACO) v1.0.0!

2015-10-02 Thread Gorkem Ercan
On 2 Oct 2015, at 18:22, Frederico Galvão wrote: Although I see many benefits in the long run with such a tool (and thanks for making it!) I agree with Gorkem's questioning. Actually, I do not think all the features of TACO is a good fit to include in Cordova CLI I was actually more

Re: Introduction

2015-10-02 Thread Steven Gill
Welcome Richard! Nice job with the website! On Fri, Oct 2, 2015 at 3:53 PM, Richard Knoll wrote: > Hello Everyone, > > My name is Richard Knoll and I am just now realizing that I never sent an > introduction of myself to this list. I am a software developer at Microsoft >

[GitHub] cordova-coho pull request: CB-9739 Prevent coho from creating brok...

2015-10-02 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-coho/pull/95#discussion_r41080528 --- Diff: src/create-verify-archive.js --- @@ -76,6 +77,49 @@ exports.createCommand = function*(argv) { var absOutDir = path.resolve(outDir);

[GitHub] cordova-lib pull request: CB-9569 - Support and

2015-10-02 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-lib/pull/312#issuecomment-144940986 They fails because of facebook plugin has changed its id:

Re: Deploying New Cordova Website

2015-10-02 Thread Jesse
Just saying that we need to be sure we agree on the changes we implement, whether they are marketing, messaging, design or whatever ... as a committee this has typically been done by vote. My team is hiring! @purplecabbage risingj.com On Fri, Oct 2, 2015 at 7:34 PM, Carlos Santana

[GitHub] cordova-plugin-contacts pull request: Solving memory leak issues d...

2015-10-02 Thread guptasachin25
Github user guptasachin25 commented on the pull request: https://github.com/apache/cordova-plugin-contacts/pull/80#issuecomment-145201575 @stevengill can you please review this change. --- If your project is set up for it, you can reply to this email and have your reply appear on

Re: Deploying New Cordova Website

2015-10-02 Thread Tommy Williams
+1 to what Jesse said... I don’t think we need the full apache apparatus to be invoked, but consensus by vote would be a worthy goal even for things like this. On 3 October 2015 at 14:49:10, Jesse (purplecabb...@gmail.com) wrote: Just saying that we need to be sure we agree on the changes we

RE: Deploying New Cordova Website

2015-10-02 Thread Nikhil Khandelwal
Wohoo! Let's do it! -Nikhil -Original Message- From: Carlos Santana [mailto:csantan...@gmail.com] Sent: Friday, October 2, 2015 6:06 PM To: dev@cordova.apache.org Subject: Re: Deploying New Cordova Website But I wanted to +1 Launched !! - Carlos Sent from my iPhone > On Oct 2, 2015,

Re: Deploying New Cordova Website

2015-10-02 Thread Carlos Santana
Does that mean no hero picture of me and a guitar :-( on the front page - Carlos Sent from my iPhone > On Oct 2, 2015, at 9:49 PM, Jesse wrote: > > +1 > ... and we probably should vote for major changes. > >> On Oct 2, 2015, at 6:31 PM, Nikhil Khandelwal

[GitHub] cordova-lib pull request: CB-9589 auto convert IDs to new style ID...

2015-10-02 Thread stevengill
GitHub user stevengill opened a pull request: https://github.com/apache/cordova-lib/pull/313 CB-9589 auto convert IDs to new style IDs if in registry mapper @nikhilkh @vladimir-kotikov take a look. Thoughts? You can merge this pull request into a Git repository by running: $

Re: Deploying New Cordova Website

2015-10-02 Thread Carlos Santana
But I wanted to +1 Launched !! - Carlos Sent from my iPhone > On Oct 2, 2015, at 8:21 PM, Steven Gill wrote: > > Sweet! > > You don't have to vote for website updates. > > I can update the cordova DNS. Just let me know what the links are and when > you want it done.

Buildbot: buildslave cordova-osx-slave was lost

2015-10-02 Thread buildbot
The Buildbot working for 'ASF Buildbot' has noticed that the buildslave named cordova-osx-slave went away It last disconnected at Sat Oct 3 01:21:46 2015 (buildmaster-local time) The admin on record (as reported by BUILDSLAVE:info/admin) was 'Dmitry Blotsky '.

[GitHub] cordova-coho pull request: CB-9739 Prevent coho from creating brok...

2015-10-02 Thread csantanapr
Github user csantanapr commented on a diff in the pull request: https://github.com/apache/cordova-coho/pull/95#discussion_r41082335 --- Diff: src/create-verify-archive.js --- @@ -76,6 +77,49 @@ exports.createCommand = function*(argv) { var absOutDir = path.resolve(outDir);

Re: Deploying New Cordova Website

2015-10-02 Thread Jesse
+1 ... and we probably should vote for major changes. > On Oct 2, 2015, at 6:31 PM, Nikhil Khandelwal wrote: > > Wohoo! Let's do it! > > -Nikhil > > -Original Message- > From: Carlos Santana [mailto:csantan...@gmail.com] > Sent: Friday, October 2, 2015 6:06

Re: Deploying New Cordova Website

2015-10-02 Thread Steven Gill
We don't vote for things we aren't distributing as a release. Never voted for a website change before, major or minor. We don't vote on docs either and didn't vote when we released plugins.cordova.io. No need to add unnecessary process and delay. On Fri, Oct 2, 2015 at 7:00 PM, Carlos Santana

Re: Deploying New Cordova Website

2015-10-02 Thread Carlos Santana
Kidding aside I agree with Steve, I see this as community assets vs. the code that we release needs to be verify for certain criteria (testing, hash check, etc) - Carlos Sent from my iPhone 6s > On Oct 2, 2015, at 10:27 PM, Steven Gill wrote: > > We don't vote for