Re: Reviving Face-to-Face video meetings?

2018-08-14 Thread Rabindra Nayak
Any update on which tool we are going to use for today's meeting skype/hangeout/Google . Rabindra On Tue, Aug 14, 2018, 09:22 Darryl Pogue wrote: > Rough Agenda (please suggest additions): > > https://docs.google.com/document/d/1c_dqxVJ8B2RjACB3faIJNljEfpOoBWL0H9lulX82oFk/edit#heading=h.xymt8g6

Re: [DISCUSS cordova-windows@6.0.1 patch release

2018-08-14 Thread Bryan Ellis
I had also noticed this issue, with Visual Studio 2017, from our AppVeyor tests. https://ci.appveyor.com/project/Humbedooh/cordova-windows/build/1.0.1020 The AppVeyor configuration is set to accept the failures as a passing result if using Visual Studio 2017. I had been wanting to fix this so t

Re: [DISCUSS cordova-windows@6.0.1 patch release

2018-08-14 Thread Shazron
https://github.com/apache/cordova-windows/issues/274 which is not a blocker IMO, but I'm not sure of the splash screen. Technically the app builds and runs... On Wed, Aug 15, 2018 at 1:40 PM Shazron wrote: > > You can debug what requirements it tries to detect for MSBUILD by running: > cordova

Re: [DISCUSS cordova-windows@6.0.1 patch release

2018-08-14 Thread Shazron
You can debug what requirements it tries to detect for MSBUILD by running: cordova requirements --verbose On Wed, Aug 15, 2018 at 1:39 PM Shazron wrote: > > Repro steps: > > ``` > npm install -g cordova > cordova create foo > cd foo > cordova platform add https://github.com/apache/cordova-wind

Re: [DISCUSS cordova-windows@6.0.1 patch release

2018-08-14 Thread Shazron
Repro steps: ``` npm install -g cordova cordova create foo cd foo cordova platform add https://github.com/apache/cordova-windows#6.0.1 cordova run ``` Pre-requisites: - Visual Studio 2017 Community installed with defaults - Windows 10 SDK - Set env var `MSBUILDDIR` to 'C:\Program Files (x86)\Micr

[DISCUSS cordova-windows@6.0.1 patch release

2018-08-14 Thread Shazron
Had trouble meeting the requirements to build, using VS 2017 Community edition I had to set the MSBUILDDIR env var explicitly to C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin since our code fails to detect the MSBuild version installed with that, v15.8. The registr

Nightly build #820 for cordova has failed

2018-08-14 Thread Apache Jenkins Server
Nightly build #820 for cordova has failed. Please check failure details on build details page at https://builds.apache.org/job/cordova-nightly/820/ You can also take a look at build console: https://builds.apache.org/job/cordova-nightly/820/consoleFull - Jenkins for Apache Cordova

[ANNOUNCEMENT] cordova-osx@4.0.2

2018-08-14 Thread Chris Brody
New cordova-osx@4.0.2 patch release is now released, blog post is coming. - To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org

Re: [VOTE] cordova-osx 4.0.2 patch release

2018-08-14 Thread Chris Brody
The vote has now closed. The results are: Positive Binding Votes: 3 - Bryan Ellis - Shazron Abdullah - Christopher J. Brody Negative Binding Votes: 0 The vote has passed. On Mon, Aug 13, 2018 at 11:03 PM Bryan Ellis wrote: > > I also vote +1. > > I was also able to perform successfully the plat