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
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
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
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
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
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.
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
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
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