Re: [DISCUSS] Cordova Windows Release 7.1.0

2019-12-21 Thread Chris Brody
I have now closed the 7.1.0 vote with -1. I have also removed the 7.1.0 tag
from cordova-windows on GitHub and replaced it with this tag:
*7.1.0-first-attempt-rejected*

Since I did not yet push the changes to master, I would like to make a new
7.1.0 release of cordova-windows. Removing the rejected tag of platform
release does follow the documented cordova-coho procedure ref:
https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md#if-the-vote-does-not-pass



On Sat, Dec 21, 2019 at 7:35 PM Chris Brody  wrote:

> I think I will have to close out the VOTE with a -1 due to the issues
> raised by Bryan Ellis. This means that I will have to build another new
> release of cordova-windows and go back through the VOTE process again.
>
> This is very unfortunate since the most recent cordova-windows release
> from 9 months ago has a bad bug with WinJS (
> https://github.com/apache/cordova-windows/issues/341).
>
> On Thu, Dec 19, 2019 at 6:28 PM Chris Brody  wrote:
>
>> Thanks Bryan. I tried to make cut a release with no more changes to
>> cordova.js than had already been applied before. Reason is that I wanted to
>> get it out the door with no more blockages than absolutely necessary. You
>> are correct that the VERSION and template/cordova/version artifacts would
>> need to be fixed.
>>
>> Can you or someone else please suggest the quickest way to get from here
>> to a cordova-windows release that we can publish asap?
>>
>> This release has been already delayed for way too long since 7.0.0 was
>> shipped with a major bug in WinJS copy path.
>>
>> On Thu, Dec 19, 2019 at 6:16 PM Bryan Ellis 
>> wrote:
>>
>>> Continuation:
>>>
>>> I have also noticed that there are changes to these files:
>>>
>>>- cordova-js-src/confighelper.js
>>>- cordova-js-src/exec.js
>>>- cordova-js-src/platform.js
>>>- cordova-js-src/splashscreen.js
>>>
>>> These changes should be reflected in `template/www/cordova.js` but it
>>> appears that the cordova-js build process was skipped.
>>>
>>> Additionally, please note that when rebuilding, make sure that you are
>>> not
>>> using `cordova-js` master as it contains major breaking changes for the
>>> next major release.
>>>
>>> It would be recommended to check out
>>> `9c79667cd175f51fd2edf2dc91ac8be98b89076a` from `cordova-js` before
>>> creating the `windows-7.1.0` tag of cordova-js, and use that for the
>>> build.
>>>
>>>
>>> On Fri, Dec 20, 2019 at 8:02 AM Bryan Ellis 
>>> wrote:
>>>
>>> > Continuation:
>>> >
>>> >
>>> > I have also discovered the content of the file:
>>> >
>>> >
>>> >
>>> https://github.com/apache/cordova-windows/blob/7.1.0/template/cordova/version
>>> >
>>> >
>>> > to also contain the incorrect version.
>>> >
>>> >
>>> >
>>> > On Fri, Dec 20, 2019 at 7:58 AM Bryan Ellis 
>>> wrote:
>>> >
>>> >> Hi Brody,
>>> >>
>>> >>
>>> >> I reviewed the release but came across something inaccurate.
>>> >>
>>> >>
>>> >> The file in question is:
>>> >>
>>> >> https://github.com/apache/cordova-windows/blob/7.1.0/VERSION
>>> >>
>>> >>
>>> >> Please note that the file I am referencing above is from tag `7.1.0`.
>>> >> This is also in the `tar.gz` that is up for votes. The content of
>>> this file
>>> >> contains `7.1.0-dev` which is the incorrect version.
>>> >>
>>> >>
>>> >> This file needs to be either:
>>> >>
>>> >> A) fixed first before continuing the release
>>> >>
>>> >> B) confirmed that it is no longer used anywhere in code.
>>> >>
>>> >>
>>> >> If it can be confirmed that it is not used, we might be able to let it
>>> >> slide and remove the file in the next release.
>>> >>
>>> >>
>>> >>
>>> >> On Fri, Dec 20, 2019 at 4:18 AM Chris Brody 
>>> >> wrote:
>>> >>
>>> >>> Hi Tim Brust do you have time to look at this?
>>> >>>
>>> >>> I would like to get this published if possible. I keep running into
>>> the
>>> >>> bug
>>> >>> with WinJS when testing a commercial plugin update on Windows.
>>> >>>
>>> >>> On Wed, Dec 18, 2019 at 2:09 PM Tim Brust 
>>> >>> wrote:
>>> >>>
>>> >>> > I’ll try to take a look at it tomorrow (GMT+1)
>>> >>> > Sorry for the delay!
>>> >>> >
>>> >>> > Sent from my iPhone
>>> >>> >
>>> >>> > > On 18. Dec 2019, at 7:07 PM, Chris Brody 
>>> >>> wrote:
>>> >>> > >
>>> >>> > > Any chance I can get a couple reviews on the VOTE thread?
>>> >>> > >
>>> >>> > >> On Thu, Dec 12, 2019 at 8:15 PM Chris Brody <
>>> chris.br...@gmail.com>
>>> >>> > wrote:
>>> >>> > >>
>>> >>> > >> As discussed and agreed in
>>> >>> > >> https://github.com/apache/cordova-windows/issues/341 I am now
>>> >>> taking
>>> >>> > >> cordova-windows@7.1.0 release over.
>>> >>> > >>
>>> >>> > >> Does anyone have any reason to delay this release? Any patches
>>> to
>>> >>> land?
>>> >>> > >>
>>> >>> > >> If not, I will make the release within the next day or early
>>> next
>>> >>> week.
>>> >>> > >>
>>> >>> > >>> On Tue, Jul 30, 2019 at 10:12 AM Chris Brody <
>>> >>> chris.br...@gmail.com>
>>> >>> > >>> wrote:
>>> >>> > >>>
>>> >>> > >>> Do we have a list 

Re: [DISCUSS] Cordova Windows Release 7.1.0

2019-12-21 Thread Chris Brody
I think I will have to close out the VOTE with a -1 due to the issues
raised by Bryan Ellis. This means that I will have to build another new
release of cordova-windows and go back through the VOTE process again.

This is very unfortunate since the most recent cordova-windows release from
9 months ago has a bad bug with WinJS (
https://github.com/apache/cordova-windows/issues/341).

On Thu, Dec 19, 2019 at 6:28 PM Chris Brody  wrote:

> Thanks Bryan. I tried to make cut a release with no more changes to
> cordova.js than had already been applied before. Reason is that I wanted to
> get it out the door with no more blockages than absolutely necessary. You
> are correct that the VERSION and template/cordova/version artifacts would
> need to be fixed.
>
> Can you or someone else please suggest the quickest way to get from here
> to a cordova-windows release that we can publish asap?
>
> This release has been already delayed for way too long since 7.0.0 was
> shipped with a major bug in WinJS copy path.
>
> On Thu, Dec 19, 2019 at 6:16 PM Bryan Ellis  wrote:
>
>> Continuation:
>>
>> I have also noticed that there are changes to these files:
>>
>>- cordova-js-src/confighelper.js
>>- cordova-js-src/exec.js
>>- cordova-js-src/platform.js
>>- cordova-js-src/splashscreen.js
>>
>> These changes should be reflected in `template/www/cordova.js` but it
>> appears that the cordova-js build process was skipped.
>>
>> Additionally, please note that when rebuilding, make sure that you are not
>> using `cordova-js` master as it contains major breaking changes for the
>> next major release.
>>
>> It would be recommended to check out
>> `9c79667cd175f51fd2edf2dc91ac8be98b89076a` from `cordova-js` before
>> creating the `windows-7.1.0` tag of cordova-js, and use that for the
>> build.
>>
>>
>> On Fri, Dec 20, 2019 at 8:02 AM Bryan Ellis 
>> wrote:
>>
>> > Continuation:
>> >
>> >
>> > I have also discovered the content of the file:
>> >
>> >
>> >
>> https://github.com/apache/cordova-windows/blob/7.1.0/template/cordova/version
>> >
>> >
>> > to also contain the incorrect version.
>> >
>> >
>> >
>> > On Fri, Dec 20, 2019 at 7:58 AM Bryan Ellis 
>> wrote:
>> >
>> >> Hi Brody,
>> >>
>> >>
>> >> I reviewed the release but came across something inaccurate.
>> >>
>> >>
>> >> The file in question is:
>> >>
>> >> https://github.com/apache/cordova-windows/blob/7.1.0/VERSION
>> >>
>> >>
>> >> Please note that the file I am referencing above is from tag `7.1.0`.
>> >> This is also in the `tar.gz` that is up for votes. The content of this
>> file
>> >> contains `7.1.0-dev` which is the incorrect version.
>> >>
>> >>
>> >> This file needs to be either:
>> >>
>> >> A) fixed first before continuing the release
>> >>
>> >> B) confirmed that it is no longer used anywhere in code.
>> >>
>> >>
>> >> If it can be confirmed that it is not used, we might be able to let it
>> >> slide and remove the file in the next release.
>> >>
>> >>
>> >>
>> >> On Fri, Dec 20, 2019 at 4:18 AM Chris Brody 
>> >> wrote:
>> >>
>> >>> Hi Tim Brust do you have time to look at this?
>> >>>
>> >>> I would like to get this published if possible. I keep running into
>> the
>> >>> bug
>> >>> with WinJS when testing a commercial plugin update on Windows.
>> >>>
>> >>> On Wed, Dec 18, 2019 at 2:09 PM Tim Brust 
>> >>> wrote:
>> >>>
>> >>> > I’ll try to take a look at it tomorrow (GMT+1)
>> >>> > Sorry for the delay!
>> >>> >
>> >>> > Sent from my iPhone
>> >>> >
>> >>> > > On 18. Dec 2019, at 7:07 PM, Chris Brody 
>> >>> wrote:
>> >>> > >
>> >>> > > Any chance I can get a couple reviews on the VOTE thread?
>> >>> > >
>> >>> > >> On Thu, Dec 12, 2019 at 8:15 PM Chris Brody <
>> chris.br...@gmail.com>
>> >>> > wrote:
>> >>> > >>
>> >>> > >> As discussed and agreed in
>> >>> > >> https://github.com/apache/cordova-windows/issues/341 I am now
>> >>> taking
>> >>> > >> cordova-windows@7.1.0 release over.
>> >>> > >>
>> >>> > >> Does anyone have any reason to delay this release? Any patches to
>> >>> land?
>> >>> > >>
>> >>> > >> If not, I will make the release within the next day or early next
>> >>> week.
>> >>> > >>
>> >>> > >>> On Tue, Jul 30, 2019 at 10:12 AM Chris Brody <
>> >>> chris.br...@gmail.com>
>> >>> > >>> wrote:
>> >>> > >>>
>> >>> > >>> Do we have a list of blocking issues?
>> >>> > >>>
>> >>> > >>> I think this release is badly needed since
>> cordova-windows@latest
>> >>> is
>> >>> > >>> currently not working for me or others.
>> >>> > >>>
>> >>> > >>> Thanks in advance,
>> >>> > >>>
>> >>> > >>> Chris
>> >>> > >>>
>> >>> > >>> On Tue, Jul 30, 2019 at 6:00 AM Jan Piotrowski <
>> >>> piotrow...@gmail.com>
>> >>> > >> wrote:
>> >>> > 
>> >>> >  As I wrote in the initial email I am on this release.
>> >>> > 
>> >>> >  CI is green after some work, but there are still open issues or
>> >>> >  questions (e.g.
>> >>> > 
>> >>> > >>
>> >>> >
>> >>>
>> https://github.com/apache/cordova-windows/issues/357#issuecomment-511396401
>> 

Re: [DISCUSS] Cordova Windows Release 7.1.0

2019-12-19 Thread Chris Brody
Thanks Bryan. I tried to make cut a release with no more changes to
cordova.js than had already been applied before. Reason is that I wanted to
get it out the door with no more blockages than absolutely necessary. You
are correct that the VERSION and template/cordova/version artifacts would
need to be fixed.

Can you or someone else please suggest the quickest way to get from here to
a cordova-windows release that we can publish asap?

This release has been already delayed for way too long since 7.0.0 was
shipped with a major bug in WinJS copy path.

On Thu, Dec 19, 2019 at 6:16 PM Bryan Ellis  wrote:

> Continuation:
>
> I have also noticed that there are changes to these files:
>
>- cordova-js-src/confighelper.js
>- cordova-js-src/exec.js
>- cordova-js-src/platform.js
>- cordova-js-src/splashscreen.js
>
> These changes should be reflected in `template/www/cordova.js` but it
> appears that the cordova-js build process was skipped.
>
> Additionally, please note that when rebuilding, make sure that you are not
> using `cordova-js` master as it contains major breaking changes for the
> next major release.
>
> It would be recommended to check out
> `9c79667cd175f51fd2edf2dc91ac8be98b89076a` from `cordova-js` before
> creating the `windows-7.1.0` tag of cordova-js, and use that for the build.
>
>
> On Fri, Dec 20, 2019 at 8:02 AM Bryan Ellis  wrote:
>
> > Continuation:
> >
> >
> > I have also discovered the content of the file:
> >
> >
> >
> https://github.com/apache/cordova-windows/blob/7.1.0/template/cordova/version
> >
> >
> > to also contain the incorrect version.
> >
> >
> >
> > On Fri, Dec 20, 2019 at 7:58 AM Bryan Ellis 
> wrote:
> >
> >> Hi Brody,
> >>
> >>
> >> I reviewed the release but came across something inaccurate.
> >>
> >>
> >> The file in question is:
> >>
> >> https://github.com/apache/cordova-windows/blob/7.1.0/VERSION
> >>
> >>
> >> Please note that the file I am referencing above is from tag `7.1.0`.
> >> This is also in the `tar.gz` that is up for votes. The content of this
> file
> >> contains `7.1.0-dev` which is the incorrect version.
> >>
> >>
> >> This file needs to be either:
> >>
> >> A) fixed first before continuing the release
> >>
> >> B) confirmed that it is no longer used anywhere in code.
> >>
> >>
> >> If it can be confirmed that it is not used, we might be able to let it
> >> slide and remove the file in the next release.
> >>
> >>
> >>
> >> On Fri, Dec 20, 2019 at 4:18 AM Chris Brody 
> >> wrote:
> >>
> >>> Hi Tim Brust do you have time to look at this?
> >>>
> >>> I would like to get this published if possible. I keep running into the
> >>> bug
> >>> with WinJS when testing a commercial plugin update on Windows.
> >>>
> >>> On Wed, Dec 18, 2019 at 2:09 PM Tim Brust 
> >>> wrote:
> >>>
> >>> > I’ll try to take a look at it tomorrow (GMT+1)
> >>> > Sorry for the delay!
> >>> >
> >>> > Sent from my iPhone
> >>> >
> >>> > > On 18. Dec 2019, at 7:07 PM, Chris Brody 
> >>> wrote:
> >>> > >
> >>> > > Any chance I can get a couple reviews on the VOTE thread?
> >>> > >
> >>> > >> On Thu, Dec 12, 2019 at 8:15 PM Chris Brody <
> chris.br...@gmail.com>
> >>> > wrote:
> >>> > >>
> >>> > >> As discussed and agreed in
> >>> > >> https://github.com/apache/cordova-windows/issues/341 I am now
> >>> taking
> >>> > >> cordova-windows@7.1.0 release over.
> >>> > >>
> >>> > >> Does anyone have any reason to delay this release? Any patches to
> >>> land?
> >>> > >>
> >>> > >> If not, I will make the release within the next day or early next
> >>> week.
> >>> > >>
> >>> > >>> On Tue, Jul 30, 2019 at 10:12 AM Chris Brody <
> >>> chris.br...@gmail.com>
> >>> > >>> wrote:
> >>> > >>>
> >>> > >>> Do we have a list of blocking issues?
> >>> > >>>
> >>> > >>> I think this release is badly needed since cordova-windows@latest
> >>> is
> >>> > >>> currently not working for me or others.
> >>> > >>>
> >>> > >>> Thanks in advance,
> >>> > >>>
> >>> > >>> Chris
> >>> > >>>
> >>> > >>> On Tue, Jul 30, 2019 at 6:00 AM Jan Piotrowski <
> >>> piotrow...@gmail.com>
> >>> > >> wrote:
> >>> > 
> >>> >  As I wrote in the initial email I am on this release.
> >>> > 
> >>> >  CI is green after some work, but there are still open issues or
> >>> >  questions (e.g.
> >>> > 
> >>> > >>
> >>> >
> >>>
> https://github.com/apache/cordova-windows/issues/357#issuecomment-511396401
> >>> > >> )
> >>> >  or solved issues waiting for feedback from the initial reporter.
> >>> > 
> >>> >  J
> >>> > 
> >>> >  Am Di., 30. Juli 2019 um 05:26 Uhr schrieb Chris Brody <
> >>> > >> chris.br...@gmail.com>:
> >>> > >
> >>> > > I think this release should be made asap. Right now I have to
> do
> >>> > > something like cordova platform add windows@6 or cordova
> >>> platform
> >>> > >> add
> >>> > > github:apache/cordova-windows#master to get a working Windows
> >>> build
> >>> > > for testing. I got some documentation updates merged to make it
> >>> clear
> 

Re: [DISCUSS] Cordova Windows Release 7.1.0

2019-12-19 Thread Bryan Ellis
Continuation:

I have also noticed that there are changes to these files:

   - cordova-js-src/confighelper.js
   - cordova-js-src/exec.js
   - cordova-js-src/platform.js
   - cordova-js-src/splashscreen.js

These changes should be reflected in `template/www/cordova.js` but it
appears that the cordova-js build process was skipped.

Additionally, please note that when rebuilding, make sure that you are not
using `cordova-js` master as it contains major breaking changes for the
next major release.

It would be recommended to check out
`9c79667cd175f51fd2edf2dc91ac8be98b89076a` from `cordova-js` before
creating the `windows-7.1.0` tag of cordova-js, and use that for the build.


On Fri, Dec 20, 2019 at 8:02 AM Bryan Ellis  wrote:

> Continuation:
>
>
> I have also discovered the content of the file:
>
>
> https://github.com/apache/cordova-windows/blob/7.1.0/template/cordova/version
>
>
> to also contain the incorrect version.
>
>
>
> On Fri, Dec 20, 2019 at 7:58 AM Bryan Ellis  wrote:
>
>> Hi Brody,
>>
>>
>> I reviewed the release but came across something inaccurate.
>>
>>
>> The file in question is:
>>
>> https://github.com/apache/cordova-windows/blob/7.1.0/VERSION
>>
>>
>> Please note that the file I am referencing above is from tag `7.1.0`.
>> This is also in the `tar.gz` that is up for votes. The content of this file
>> contains `7.1.0-dev` which is the incorrect version.
>>
>>
>> This file needs to be either:
>>
>> A) fixed first before continuing the release
>>
>> B) confirmed that it is no longer used anywhere in code.
>>
>>
>> If it can be confirmed that it is not used, we might be able to let it
>> slide and remove the file in the next release.
>>
>>
>>
>> On Fri, Dec 20, 2019 at 4:18 AM Chris Brody 
>> wrote:
>>
>>> Hi Tim Brust do you have time to look at this?
>>>
>>> I would like to get this published if possible. I keep running into the
>>> bug
>>> with WinJS when testing a commercial plugin update on Windows.
>>>
>>> On Wed, Dec 18, 2019 at 2:09 PM Tim Brust 
>>> wrote:
>>>
>>> > I’ll try to take a look at it tomorrow (GMT+1)
>>> > Sorry for the delay!
>>> >
>>> > Sent from my iPhone
>>> >
>>> > > On 18. Dec 2019, at 7:07 PM, Chris Brody 
>>> wrote:
>>> > >
>>> > > Any chance I can get a couple reviews on the VOTE thread?
>>> > >
>>> > >> On Thu, Dec 12, 2019 at 8:15 PM Chris Brody 
>>> > wrote:
>>> > >>
>>> > >> As discussed and agreed in
>>> > >> https://github.com/apache/cordova-windows/issues/341 I am now
>>> taking
>>> > >> cordova-windows@7.1.0 release over.
>>> > >>
>>> > >> Does anyone have any reason to delay this release? Any patches to
>>> land?
>>> > >>
>>> > >> If not, I will make the release within the next day or early next
>>> week.
>>> > >>
>>> > >>> On Tue, Jul 30, 2019 at 10:12 AM Chris Brody <
>>> chris.br...@gmail.com>
>>> > >>> wrote:
>>> > >>>
>>> > >>> Do we have a list of blocking issues?
>>> > >>>
>>> > >>> I think this release is badly needed since cordova-windows@latest
>>> is
>>> > >>> currently not working for me or others.
>>> > >>>
>>> > >>> Thanks in advance,
>>> > >>>
>>> > >>> Chris
>>> > >>>
>>> > >>> On Tue, Jul 30, 2019 at 6:00 AM Jan Piotrowski <
>>> piotrow...@gmail.com>
>>> > >> wrote:
>>> > 
>>> >  As I wrote in the initial email I am on this release.
>>> > 
>>> >  CI is green after some work, but there are still open issues or
>>> >  questions (e.g.
>>> > 
>>> > >>
>>> >
>>> https://github.com/apache/cordova-windows/issues/357#issuecomment-511396401
>>> > >> )
>>> >  or solved issues waiting for feedback from the initial reporter.
>>> > 
>>> >  J
>>> > 
>>> >  Am Di., 30. Juli 2019 um 05:26 Uhr schrieb Chris Brody <
>>> > >> chris.br...@gmail.com>:
>>> > >
>>> > > I think this release should be made asap. Right now I have to do
>>> > > something like cordova platform add windows@6 or cordova
>>> platform
>>> > >> add
>>> > > github:apache/cordova-windows#master to get a working Windows
>>> build
>>> > > for testing. I got some documentation updates merged to make it
>>> clear
>>> > > that it will *not* work with Visual Studio 2019.
>>> > >
>>> > > I can make this release sometime in the next 1-2 weeks if nobody
>>> else
>>> > > wants to make it.
>>> > >
>>> > > Is there anything else blocking this release?
>>> > >
>>> > > Does any other committer have time to make this release this
>>> week?
>>> > >
>>> > > On Fri, Jul 5, 2019 at 9:50 AM Tim Brust
>>> > >  wrote:
>>> > >>
>>> > >> For the lazy ppl, here is the diff:
>>> > >>
>>> https://github.com/apache/cordova-windows/compare/7.0.0...master
>>> > >> Go for it Jan! :)
>>> > >>
>>> > >> On Thu, Jul 4, 2019 at 5:51 PM Jan Piotrowski <
>>> > >> piotrow...@gmail.com> wrote:
>>> > >>
>>> > >>> Does anyone have any reason to delay a cordova-windows platform
>>> > >> release?
>>> > >>> Any outstanding patches to land?
>>> > >>>
>>> > >>> If not, I will 

Re: [DISCUSS] Cordova Windows Release 7.1.0

2019-12-19 Thread Bryan Ellis
Continuation:


I have also discovered the content of the file:

https://github.com/apache/cordova-windows/blob/7.1.0/template/cordova/version


to also contain the incorrect version.



On Fri, Dec 20, 2019 at 7:58 AM Bryan Ellis  wrote:

> Hi Brody,
>
>
> I reviewed the release but came across something inaccurate.
>
>
> The file in question is:
>
> https://github.com/apache/cordova-windows/blob/7.1.0/VERSION
>
>
> Please note that the file I am referencing above is from tag `7.1.0`. This
> is also in the `tar.gz` that is up for votes. The content of this file
> contains `7.1.0-dev` which is the incorrect version.
>
>
> This file needs to be either:
>
> A) fixed first before continuing the release
>
> B) confirmed that it is no longer used anywhere in code.
>
>
> If it can be confirmed that it is not used, we might be able to let it
> slide and remove the file in the next release.
>
>
>
> On Fri, Dec 20, 2019 at 4:18 AM Chris Brody  wrote:
>
>> Hi Tim Brust do you have time to look at this?
>>
>> I would like to get this published if possible. I keep running into the
>> bug
>> with WinJS when testing a commercial plugin update on Windows.
>>
>> On Wed, Dec 18, 2019 at 2:09 PM Tim Brust  wrote:
>>
>> > I’ll try to take a look at it tomorrow (GMT+1)
>> > Sorry for the delay!
>> >
>> > Sent from my iPhone
>> >
>> > > On 18. Dec 2019, at 7:07 PM, Chris Brody 
>> wrote:
>> > >
>> > > Any chance I can get a couple reviews on the VOTE thread?
>> > >
>> > >> On Thu, Dec 12, 2019 at 8:15 PM Chris Brody 
>> > wrote:
>> > >>
>> > >> As discussed and agreed in
>> > >> https://github.com/apache/cordova-windows/issues/341 I am now taking
>> > >> cordova-windows@7.1.0 release over.
>> > >>
>> > >> Does anyone have any reason to delay this release? Any patches to
>> land?
>> > >>
>> > >> If not, I will make the release within the next day or early next
>> week.
>> > >>
>> > >>> On Tue, Jul 30, 2019 at 10:12 AM Chris Brody > >
>> > >>> wrote:
>> > >>>
>> > >>> Do we have a list of blocking issues?
>> > >>>
>> > >>> I think this release is badly needed since cordova-windows@latest
>> is
>> > >>> currently not working for me or others.
>> > >>>
>> > >>> Thanks in advance,
>> > >>>
>> > >>> Chris
>> > >>>
>> > >>> On Tue, Jul 30, 2019 at 6:00 AM Jan Piotrowski <
>> piotrow...@gmail.com>
>> > >> wrote:
>> > 
>> >  As I wrote in the initial email I am on this release.
>> > 
>> >  CI is green after some work, but there are still open issues or
>> >  questions (e.g.
>> > 
>> > >>
>> >
>> https://github.com/apache/cordova-windows/issues/357#issuecomment-511396401
>> > >> )
>> >  or solved issues waiting for feedback from the initial reporter.
>> > 
>> >  J
>> > 
>> >  Am Di., 30. Juli 2019 um 05:26 Uhr schrieb Chris Brody <
>> > >> chris.br...@gmail.com>:
>> > >
>> > > I think this release should be made asap. Right now I have to do
>> > > something like cordova platform add windows@6 or cordova platform
>> > >> add
>> > > github:apache/cordova-windows#master to get a working Windows
>> build
>> > > for testing. I got some documentation updates merged to make it
>> clear
>> > > that it will *not* work with Visual Studio 2019.
>> > >
>> > > I can make this release sometime in the next 1-2 weeks if nobody
>> else
>> > > wants to make it.
>> > >
>> > > Is there anything else blocking this release?
>> > >
>> > > Does any other committer have time to make this release this week?
>> > >
>> > > On Fri, Jul 5, 2019 at 9:50 AM Tim Brust
>> > >  wrote:
>> > >>
>> > >> For the lazy ppl, here is the diff:
>> > >> https://github.com/apache/cordova-windows/compare/7.0.0...master
>> > >> Go for it Jan! :)
>> > >>
>> > >> On Thu, Jul 4, 2019 at 5:51 PM Jan Piotrowski <
>> > >> piotrow...@gmail.com> wrote:
>> > >>
>> > >>> Does anyone have any reason to delay a cordova-windows platform
>> > >> release?
>> > >>> Any outstanding patches to land?
>> > >>>
>> > >>> If not, I will start the release soon.
>> > >>>
>> > >>> (CI is currently red, so this will require some investigation.)
>> > >>>
>> > >>>
>> > >> -
>> > >>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> > >>> For additional commands, e-mail: dev-h...@cordova.apache.org
>> > >>>
>> > >>>
>> > >>
>> > >> --
>> > >> Tim Brust, Product Engineer
>> > >>
>> > >> tim.br...@sinnerschrader.com
>> > >> T +49 40 398855 315
>> > >>
>> > >> SinnerSchrader Deutschland GmbH | SinnerSchrader Group
>> > >> Völckersstraße 38, 22765 Hamburg, Germany
>> > >>
>> > >> Amtsgericht Hamburg HRB-Nr. 63663
>> > >> Geschäftsführer: Matthias Schrader (Sprecher),
>> > >> Jürgen Alker, Dr. Axel Averdung, Holger Blank,
>> > >> Thomas Dyckhoff, Dr. Lars Finke, Martin Gassner, Peggy Hutchinson
>> > 

Re: [DISCUSS] Cordova Windows Release 7.1.0

2019-12-19 Thread Bryan Ellis
Hi Brody,


I reviewed the release but came across something inaccurate.


The file in question is:

https://github.com/apache/cordova-windows/blob/7.1.0/VERSION


Please note that the file I am referencing above is from tag `7.1.0`. This
is also in the `tar.gz` that is up for votes. The content of this file
contains `7.1.0-dev` which is the incorrect version.


This file needs to be either:

A) fixed first before continuing the release

B) confirmed that it is no longer used anywhere in code.


If it can be confirmed that it is not used, we might be able to let it
slide and remove the file in the next release.



On Fri, Dec 20, 2019 at 4:18 AM Chris Brody  wrote:

> Hi Tim Brust do you have time to look at this?
>
> I would like to get this published if possible. I keep running into the bug
> with WinJS when testing a commercial plugin update on Windows.
>
> On Wed, Dec 18, 2019 at 2:09 PM Tim Brust  wrote:
>
> > I’ll try to take a look at it tomorrow (GMT+1)
> > Sorry for the delay!
> >
> > Sent from my iPhone
> >
> > > On 18. Dec 2019, at 7:07 PM, Chris Brody 
> wrote:
> > >
> > > Any chance I can get a couple reviews on the VOTE thread?
> > >
> > >> On Thu, Dec 12, 2019 at 8:15 PM Chris Brody 
> > wrote:
> > >>
> > >> As discussed and agreed in
> > >> https://github.com/apache/cordova-windows/issues/341 I am now taking
> > >> cordova-windows@7.1.0 release over.
> > >>
> > >> Does anyone have any reason to delay this release? Any patches to
> land?
> > >>
> > >> If not, I will make the release within the next day or early next
> week.
> > >>
> > >>> On Tue, Jul 30, 2019 at 10:12 AM Chris Brody 
> > >>> wrote:
> > >>>
> > >>> Do we have a list of blocking issues?
> > >>>
> > >>> I think this release is badly needed since cordova-windows@latest is
> > >>> currently not working for me or others.
> > >>>
> > >>> Thanks in advance,
> > >>>
> > >>> Chris
> > >>>
> > >>> On Tue, Jul 30, 2019 at 6:00 AM Jan Piotrowski  >
> > >> wrote:
> > 
> >  As I wrote in the initial email I am on this release.
> > 
> >  CI is green after some work, but there are still open issues or
> >  questions (e.g.
> > 
> > >>
> >
> https://github.com/apache/cordova-windows/issues/357#issuecomment-511396401
> > >> )
> >  or solved issues waiting for feedback from the initial reporter.
> > 
> >  J
> > 
> >  Am Di., 30. Juli 2019 um 05:26 Uhr schrieb Chris Brody <
> > >> chris.br...@gmail.com>:
> > >
> > > I think this release should be made asap. Right now I have to do
> > > something like cordova platform add windows@6 or cordova platform
> > >> add
> > > github:apache/cordova-windows#master to get a working Windows build
> > > for testing. I got some documentation updates merged to make it
> clear
> > > that it will *not* work with Visual Studio 2019.
> > >
> > > I can make this release sometime in the next 1-2 weeks if nobody
> else
> > > wants to make it.
> > >
> > > Is there anything else blocking this release?
> > >
> > > Does any other committer have time to make this release this week?
> > >
> > > On Fri, Jul 5, 2019 at 9:50 AM Tim Brust
> > >  wrote:
> > >>
> > >> For the lazy ppl, here is the diff:
> > >> https://github.com/apache/cordova-windows/compare/7.0.0...master
> > >> Go for it Jan! :)
> > >>
> > >> On Thu, Jul 4, 2019 at 5:51 PM Jan Piotrowski <
> > >> piotrow...@gmail.com> wrote:
> > >>
> > >>> Does anyone have any reason to delay a cordova-windows platform
> > >> release?
> > >>> Any outstanding patches to land?
> > >>>
> > >>> If not, I will start the release soon.
> > >>>
> > >>> (CI is currently red, so this will require some investigation.)
> > >>>
> > >>>
> > >> -
> > >>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> > >>> For additional commands, e-mail: dev-h...@cordova.apache.org
> > >>>
> > >>>
> > >>
> > >> --
> > >> Tim Brust, Product Engineer
> > >>
> > >> tim.br...@sinnerschrader.com
> > >> T +49 40 398855 315
> > >>
> > >> SinnerSchrader Deutschland GmbH | SinnerSchrader Group
> > >> Völckersstraße 38, 22765 Hamburg, Germany
> > >>
> > >> Amtsgericht Hamburg HRB-Nr. 63663
> > >> Geschäftsführer: Matthias Schrader (Sprecher),
> > >> Jürgen Alker, Dr. Axel Averdung, Holger Blank,
> > >> Thomas Dyckhoff, Dr. Lars Finke, Martin Gassner, Peggy Hutchinson
> > >>
> > >> Büros: Berlin, Hamburg, Frankfurt a. M., München, Prag
> > >>
> > >> https://www.sinnerschrader.com | NEXT AGENCY
> > >
> > >
> -
> > > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> > > For additional commands, e-mail: dev-h...@cordova.apache.org
> > >
> > 
> > 
> 

Re: [DISCUSS] Cordova Windows Release 7.1.0

2019-12-19 Thread Chris Brody
Hi Tim Brust do you have time to look at this?

I would like to get this published if possible. I keep running into the bug
with WinJS when testing a commercial plugin update on Windows.

On Wed, Dec 18, 2019 at 2:09 PM Tim Brust  wrote:

> I’ll try to take a look at it tomorrow (GMT+1)
> Sorry for the delay!
>
> Sent from my iPhone
>
> > On 18. Dec 2019, at 7:07 PM, Chris Brody  wrote:
> >
> > Any chance I can get a couple reviews on the VOTE thread?
> >
> >> On Thu, Dec 12, 2019 at 8:15 PM Chris Brody 
> wrote:
> >>
> >> As discussed and agreed in
> >> https://github.com/apache/cordova-windows/issues/341 I am now taking
> >> cordova-windows@7.1.0 release over.
> >>
> >> Does anyone have any reason to delay this release? Any patches to land?
> >>
> >> If not, I will make the release within the next day or early next week.
> >>
> >>> On Tue, Jul 30, 2019 at 10:12 AM Chris Brody 
> >>> wrote:
> >>>
> >>> Do we have a list of blocking issues?
> >>>
> >>> I think this release is badly needed since cordova-windows@latest is
> >>> currently not working for me or others.
> >>>
> >>> Thanks in advance,
> >>>
> >>> Chris
> >>>
> >>> On Tue, Jul 30, 2019 at 6:00 AM Jan Piotrowski 
> >> wrote:
> 
>  As I wrote in the initial email I am on this release.
> 
>  CI is green after some work, but there are still open issues or
>  questions (e.g.
> 
> >>
> https://github.com/apache/cordova-windows/issues/357#issuecomment-511396401
> >> )
>  or solved issues waiting for feedback from the initial reporter.
> 
>  J
> 
>  Am Di., 30. Juli 2019 um 05:26 Uhr schrieb Chris Brody <
> >> chris.br...@gmail.com>:
> >
> > I think this release should be made asap. Right now I have to do
> > something like cordova platform add windows@6 or cordova platform
> >> add
> > github:apache/cordova-windows#master to get a working Windows build
> > for testing. I got some documentation updates merged to make it clear
> > that it will *not* work with Visual Studio 2019.
> >
> > I can make this release sometime in the next 1-2 weeks if nobody else
> > wants to make it.
> >
> > Is there anything else blocking this release?
> >
> > Does any other committer have time to make this release this week?
> >
> > On Fri, Jul 5, 2019 at 9:50 AM Tim Brust
> >  wrote:
> >>
> >> For the lazy ppl, here is the diff:
> >> https://github.com/apache/cordova-windows/compare/7.0.0...master
> >> Go for it Jan! :)
> >>
> >> On Thu, Jul 4, 2019 at 5:51 PM Jan Piotrowski <
> >> piotrow...@gmail.com> wrote:
> >>
> >>> Does anyone have any reason to delay a cordova-windows platform
> >> release?
> >>> Any outstanding patches to land?
> >>>
> >>> If not, I will start the release soon.
> >>>
> >>> (CI is currently red, so this will require some investigation.)
> >>>
> >>>
> >> -
> >>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> >>> For additional commands, e-mail: dev-h...@cordova.apache.org
> >>>
> >>>
> >>
> >> --
> >> Tim Brust, Product Engineer
> >>
> >> tim.br...@sinnerschrader.com
> >> T +49 40 398855 315
> >>
> >> SinnerSchrader Deutschland GmbH | SinnerSchrader Group
> >> Völckersstraße 38, 22765 Hamburg, Germany
> >>
> >> Amtsgericht Hamburg HRB-Nr. 63663
> >> Geschäftsführer: Matthias Schrader (Sprecher),
> >> Jürgen Alker, Dr. Axel Averdung, Holger Blank,
> >> Thomas Dyckhoff, Dr. Lars Finke, Martin Gassner, Peggy Hutchinson
> >>
> >> Büros: Berlin, Hamburg, Frankfurt a. M., München, Prag
> >>
> >> https://www.sinnerschrader.com | NEXT AGENCY
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> > For additional commands, e-mail: dev-h...@cordova.apache.org
> >
> 
>  -
>  To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>  For additional commands, e-mail: dev-h...@cordova.apache.org
> 
> >>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>
>


Re: [DISCUSS] Cordova Windows Release 7.1.0

2019-12-18 Thread Tim Brust
I’ll try to take a look at it tomorrow (GMT+1)
Sorry for the delay!

Sent from my iPhone

> On 18. Dec 2019, at 7:07 PM, Chris Brody  wrote:
> 
> Any chance I can get a couple reviews on the VOTE thread?
> 
>> On Thu, Dec 12, 2019 at 8:15 PM Chris Brody  wrote:
>> 
>> As discussed and agreed in
>> https://github.com/apache/cordova-windows/issues/341 I am now taking
>> cordova-windows@7.1.0 release over.
>> 
>> Does anyone have any reason to delay this release? Any patches to land?
>> 
>> If not, I will make the release within the next day or early next week.
>> 
>>> On Tue, Jul 30, 2019 at 10:12 AM Chris Brody 
>>> wrote:
>>> 
>>> Do we have a list of blocking issues?
>>> 
>>> I think this release is badly needed since cordova-windows@latest is
>>> currently not working for me or others.
>>> 
>>> Thanks in advance,
>>> 
>>> Chris
>>> 
>>> On Tue, Jul 30, 2019 at 6:00 AM Jan Piotrowski 
>> wrote:
 
 As I wrote in the initial email I am on this release.
 
 CI is green after some work, but there are still open issues or
 questions (e.g.
 
>> https://github.com/apache/cordova-windows/issues/357#issuecomment-511396401
>> )
 or solved issues waiting for feedback from the initial reporter.
 
 J
 
 Am Di., 30. Juli 2019 um 05:26 Uhr schrieb Chris Brody <
>> chris.br...@gmail.com>:
> 
> I think this release should be made asap. Right now I have to do
> something like cordova platform add windows@6 or cordova platform
>> add
> github:apache/cordova-windows#master to get a working Windows build
> for testing. I got some documentation updates merged to make it clear
> that it will *not* work with Visual Studio 2019.
> 
> I can make this release sometime in the next 1-2 weeks if nobody else
> wants to make it.
> 
> Is there anything else blocking this release?
> 
> Does any other committer have time to make this release this week?
> 
> On Fri, Jul 5, 2019 at 9:50 AM Tim Brust
>  wrote:
>> 
>> For the lazy ppl, here is the diff:
>> https://github.com/apache/cordova-windows/compare/7.0.0...master
>> Go for it Jan! :)
>> 
>> On Thu, Jul 4, 2019 at 5:51 PM Jan Piotrowski <
>> piotrow...@gmail.com> wrote:
>> 
>>> Does anyone have any reason to delay a cordova-windows platform
>> release?
>>> Any outstanding patches to land?
>>> 
>>> If not, I will start the release soon.
>>> 
>>> (CI is currently red, so this will require some investigation.)
>>> 
>>> 
>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>>> For additional commands, e-mail: dev-h...@cordova.apache.org
>>> 
>>> 
>> 
>> --
>> Tim Brust, Product Engineer
>> 
>> tim.br...@sinnerschrader.com
>> T +49 40 398855 315
>> 
>> SinnerSchrader Deutschland GmbH | SinnerSchrader Group
>> Völckersstraße 38, 22765 Hamburg, Germany
>> 
>> Amtsgericht Hamburg HRB-Nr. 63663
>> Geschäftsführer: Matthias Schrader (Sprecher),
>> Jürgen Alker, Dr. Axel Averdung, Holger Blank,
>> Thomas Dyckhoff, Dr. Lars Finke, Martin Gassner, Peggy Hutchinson
>> 
>> Büros: Berlin, Hamburg, Frankfurt a. M., München, Prag
>> 
>> https://www.sinnerschrader.com | NEXT AGENCY
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
> 
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
 For additional commands, e-mail: dev-h...@cordova.apache.org
 
>> 

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [DISCUSS] Cordova Windows Release 7.1.0

2019-12-18 Thread Chris Brody
Any chance I can get a couple reviews on the VOTE thread?

On Thu, Dec 12, 2019 at 8:15 PM Chris Brody  wrote:

>  As discussed and agreed in
> https://github.com/apache/cordova-windows/issues/341 I am now taking
> cordova-windows@7.1.0 release over.
>
> Does anyone have any reason to delay this release? Any patches to land?
>
> If not, I will make the release within the next day or early next week.
>
> On Tue, Jul 30, 2019 at 10:12 AM Chris Brody 
> wrote:
> >
> > Do we have a list of blocking issues?
> >
> > I think this release is badly needed since cordova-windows@latest is
> > currently not working for me or others.
> >
> > Thanks in advance,
> >
> > Chris
> >
> > On Tue, Jul 30, 2019 at 6:00 AM Jan Piotrowski 
> wrote:
> > >
> > > As I wrote in the initial email I am on this release.
> > >
> > > CI is green after some work, but there are still open issues or
> > > questions (e.g.
> > >
> https://github.com/apache/cordova-windows/issues/357#issuecomment-511396401
> )
> > > or solved issues waiting for feedback from the initial reporter.
> > >
> > > J
> > >
> > > Am Di., 30. Juli 2019 um 05:26 Uhr schrieb Chris Brody <
> chris.br...@gmail.com>:
> > > >
> > > > I think this release should be made asap. Right now I have to do
> > > > something like cordova platform add windows@6 or cordova platform
> add
> > > > github:apache/cordova-windows#master to get a working Windows build
> > > > for testing. I got some documentation updates merged to make it clear
> > > > that it will *not* work with Visual Studio 2019.
> > > >
> > > > I can make this release sometime in the next 1-2 weeks if nobody else
> > > > wants to make it.
> > > >
> > > > Is there anything else blocking this release?
> > > >
> > > > Does any other committer have time to make this release this week?
> > > >
> > > > On Fri, Jul 5, 2019 at 9:50 AM Tim Brust
> > > >  wrote:
> > > > >
> > > > > For the lazy ppl, here is the diff:
> > > > > https://github.com/apache/cordova-windows/compare/7.0.0...master
> > > > > Go for it Jan! :)
> > > > >
> > > > > On Thu, Jul 4, 2019 at 5:51 PM Jan Piotrowski <
> piotrow...@gmail.com> wrote:
> > > > >
> > > > > > Does anyone have any reason to delay a cordova-windows platform
> release?
> > > > > > Any outstanding patches to land?
> > > > > >
> > > > > > If not, I will start the release soon.
> > > > > >
> > > > > > (CI is currently red, so this will require some investigation.)
> > > > > >
> > > > > >
> -
> > > > > > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> > > > > > For additional commands, e-mail: dev-h...@cordova.apache.org
> > > > > >
> > > > > >
> > > > >
> > > > > --
> > > > > Tim Brust, Product Engineer
> > > > >
> > > > > tim.br...@sinnerschrader.com
> > > > > T +49 40 398855 315
> > > > >
> > > > > SinnerSchrader Deutschland GmbH | SinnerSchrader Group
> > > > > Völckersstraße 38, 22765 Hamburg, Germany
> > > > >
> > > > > Amtsgericht Hamburg HRB-Nr. 63663
> > > > > Geschäftsführer: Matthias Schrader (Sprecher),
> > > > > Jürgen Alker, Dr. Axel Averdung, Holger Blank,
> > > > > Thomas Dyckhoff, Dr. Lars Finke, Martin Gassner, Peggy Hutchinson
> > > > >
> > > > > Büros: Berlin, Hamburg, Frankfurt a. M., München, Prag
> > > > >
> > > > > https://www.sinnerschrader.com | NEXT AGENCY
> > > >
> > > > -
> > > > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> > > > For additional commands, e-mail: dev-h...@cordova.apache.org
> > > >
> > >
> > > -
> > > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> > > For additional commands, e-mail: dev-h...@cordova.apache.org
> > >
>


Re: [DISCUSS] Cordova Windows Release 7.1.0

2019-12-12 Thread Chris Brody
 As discussed and agreed in
https://github.com/apache/cordova-windows/issues/341 I am now taking
cordova-windows@7.1.0 release over.

Does anyone have any reason to delay this release? Any patches to land?

If not, I will make the release within the next day or early next week.

On Tue, Jul 30, 2019 at 10:12 AM Chris Brody  wrote:
>
> Do we have a list of blocking issues?
>
> I think this release is badly needed since cordova-windows@latest is
> currently not working for me or others.
>
> Thanks in advance,
>
> Chris
>
> On Tue, Jul 30, 2019 at 6:00 AM Jan Piotrowski  wrote:
> >
> > As I wrote in the initial email I am on this release.
> >
> > CI is green after some work, but there are still open issues or
> > questions (e.g.
> > https://github.com/apache/cordova-windows/issues/357#issuecomment-511396401)
> > or solved issues waiting for feedback from the initial reporter.
> >
> > J
> >
> > Am Di., 30. Juli 2019 um 05:26 Uhr schrieb Chris Brody 
> > :
> > >
> > > I think this release should be made asap. Right now I have to do
> > > something like cordova platform add windows@6 or cordova platform add
> > > github:apache/cordova-windows#master to get a working Windows build
> > > for testing. I got some documentation updates merged to make it clear
> > > that it will *not* work with Visual Studio 2019.
> > >
> > > I can make this release sometime in the next 1-2 weeks if nobody else
> > > wants to make it.
> > >
> > > Is there anything else blocking this release?
> > >
> > > Does any other committer have time to make this release this week?
> > >
> > > On Fri, Jul 5, 2019 at 9:50 AM Tim Brust
> > >  wrote:
> > > >
> > > > For the lazy ppl, here is the diff:
> > > > https://github.com/apache/cordova-windows/compare/7.0.0...master
> > > > Go for it Jan! :)
> > > >
> > > > On Thu, Jul 4, 2019 at 5:51 PM Jan Piotrowski  
> > > > wrote:
> > > >
> > > > > Does anyone have any reason to delay a cordova-windows platform 
> > > > > release?
> > > > > Any outstanding patches to land?
> > > > >
> > > > > If not, I will start the release soon.
> > > > >
> > > > > (CI is currently red, so this will require some investigation.)
> > > > >
> > > > > -
> > > > > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> > > > > For additional commands, e-mail: dev-h...@cordova.apache.org
> > > > >
> > > > >
> > > >
> > > > --
> > > > Tim Brust, Product Engineer
> > > >
> > > > tim.br...@sinnerschrader.com
> > > > T +49 40 398855 315
> > > >
> > > > SinnerSchrader Deutschland GmbH | SinnerSchrader Group
> > > > Völckersstraße 38, 22765 Hamburg, Germany
> > > >
> > > > Amtsgericht Hamburg HRB-Nr. 63663
> > > > Geschäftsführer: Matthias Schrader (Sprecher),
> > > > Jürgen Alker, Dr. Axel Averdung, Holger Blank,
> > > > Thomas Dyckhoff, Dr. Lars Finke, Martin Gassner, Peggy Hutchinson
> > > >
> > > > Büros: Berlin, Hamburg, Frankfurt a. M., München, Prag
> > > >
> > > > https://www.sinnerschrader.com | NEXT AGENCY
> > >
> > > -
> > > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> > > For additional commands, e-mail: dev-h...@cordova.apache.org
> > >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> > For additional commands, e-mail: dev-h...@cordova.apache.org
> >

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [DISCUSS] Cordova Windows Release 7.1.0

2019-07-30 Thread Chris Brody
Do we have a list of blocking issues?

I think this release is badly needed since cordova-windows@latest is
currently not working for me or others.

Thanks in advance,

Chris

On Tue, Jul 30, 2019 at 6:00 AM Jan Piotrowski  wrote:
>
> As I wrote in the initial email I am on this release.
>
> CI is green after some work, but there are still open issues or
> questions (e.g.
> https://github.com/apache/cordova-windows/issues/357#issuecomment-511396401)
> or solved issues waiting for feedback from the initial reporter.
>
> J
>
> Am Di., 30. Juli 2019 um 05:26 Uhr schrieb Chris Brody 
> :
> >
> > I think this release should be made asap. Right now I have to do
> > something like cordova platform add windows@6 or cordova platform add
> > github:apache/cordova-windows#master to get a working Windows build
> > for testing. I got some documentation updates merged to make it clear
> > that it will *not* work with Visual Studio 2019.
> >
> > I can make this release sometime in the next 1-2 weeks if nobody else
> > wants to make it.
> >
> > Is there anything else blocking this release?
> >
> > Does any other committer have time to make this release this week?
> >
> > On Fri, Jul 5, 2019 at 9:50 AM Tim Brust
> >  wrote:
> > >
> > > For the lazy ppl, here is the diff:
> > > https://github.com/apache/cordova-windows/compare/7.0.0...master
> > > Go for it Jan! :)
> > >
> > > On Thu, Jul 4, 2019 at 5:51 PM Jan Piotrowski  
> > > wrote:
> > >
> > > > Does anyone have any reason to delay a cordova-windows platform release?
> > > > Any outstanding patches to land?
> > > >
> > > > If not, I will start the release soon.
> > > >
> > > > (CI is currently red, so this will require some investigation.)
> > > >
> > > > -
> > > > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> > > > For additional commands, e-mail: dev-h...@cordova.apache.org
> > > >
> > > >
> > >
> > > --
> > > Tim Brust, Product Engineer
> > >
> > > tim.br...@sinnerschrader.com
> > > T +49 40 398855 315
> > >
> > > SinnerSchrader Deutschland GmbH | SinnerSchrader Group
> > > Völckersstraße 38, 22765 Hamburg, Germany
> > >
> > > Amtsgericht Hamburg HRB-Nr. 63663
> > > Geschäftsführer: Matthias Schrader (Sprecher),
> > > Jürgen Alker, Dr. Axel Averdung, Holger Blank,
> > > Thomas Dyckhoff, Dr. Lars Finke, Martin Gassner, Peggy Hutchinson
> > >
> > > Büros: Berlin, Hamburg, Frankfurt a. M., München, Prag
> > >
> > > https://www.sinnerschrader.com | NEXT AGENCY
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> > For additional commands, e-mail: dev-h...@cordova.apache.org
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [DISCUSS] Cordova Windows Release 7.1.0

2019-07-30 Thread Jan Piotrowski
As I wrote in the initial email I am on this release.

CI is green after some work, but there are still open issues or
questions (e.g.
https://github.com/apache/cordova-windows/issues/357#issuecomment-511396401)
or solved issues waiting for feedback from the initial reporter.

J

Am Di., 30. Juli 2019 um 05:26 Uhr schrieb Chris Brody :
>
> I think this release should be made asap. Right now I have to do
> something like cordova platform add windows@6 or cordova platform add
> github:apache/cordova-windows#master to get a working Windows build
> for testing. I got some documentation updates merged to make it clear
> that it will *not* work with Visual Studio 2019.
>
> I can make this release sometime in the next 1-2 weeks if nobody else
> wants to make it.
>
> Is there anything else blocking this release?
>
> Does any other committer have time to make this release this week?
>
> On Fri, Jul 5, 2019 at 9:50 AM Tim Brust
>  wrote:
> >
> > For the lazy ppl, here is the diff:
> > https://github.com/apache/cordova-windows/compare/7.0.0...master
> > Go for it Jan! :)
> >
> > On Thu, Jul 4, 2019 at 5:51 PM Jan Piotrowski  wrote:
> >
> > > Does anyone have any reason to delay a cordova-windows platform release?
> > > Any outstanding patches to land?
> > >
> > > If not, I will start the release soon.
> > >
> > > (CI is currently red, so this will require some investigation.)
> > >
> > > -
> > > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> > > For additional commands, e-mail: dev-h...@cordova.apache.org
> > >
> > >
> >
> > --
> > Tim Brust, Product Engineer
> >
> > tim.br...@sinnerschrader.com
> > T +49 40 398855 315
> >
> > SinnerSchrader Deutschland GmbH | SinnerSchrader Group
> > Völckersstraße 38, 22765 Hamburg, Germany
> >
> > Amtsgericht Hamburg HRB-Nr. 63663
> > Geschäftsführer: Matthias Schrader (Sprecher),
> > Jürgen Alker, Dr. Axel Averdung, Holger Blank,
> > Thomas Dyckhoff, Dr. Lars Finke, Martin Gassner, Peggy Hutchinson
> >
> > Büros: Berlin, Hamburg, Frankfurt a. M., München, Prag
> >
> > https://www.sinnerschrader.com | NEXT AGENCY
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [DISCUSS] Cordova Windows Release 7.1.0

2019-07-29 Thread Niklas Merz
Ich hab's. Danke!



Am 30. Juli 2019, 05:28, um 05:28, Chris Brody  schrieb:
>I think this release should be made asap. Right now I
>have to dosomething like cordova platform add windows@6 or
>cordova platform addgithub:apache/cordova-windows#master to get a
>working Windows buildfor testing. I got some documentation
>updates merged to make it clearthat it will *not* work with
>Visual Studio 2019.I can make this release sometime in the
>next 1-2 weeks if nobody elsewants to make it.Is
>there anything else blocking this release?Does any other
>committer have time to make this release this week?On Fri,
>Jul 5, 2019 at 9:50 AM Tim Brust/>tim.br...@sinnerschrader.com.invalid wrote:class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px
>solid #729fcf; padding-left: 1ex;"> For the lazy ppl, here is the
>diff: href="https://github.com/apache/cordova-windows/compare/7.0.0...master;>https://github.com/apache/cordova-windows/compare/7.0.0...master/> Go for it Jan! :) On Thu, Jul 4, 2019 at 5:51 PM Jan
>Piotrowski piotrow...@gmail.com wrote:class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px
>solid #ad7fa8; padding-left: 1ex;"> Does anyone have any reason to
>delay a cordova-windows platform release? Any outstanding patches
>to land? If not, I will start the release soon.
>(CI is currently red, so this will require some investigation.)/> To unsubscribe, e-mail:
>dev-unsubscr...@cordova.apache.org For additional commands,
>e-mail: dev-h...@cordova.apache.org
>-- Tim Brust, Product Engineer
>tim.br...@sinnerschrader.com T +49 40 398855 315
>SinnerSchrader Deutschland GmbH | SinnerSchrader Group
>Völckersstraße 38, 22765 Hamburg, Germany Amtsgericht
>Hamburg HRB-Nr. 63663 Geschäftsführer: Matthias Schrader
>(Sprecher), Jürgen Alker, Dr. Axel Averdung, Holger Blank,
>Thomas Dyckhoff, Dr. Lars Finke, Martin Gassner, Peggy Hutchinson/> Büros: Berlin, Hamburg, Frankfurt a. M., München, Prag/> href="https://www.sinnerschrader.com;>https://www.sinnerschrader.com
>| NEXT AGENCYTo unsubscribe,
>e-mail: dev-unsubscr...@cordova.apache.orgFor additional
>commands, e-mail: dev-h...@cordova.apache.org


Re: [DISCUSS] Cordova Windows Release 7.1.0

2019-07-29 Thread Chris Brody
I think this release should be made asap. Right now I have to do
something like cordova platform add windows@6 or cordova platform add
github:apache/cordova-windows#master to get a working Windows build
for testing. I got some documentation updates merged to make it clear
that it will *not* work with Visual Studio 2019.

I can make this release sometime in the next 1-2 weeks if nobody else
wants to make it.

Is there anything else blocking this release?

Does any other committer have time to make this release this week?

On Fri, Jul 5, 2019 at 9:50 AM Tim Brust
 wrote:
>
> For the lazy ppl, here is the diff:
> https://github.com/apache/cordova-windows/compare/7.0.0...master
> Go for it Jan! :)
>
> On Thu, Jul 4, 2019 at 5:51 PM Jan Piotrowski  wrote:
>
> > Does anyone have any reason to delay a cordova-windows platform release?
> > Any outstanding patches to land?
> >
> > If not, I will start the release soon.
> >
> > (CI is currently red, so this will require some investigation.)
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> > For additional commands, e-mail: dev-h...@cordova.apache.org
> >
> >
>
> --
> Tim Brust, Product Engineer
>
> tim.br...@sinnerschrader.com
> T +49 40 398855 315
>
> SinnerSchrader Deutschland GmbH | SinnerSchrader Group
> Völckersstraße 38, 22765 Hamburg, Germany
>
> Amtsgericht Hamburg HRB-Nr. 63663
> Geschäftsführer: Matthias Schrader (Sprecher),
> Jürgen Alker, Dr. Axel Averdung, Holger Blank,
> Thomas Dyckhoff, Dr. Lars Finke, Martin Gassner, Peggy Hutchinson
>
> Büros: Berlin, Hamburg, Frankfurt a. M., München, Prag
>
> https://www.sinnerschrader.com | NEXT AGENCY

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [DISCUSS] Cordova Windows Release 7.1.0

2019-07-05 Thread Tim Brust
For the lazy ppl, here is the diff:
https://github.com/apache/cordova-windows/compare/7.0.0...master
Go for it Jan! :)

On Thu, Jul 4, 2019 at 5:51 PM Jan Piotrowski  wrote:

> Does anyone have any reason to delay a cordova-windows platform release?
> Any outstanding patches to land?
>
> If not, I will start the release soon.
>
> (CI is currently red, so this will require some investigation.)
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>
>

-- 
Tim Brust, Product Engineer

tim.br...@sinnerschrader.com
T +49 40 398855 315

SinnerSchrader Deutschland GmbH | SinnerSchrader Group
Völckersstraße 38, 22765 Hamburg, Germany

Amtsgericht Hamburg HRB-Nr. 63663
Geschäftsführer: Matthias Schrader (Sprecher),
Jürgen Alker, Dr. Axel Averdung, Holger Blank,
Thomas Dyckhoff, Dr. Lars Finke, Martin Gassner, Peggy Hutchinson

Büros: Berlin, Hamburg, Frankfurt a. M., München, Prag

https://www.sinnerschrader.com | NEXT AGENCY


Re: [DISCUSS] Cordova-Windows Release 6.0.0

2018-02-19 Thread Jan Piotrowski
JIRA issue to follow the release: https://issues.apache.org/jira/browse/CB-13896

2018-02-19 16:58 GMT+01:00 Jan Piotrowski :
> Does anyone have any reason to delay a cordova-windows platform release?
> Any outstanding patches to land?
>
> If not, I will start the release soon-ish.

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [DISCUSS] Cordova-Windows Release

2018-01-22 Thread Jan Piotrowski
After further discussion with Jesse and @alsorokin I think this change
should be considered breaking and requires a 6.x release of
cordova-windows.

Release 5.1.0 is scrapped now, we are checking if it makes sense to
clean up "UWP vs. UAP" with this as well:
https://issues.apache.org/jira/projects/CB/issues/CB-13817

When this is done, I will start a 6.x release for cordova-windows.

Best,
Jan



2018-01-22 17:21 GMT+01:00 Jesse :
> We should be moving forward with uap only I think. Not even sure the store 
> will accept an 8.1 app any more.
> We should update the tests to match. imho
>
>> On Jan 22, 2018, at 8:08 AM, Jan Piotrowski  wrote:
>>
>> Ok, found the culprit:
>>
>> The default target version was changed from 8.1 to UAP/UWP, as VS-2017
>> doesn't include the tooling for the older ones any more.
>> This changes what files are created of course - but the tests are
>> checking for specific files right now.
>> What should we do about those tests?
>>
>> Right now it is checking for a `.appxbundle` getting created, which is
>> not the case with UAP.
>> For UAP we also only get one app, not one build for Windows and one for 
>> Phone.
>>
>> Is this ok in practical usage of cordova-windows?
>> Any feedback?
>>
>> Current idea is to duplicate these tests and add a param to force 8.1
>> on one set of them, and modify the other set to look for the correct
>> files that _are_ there.
>>
>> Best,
>> Jan
>>
>>
>> 2018-01-22 11:33 GMT+01:00 Jan Piotrowski :
>>> Awesome.
>>>
>>> I am working on it in #testing in Slack.
>>>
>>> -J
>>>
>>> 2018-01-22 3:03 GMT+01:00 Jesse :
 I can help you thru this in a bit, give me a couple hours and I’ll jump in 
 there.

> On Jan 21, 2018, at 11:00 AM, Jan Piotrowski  wrote:
>
> Ok, so release is "in progress", meaning I fought/am fighting my way
> through 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
>
> Now I encountered failing tests and the fact that CI was broken the
> last few commits (tests were not run on AppVeyor). @alsorokin is
> helping me dig through this, but it will probably take some time until
> we are sure that we fixed everything and it is in a good state.
>
> (Another thing that popped up is that CI didn't run the tests with
> Visual Studio 2017, only 2015, but I committed a fix for that already)
>
> Will update you when there is major progress.
>
> Best,
> Jan
>
>
>
> 2018-01-19 12:00 GMT+01:00 Jan Piotrowski :
>> Does anyone have any reason to delay a cordova-windows platform release?
>> Any outstanding patches to land?
>>
>> If not, I will start the release soon.
>>
>> J
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>

 -
 To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
 For additional commands, e-mail: dev-h...@cordova.apache.org

>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org
>>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [DISCUSS] Cordova-Windows Release

2018-01-22 Thread Jesse
We should be moving forward with uap only I think. Not even sure the store will 
accept an 8.1 app any more. 
We should update the tests to match. imho

> On Jan 22, 2018, at 8:08 AM, Jan Piotrowski  wrote:
> 
> Ok, found the culprit:
> 
> The default target version was changed from 8.1 to UAP/UWP, as VS-2017
> doesn't include the tooling for the older ones any more.
> This changes what files are created of course - but the tests are
> checking for specific files right now.
> What should we do about those tests?
> 
> Right now it is checking for a `.appxbundle` getting created, which is
> not the case with UAP.
> For UAP we also only get one app, not one build for Windows and one for Phone.
> 
> Is this ok in practical usage of cordova-windows?
> Any feedback?
> 
> Current idea is to duplicate these tests and add a param to force 8.1
> on one set of them, and modify the other set to look for the correct
> files that _are_ there.
> 
> Best,
> Jan
> 
> 
> 2018-01-22 11:33 GMT+01:00 Jan Piotrowski :
>> Awesome.
>> 
>> I am working on it in #testing in Slack.
>> 
>> -J
>> 
>> 2018-01-22 3:03 GMT+01:00 Jesse :
>>> I can help you thru this in a bit, give me a couple hours and I’ll jump in 
>>> there.
>>> 
 On Jan 21, 2018, at 11:00 AM, Jan Piotrowski  wrote:
 
 Ok, so release is "in progress", meaning I fought/am fighting my way
 through 
 https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
 
 Now I encountered failing tests and the fact that CI was broken the
 last few commits (tests were not run on AppVeyor). @alsorokin is
 helping me dig through this, but it will probably take some time until
 we are sure that we fixed everything and it is in a good state.
 
 (Another thing that popped up is that CI didn't run the tests with
 Visual Studio 2017, only 2015, but I committed a fix for that already)
 
 Will update you when there is major progress.
 
 Best,
 Jan
 
 
 
 2018-01-19 12:00 GMT+01:00 Jan Piotrowski :
> Does anyone have any reason to delay a cordova-windows platform release?
> Any outstanding patches to land?
> 
> If not, I will start the release soon.
> 
> J
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
 For additional commands, e-mail: dev-h...@cordova.apache.org
 
>>> 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>>> For additional commands, e-mail: dev-h...@cordova.apache.org
>>> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
> 

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [DISCUSS] Cordova-Windows Release

2018-01-22 Thread Jan Piotrowski
Ok, found the culprit:

The default target version was changed from 8.1 to UAP/UWP, as VS-2017
doesn't include the tooling for the older ones any more.
This changes what files are created of course - but the tests are
checking for specific files right now.
What should we do about those tests?

Right now it is checking for a `.appxbundle` getting created, which is
not the case with UAP.
For UAP we also only get one app, not one build for Windows and one for Phone.

Is this ok in practical usage of cordova-windows?
Any feedback?

Current idea is to duplicate these tests and add a param to force 8.1
on one set of them, and modify the other set to look for the correct
files that _are_ there.

Best,
Jan


2018-01-22 11:33 GMT+01:00 Jan Piotrowski :
> Awesome.
>
> I am working on it in #testing in Slack.
>
> -J
>
> 2018-01-22 3:03 GMT+01:00 Jesse :
>> I can help you thru this in a bit, give me a couple hours and I’ll jump in 
>> there.
>>
>>> On Jan 21, 2018, at 11:00 AM, Jan Piotrowski  wrote:
>>>
>>> Ok, so release is "in progress", meaning I fought/am fighting my way
>>> through 
>>> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
>>>
>>> Now I encountered failing tests and the fact that CI was broken the
>>> last few commits (tests were not run on AppVeyor). @alsorokin is
>>> helping me dig through this, but it will probably take some time until
>>> we are sure that we fixed everything and it is in a good state.
>>>
>>> (Another thing that popped up is that CI didn't run the tests with
>>> Visual Studio 2017, only 2015, but I committed a fix for that already)
>>>
>>> Will update you when there is major progress.
>>>
>>> Best,
>>> Jan
>>>
>>>
>>>
>>> 2018-01-19 12:00 GMT+01:00 Jan Piotrowski :
 Does anyone have any reason to delay a cordova-windows platform release?
 Any outstanding patches to land?

 If not, I will start the release soon.

 J
>>>
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>>> For additional commands, e-mail: dev-h...@cordova.apache.org
>>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org
>>

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [DISCUSS] Cordova-Windows Release

2018-01-22 Thread Jan Piotrowski
Awesome.

I am working on it in #testing in Slack.

-J

2018-01-22 3:03 GMT+01:00 Jesse :
> I can help you thru this in a bit, give me a couple hours and I’ll jump in 
> there.
>
>> On Jan 21, 2018, at 11:00 AM, Jan Piotrowski  wrote:
>>
>> Ok, so release is "in progress", meaning I fought/am fighting my way
>> through 
>> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
>>
>> Now I encountered failing tests and the fact that CI was broken the
>> last few commits (tests were not run on AppVeyor). @alsorokin is
>> helping me dig through this, but it will probably take some time until
>> we are sure that we fixed everything and it is in a good state.
>>
>> (Another thing that popped up is that CI didn't run the tests with
>> Visual Studio 2017, only 2015, but I committed a fix for that already)
>>
>> Will update you when there is major progress.
>>
>> Best,
>> Jan
>>
>>
>>
>> 2018-01-19 12:00 GMT+01:00 Jan Piotrowski :
>>> Does anyone have any reason to delay a cordova-windows platform release?
>>> Any outstanding patches to land?
>>>
>>> If not, I will start the release soon.
>>>
>>> J
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
>> For additional commands, e-mail: dev-h...@cordova.apache.org
>>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [DISCUSS] Cordova-Windows Release

2018-01-21 Thread Jesse
I can help you thru this in a bit, give me a couple hours and I’ll jump in 
there. 

> On Jan 21, 2018, at 11:00 AM, Jan Piotrowski  wrote:
> 
> Ok, so release is "in progress", meaning I fought/am fighting my way
> through 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
> 
> Now I encountered failing tests and the fact that CI was broken the
> last few commits (tests were not run on AppVeyor). @alsorokin is
> helping me dig through this, but it will probably take some time until
> we are sure that we fixed everything and it is in a good state.
> 
> (Another thing that popped up is that CI didn't run the tests with
> Visual Studio 2017, only 2015, but I committed a fix for that already)
> 
> Will update you when there is major progress.
> 
> Best,
> Jan
> 
> 
> 
> 2018-01-19 12:00 GMT+01:00 Jan Piotrowski :
>> Does anyone have any reason to delay a cordova-windows platform release?
>> Any outstanding patches to land?
>> 
>> If not, I will start the release soon.
>> 
>> J
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
> 

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [DISCUSS] Cordova-Windows Release

2018-01-21 Thread Jan Piotrowski
Ok, so release is "in progress", meaning I fought/am fighting my way
through 
https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md

Now I encountered failing tests and the fact that CI was broken the
last few commits (tests were not run on AppVeyor). @alsorokin is
helping me dig through this, but it will probably take some time until
we are sure that we fixed everything and it is in a good state.

(Another thing that popped up is that CI didn't run the tests with
Visual Studio 2017, only 2015, but I committed a fix for that already)

Will update you when there is major progress.

Best,
Jan



2018-01-19 12:00 GMT+01:00 Jan Piotrowski :
> Does anyone have any reason to delay a cordova-windows platform release?
> Any outstanding patches to land?
>
> If not, I will start the release soon.
>
> J

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



RE: [DISCUSS] Cordova-Windows Release

2017-02-10 Thread daserge
To verify you have the updated tag in your local clone, doing a "git rev-parse 
5.0.0" in cordova-windows should reply with " 
75d7bcf01e830191a9b259ca376f124fba16f9d1". If it is wrong, do "git fetch 
--tags".

-Original Message-
From: dase...@apache.org [mailto:dase...@apache.org] 
Sent: Thursday, February 2, 2017 10:29
To: dev@cordova.apache.org
Subject: RE: [DISCUSS] Cordova-Windows Release

Hi guys,

I just want to update the status on Windows release - we've found some 
regressions so I'll start the vote process as soon as we fix and push them.

Please let me know if you have any questions or considerations.

Best regards,
Sergey Shakhnazarov,
Akvelon developer.

-Original Message-
From: Steven Gill [mailto:stevengil...@gmail.com]
Sent: Friday, January 27, 2017 19:22
To: dev@cordova.apache.org
Subject: Re: [DISCUSS] Cordova-Windows Release

+1

On Jan 27, 2017 7:30 AM, "Karen Tran" <ktop...@gmail.com> wrote:

> +1 on cordova-windows release
>
> On Fri, Jan 27, 2017 at 6:26 AM, julio cesar sanchez < 
> jcesarmob...@gmail.com
> > wrote:
>
> > Does anyone have any reason to delay a cordova-android platform release?
> >
> > Yeah, we just released cordova-android 6.1.2 :P
> >
> > +1 to releasing cordova-windows
> >
> >
> >
> >
> >
> > 2017-01-27 12:16 GMT+01:00 Sergey Shakhnazarov <dase...@apache.org>:
> >
> > > Does anyone have any reason to delay a cordova-android platform
> release?
> > > Any outstanding patches to land?
> > > Here's the release notes draft:
> > > ### 5.0.0 (Jan 27, 2017)
> > > * Remove duplicate logic after upgrading cordova-common
> > > *
> > > [CB-12163](https://na01.safelinks.protection.outlook.com/?url=http
> > > s%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-12163=02%7C0
> > > 1%7Cv-seshak%40microsoft.com%7C782cb7d491c941c6ab6708d446d0a108%7C
> > > 72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636211309252688058
> > > a=zS6AWZ38pvzXP9UsLOpnxb%2Fi4t8hPqmEYsd5xeXo2OQ%3D=0) Add 
> > > resource-file reference functionality through a flag
> > > *
> > > [CB-12163](https://na01.safelinks.protection.outlook.com/?url=http
> > > s%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-12163=02%7C0
> > > 1%7Cv-seshak%40microsoft.com%7C782cb7d491c941c6ab6708d446d0a108%7C
> > > 72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636211309252688058
> > > a=zS6AWZ38pvzXP9UsLOpnxb%2Fi4t8hPqmEYsd5xeXo2OQ%3D=0)
> > > Make resource-file copy files again
> > > * Upgrade cordova-common to 2.0.0
> > > *
> > > [CB-12298](https://na01.safelinks.protection.outlook.com/?url=http
> > > s%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-12298=02%7C0
> > > 1%7Cv-seshak%40microsoft.com%7C782cb7d491c941c6ab6708d446d0a108%7C
> > > 72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636211309252688058
> > > a=OKcJ7qxyC8%2Fv3MSqFdGN7Wa4PA%2FJyYmInUqGFx2%2B17c%3D=0)
> > > [Windows] bundle.appxupload not generated for Windows 10 target
> > > *
> > > [CB-12189](https://na01.safelinks.protection.outlook.com/?url=http
> > > s%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-12189=02%7C0
> > > 1%7Cv-seshak%40microsoft.com%7C782cb7d491c941c6ab6708d446d0a108%7C
> > > 72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636211309252688058
> > > a=eLN%2B865Nn1%2FYwjwG3vSeMc2TKJKLAvl7Qn51QQ2WyDA%3D=0)
> > > Add support for WinMD and DLL combination
> > > *
> > > [CB-12238](https://na01.safelinks.protection.outlook.com/?url=http
> > > s%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-12238=02%7C0
> > > 1%7Cv-seshak%40microsoft.com%7C782cb7d491c941c6ab6708d446d0a108%7C
> > > 72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636211309252688058
> > > a=bDD8Mrgv3Wl5jS%2FL4wAs6GRhDFCTBYzNkhPlNAH2%2FGk%3D=0)
> > > [Windows] Colorize titlebar to match splash bg color
> > > *
> > > [CB-11177](https://na01.safelinks.protection.outlook.com/?url=http
> > > s%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-11177=02%7C0
> > > 1%7Cv-seshak%40microsoft.com%7C782cb7d491c941c6ab6708d446d0a108%7C
> > > 72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636211309252688058
> > > a=yYlWCF7Umm5Z3565Kf%2B8nc3%2Be84HoQx%2BCmQfnKQ6mzg%3D=0)
> > > SplashScreen gets shifted on Windows devices with soft navbar
> > > *
> > > [CB-12239](https://na01.safelinks.protection.outlook.com/?url=http
> > > s%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-12239=02%7C0
> > > 1%7Cv-seshak%40microsoft.com%7C782cb7d491c941c6ab6708d446d0a108%7C
> > > 72f988bf86f141af91ab2d7cd011db47%7C1%7C0%

RE: [DISCUSS] Cordova-Windows Release

2017-02-01 Thread daserge
Hi guys,

I just want to update the status on Windows release - we've found some 
regressions so I'll start the vote process as soon as we fix and push them.

Please let me know if you have any questions or considerations.

Best regards,
Sergey Shakhnazarov,
Akvelon developer.

-Original Message-
From: Steven Gill [mailto:stevengil...@gmail.com] 
Sent: Friday, January 27, 2017 19:22
To: dev@cordova.apache.org
Subject: Re: [DISCUSS] Cordova-Windows Release

+1

On Jan 27, 2017 7:30 AM, "Karen Tran" <ktop...@gmail.com> wrote:

> +1 on cordova-windows release
>
> On Fri, Jan 27, 2017 at 6:26 AM, julio cesar sanchez < 
> jcesarmob...@gmail.com
> > wrote:
>
> > Does anyone have any reason to delay a cordova-android platform release?
> >
> > Yeah, we just released cordova-android 6.1.2 :P
> >
> > +1 to releasing cordova-windows
> >
> >
> >
> >
> >
> > 2017-01-27 12:16 GMT+01:00 Sergey Shakhnazarov <dase...@apache.org>:
> >
> > > Does anyone have any reason to delay a cordova-android platform
> release?
> > > Any outstanding patches to land?
> > > Here's the release notes draft:
> > > ### 5.0.0 (Jan 27, 2017)
> > > * Remove duplicate logic after upgrading cordova-common
> > > * 
> > > [CB-12163](https://na01.safelinks.protection.outlook.com/?url=http
> > > s%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-12163=02%7C0
> > > 1%7Cv-seshak%40microsoft.com%7C782cb7d491c941c6ab6708d446d0a108%7C
> > > 72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636211309252688058
> > > a=zS6AWZ38pvzXP9UsLOpnxb%2Fi4t8hPqmEYsd5xeXo2OQ%3D=0) Add 
> > > resource-file reference functionality through a flag
> > > * 
> > > [CB-12163](https://na01.safelinks.protection.outlook.com/?url=http
> > > s%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-12163=02%7C0
> > > 1%7Cv-seshak%40microsoft.com%7C782cb7d491c941c6ab6708d446d0a108%7C
> > > 72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636211309252688058
> > > a=zS6AWZ38pvzXP9UsLOpnxb%2Fi4t8hPqmEYsd5xeXo2OQ%3D=0) 
> > > Make resource-file copy files again
> > > * Upgrade cordova-common to 2.0.0
> > > * 
> > > [CB-12298](https://na01.safelinks.protection.outlook.com/?url=http
> > > s%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-12298=02%7C0
> > > 1%7Cv-seshak%40microsoft.com%7C782cb7d491c941c6ab6708d446d0a108%7C
> > > 72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636211309252688058
> > > a=OKcJ7qxyC8%2Fv3MSqFdGN7Wa4PA%2FJyYmInUqGFx2%2B17c%3D=0) 
> > > [Windows] bundle.appxupload not generated for Windows 10 target
> > > * 
> > > [CB-12189](https://na01.safelinks.protection.outlook.com/?url=http
> > > s%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-12189=02%7C0
> > > 1%7Cv-seshak%40microsoft.com%7C782cb7d491c941c6ab6708d446d0a108%7C
> > > 72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636211309252688058
> > > a=eLN%2B865Nn1%2FYwjwG3vSeMc2TKJKLAvl7Qn51QQ2WyDA%3D=0) 
> > > Add support for WinMD and DLL combination
> > > * 
> > > [CB-12238](https://na01.safelinks.protection.outlook.com/?url=http
> > > s%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-12238=02%7C0
> > > 1%7Cv-seshak%40microsoft.com%7C782cb7d491c941c6ab6708d446d0a108%7C
> > > 72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636211309252688058
> > > a=bDD8Mrgv3Wl5jS%2FL4wAs6GRhDFCTBYzNkhPlNAH2%2FGk%3D=0) 
> > > [Windows] Colorize titlebar to match splash bg color
> > > * 
> > > [CB-11177](https://na01.safelinks.protection.outlook.com/?url=http
> > > s%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-11177=02%7C0
> > > 1%7Cv-seshak%40microsoft.com%7C782cb7d491c941c6ab6708d446d0a108%7C
> > > 72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636211309252688058
> > > a=yYlWCF7Umm5Z3565Kf%2B8nc3%2Be84HoQx%2BCmQfnKQ6mzg%3D=0)
> > > SplashScreen gets shifted on Windows devices with soft navbar
> > > * 
> > > [CB-12239](https://na01.safelinks.protection.outlook.com/?url=http
> > > s%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-12239=02%7C0
> > > 1%7Cv-seshak%40microsoft.com%7C782cb7d491c941c6ab6708d446d0a108%7C
> > > 72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636211309252688058
> > > a=N4HQUQyUr25PP8JWk9FyifWZXnE07BSJUTrZAcJSmCk%3D=0) Add 
> > > buildFlag option similar to iOS
> > > * 
> > > [CB-12193](https://na01.safelinks.protection.outlook.com/?url=http
> > > s%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-12193=02%7C0
> > > 1%7Cv-seshak%40microsoft.com%7C782cb7d491c941c6ab6708d446d0a108%7C
> > > 72f988bf86f14

Re: [DISCUSS] Cordova-Windows Release

2017-01-27 Thread Steven Gill
+1

On Jan 27, 2017 7:30 AM, "Karen Tran"  wrote:

> +1 on cordova-windows release
>
> On Fri, Jan 27, 2017 at 6:26 AM, julio cesar sanchez <
> jcesarmob...@gmail.com
> > wrote:
>
> > Does anyone have any reason to delay a cordova-android platform release?
> >
> > Yeah, we just released cordova-android 6.1.2 :P
> >
> > +1 to releasing cordova-windows
> >
> >
> >
> >
> >
> > 2017-01-27 12:16 GMT+01:00 Sergey Shakhnazarov :
> >
> > > Does anyone have any reason to delay a cordova-android platform
> release?
> > > Any outstanding patches to land?
> > > Here's the release notes draft:
> > > ### 5.0.0 (Jan 27, 2017)
> > > * Remove duplicate logic after upgrading cordova-common
> > > * [CB-12163](https://issues.apache.org/jira/browse/CB-12163) Add
> > > resource-file reference functionality through a flag
> > > * [CB-12163](https://issues.apache.org/jira/browse/CB-12163) Make
> > > resource-file copy files again
> > > * Upgrade cordova-common to 2.0.0
> > > * [CB-12298](https://issues.apache.org/jira/browse/CB-12298) [Windows]
> > > bundle.appxupload not generated for Windows 10 target
> > > * [CB-12189](https://issues.apache.org/jira/browse/CB-12189) Add
> > > support for WinMD and DLL combination
> > > * [CB-12238](https://issues.apache.org/jira/browse/CB-12238) [Windows]
> > > Colorize titlebar to match splash bg color
> > > * [CB-11177](https://issues.apache.org/jira/browse/CB-11177)
> > > SplashScreen gets shifted on Windows devices with soft navbar
> > > * [CB-12239](https://issues.apache.org/jira/browse/CB-12239) Add
> > > buildFlag option similar to iOS
> > > * [CB-12193](https://issues.apache.org/jira/browse/CB-12193)
> > > cordova.js crashes windows app if there is no CoreWindow Also made
> > > confighelper to load after WinJS as it depends on it
> > > * [CB-11751](https://issues.apache.org/jira/browse/CB-11751)
> > > 'extendedSplashScreen' is undefined
> > > * [CB-12192](https://issues.apache.org/jira/browse/CB-12192) - No
> > > SplashScreen on Windows when content.src is subpage
> > > * [CB-9287](https://issues.apache.org/jira/browse/CB-9287) Not enough
> > > Icons and Splashscreens for Windows 8.1 and Windows Phone 8.1
> > > * Do not ignore already prefixed capabilities at plugin add/rm
> > > * Fix pattern for extracting capabilities names
> > > * [CB-12142](https://issues.apache.org/jira/browse/CB-12142) Move
> > > windows-specific logic from cordova-common
> > > * [CB-12147](https://issues.apache.org/jira/browse/CB-12147) (windows)
> > > Fix typo in verbose output
> > > * [CB-12124](https://issues.apache.org/jira/browse/CB-12124) Make
> > > available device capabilities in package.windows10.appxmanifest
> > > * [CB-12071](https://issues.apache.org/jira/browse/CB-12071) Fix for
> > > [CB-11825](https://issues.apache.org/jira/browse/CB-11825) breaks
> > > usage of InProcessServer in Cordova Windows
> > > * [CB-12036](https://issues.apache.org/jira/browse/CB-12036) Fix
> > > setSplashBgColor exception when no splashscreen is found
> > >
> > > If not, I will start the release tomorrow.
> > >
> > > Best regards,
> > >
> > > Sergey Shakhnazarov,
> > >
> > > Akvelon developer.
> > >
> >
>


Re: [DISCUSS] Cordova-Windows Release

2017-01-27 Thread Karen Tran
+1 on cordova-windows release

On Fri, Jan 27, 2017 at 6:26 AM, julio cesar sanchez  wrote:

> Does anyone have any reason to delay a cordova-android platform release?
>
> Yeah, we just released cordova-android 6.1.2 :P
>
> +1 to releasing cordova-windows
>
>
>
>
>
> 2017-01-27 12:16 GMT+01:00 Sergey Shakhnazarov :
>
> > Does anyone have any reason to delay a cordova-android platform release?
> > Any outstanding patches to land?
> > Here's the release notes draft:
> > ### 5.0.0 (Jan 27, 2017)
> > * Remove duplicate logic after upgrading cordova-common
> > * [CB-12163](https://issues.apache.org/jira/browse/CB-12163) Add
> > resource-file reference functionality through a flag
> > * [CB-12163](https://issues.apache.org/jira/browse/CB-12163) Make
> > resource-file copy files again
> > * Upgrade cordova-common to 2.0.0
> > * [CB-12298](https://issues.apache.org/jira/browse/CB-12298) [Windows]
> > bundle.appxupload not generated for Windows 10 target
> > * [CB-12189](https://issues.apache.org/jira/browse/CB-12189) Add
> > support for WinMD and DLL combination
> > * [CB-12238](https://issues.apache.org/jira/browse/CB-12238) [Windows]
> > Colorize titlebar to match splash bg color
> > * [CB-11177](https://issues.apache.org/jira/browse/CB-11177)
> > SplashScreen gets shifted on Windows devices with soft navbar
> > * [CB-12239](https://issues.apache.org/jira/browse/CB-12239) Add
> > buildFlag option similar to iOS
> > * [CB-12193](https://issues.apache.org/jira/browse/CB-12193)
> > cordova.js crashes windows app if there is no CoreWindow Also made
> > confighelper to load after WinJS as it depends on it
> > * [CB-11751](https://issues.apache.org/jira/browse/CB-11751)
> > 'extendedSplashScreen' is undefined
> > * [CB-12192](https://issues.apache.org/jira/browse/CB-12192) - No
> > SplashScreen on Windows when content.src is subpage
> > * [CB-9287](https://issues.apache.org/jira/browse/CB-9287) Not enough
> > Icons and Splashscreens for Windows 8.1 and Windows Phone 8.1
> > * Do not ignore already prefixed capabilities at plugin add/rm
> > * Fix pattern for extracting capabilities names
> > * [CB-12142](https://issues.apache.org/jira/browse/CB-12142) Move
> > windows-specific logic from cordova-common
> > * [CB-12147](https://issues.apache.org/jira/browse/CB-12147) (windows)
> > Fix typo in verbose output
> > * [CB-12124](https://issues.apache.org/jira/browse/CB-12124) Make
> > available device capabilities in package.windows10.appxmanifest
> > * [CB-12071](https://issues.apache.org/jira/browse/CB-12071) Fix for
> > [CB-11825](https://issues.apache.org/jira/browse/CB-11825) breaks
> > usage of InProcessServer in Cordova Windows
> > * [CB-12036](https://issues.apache.org/jira/browse/CB-12036) Fix
> > setSplashBgColor exception when no splashscreen is found
> >
> > If not, I will start the release tomorrow.
> >
> > Best regards,
> >
> > Sergey Shakhnazarov,
> >
> > Akvelon developer.
> >
>


Re: [DISCUSS] Cordova-Windows Release

2017-01-27 Thread julio cesar sanchez
Does anyone have any reason to delay a cordova-android platform release?

Yeah, we just released cordova-android 6.1.2 :P

+1 to releasing cordova-windows





2017-01-27 12:16 GMT+01:00 Sergey Shakhnazarov :

> Does anyone have any reason to delay a cordova-android platform release?
> Any outstanding patches to land?
> Here's the release notes draft:
> ### 5.0.0 (Jan 27, 2017)
> * Remove duplicate logic after upgrading cordova-common
> * [CB-12163](https://issues.apache.org/jira/browse/CB-12163) Add
> resource-file reference functionality through a flag
> * [CB-12163](https://issues.apache.org/jira/browse/CB-12163) Make
> resource-file copy files again
> * Upgrade cordova-common to 2.0.0
> * [CB-12298](https://issues.apache.org/jira/browse/CB-12298) [Windows]
> bundle.appxupload not generated for Windows 10 target
> * [CB-12189](https://issues.apache.org/jira/browse/CB-12189) Add
> support for WinMD and DLL combination
> * [CB-12238](https://issues.apache.org/jira/browse/CB-12238) [Windows]
> Colorize titlebar to match splash bg color
> * [CB-11177](https://issues.apache.org/jira/browse/CB-11177)
> SplashScreen gets shifted on Windows devices with soft navbar
> * [CB-12239](https://issues.apache.org/jira/browse/CB-12239) Add
> buildFlag option similar to iOS
> * [CB-12193](https://issues.apache.org/jira/browse/CB-12193)
> cordova.js crashes windows app if there is no CoreWindow Also made
> confighelper to load after WinJS as it depends on it
> * [CB-11751](https://issues.apache.org/jira/browse/CB-11751)
> 'extendedSplashScreen' is undefined
> * [CB-12192](https://issues.apache.org/jira/browse/CB-12192) - No
> SplashScreen on Windows when content.src is subpage
> * [CB-9287](https://issues.apache.org/jira/browse/CB-9287) Not enough
> Icons and Splashscreens for Windows 8.1 and Windows Phone 8.1
> * Do not ignore already prefixed capabilities at plugin add/rm
> * Fix pattern for extracting capabilities names
> * [CB-12142](https://issues.apache.org/jira/browse/CB-12142) Move
> windows-specific logic from cordova-common
> * [CB-12147](https://issues.apache.org/jira/browse/CB-12147) (windows)
> Fix typo in verbose output
> * [CB-12124](https://issues.apache.org/jira/browse/CB-12124) Make
> available device capabilities in package.windows10.appxmanifest
> * [CB-12071](https://issues.apache.org/jira/browse/CB-12071) Fix for
> [CB-11825](https://issues.apache.org/jira/browse/CB-11825) breaks
> usage of InProcessServer in Cordova Windows
> * [CB-12036](https://issues.apache.org/jira/browse/CB-12036) Fix
> setSplashBgColor exception when no splashscreen is found
>
> If not, I will start the release tomorrow.
>
> Best regards,
>
> Sergey Shakhnazarov,
>
> Akvelon developer.
>


Re: [DISCUSS] Cordova-Windows Release

2016-10-25 Thread Jesse
4.4.3


@purplecabbage
risingj.com

On Thu, Oct 20, 2016 at 6:02 PM, Steven Gill  wrote:

> What version? 4.5.0?
>
> On Wed, Oct 19, 2016 at 4:46 PM, Jesse  wrote:
>
> > Ship it!
> >
> >
> > @purplecabbage
> > risingj.com
> >
> > On Wed, Oct 19, 2016 at 3:33 PM, Steven Gill 
> > wrote:
> >
> > > Do it!
> > >
> > > On Tue, Oct 18, 2016 at 7:19 AM, Sergey Shakhnazarov (Akvelon) <
> > > v-ses...@microsoft.com> wrote:
> > >
> > > > Does anyone have any reason to delay a cordova-windows platform
> > release?
> > > > Any outstanding patches to land?
> > > >
> > > > If not, I will start the release tomorrow.
> > > >
> > > > Best regards,
> > > > Sergey Shakhnazarov.
> > > >
> > > >
> > > >
> > >
> >
>


RE: [DISCUSS] Cordova-Windows Release

2016-10-25 Thread Sergey Shakhnazarov (Akvelon)
Hi guys, could you please review the blog post?
https://github.com/apache/cordova-docs/pull/652/files

Best regards,
Sergey Shakhnazarov.

-Original Message-
From: Sergey Shakhnazarov (Akvelon) [mailto:v-ses...@microsoft.com] 
Sent: Friday, October 21, 2016 09:23
To: dev@cordova.apache.org
Subject: RE: [DISCUSS] Cordova-Windows Release

Этот отправитель не прошел проверки на мошенничество, и мы не можем подтвердить 
его личность. Сведения о спуфинге см. по ссылке http://aka.ms/LearnAboutSpoofing

4.4.3
I'll omit  CB-11836 Allow setting of 'ForegroundText' property via config.xml 
(https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fcordova-windows%2Fcommit%2F10796b28a5bf4c0963b4f2eee1e63909ab215686=02%7C01%7Cv-seshak%40microsoft.com%7C1191c1c613b94ea5eb7e08d3f97ad45e%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636126278376772574=F61mzj2kvnm22OFhfRYyQfJ5a%2FVH3CBSYBAFaPhflFk%3D=0)
 to avoid minor bump as we need some fixes to be taken by current tools version.

Release notes would be the following:
### 4.4.3 (Oct 19, 2016)
* 
[CB-12044](https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-12044=02%7C01%7Cv-seshak%40microsoft.com%7C1191c1c613b94ea5eb7e08d3f97ad45e%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636126278376772574=MQOhyHfXPeYm7xSJZUZhbetW1EUNugI%2BvfLJBsTlJkw%3D=0)
 Fix splashscreen image path for ms-appx on Windows
* 
[CB-12042](https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-12042=02%7C01%7Cv-seshak%40microsoft.com%7C1191c1c613b94ea5eb7e08d3f97ad45e%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636126278376772574=FxRwcDJW3ZjQr8SYRrTacyFtasF8CI52zGxRUGFS8Jo%3D=0)
 Copy base.js to www directory at create
* 
[CB-11933](https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-11933=02%7C01%7Cv-seshak%40microsoft.com%7C1191c1c613b94ea5eb7e08d3f97ad45e%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636126278376782582=qm9A4pZMcwUSBoPkhYu9yo6BADc0aB3MhMhTUjyfe0g%3D=0)
 Add uap prefixes for capabilities at plugin install
* 
[CB-12003](https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-12003=02%7C01%7Cv-seshak%40microsoft.com%7C1191c1c613b94ea5eb7e08d3f97ad45e%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636126278376782582=SXeXULN7fSM5rRcoQkyBe58fd5kzG8b8jc%2FDsWlEmfQ%3D=0)
 updated node_modules
* 
[CB-11933](https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-11933=02%7C01%7Cv-seshak%40microsoft.com%7C1191c1c613b94ea5eb7e08d3f97ad45e%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636126278376782582=qm9A4pZMcwUSBoPkhYu9yo6BADc0aB3MhMhTUjyfe0g%3D=0)
 Remove capabilities from manifest
* 
[CB-11993](https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-11993=02%7C01%7Cv-seshak%40microsoft.com%7C1191c1c613b94ea5eb7e08d3f97ad45e%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636126278376782582=IivTCkiHSoMWxTsxnDlAiXZdK395qLD5cPWXwlEen5M%3D=0)
 - windows platform doesn't test all node versions on appveyor and travis
* 
[CB-11825](https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-11825=02%7C01%7Cv-seshak%40microsoft.com%7C1191c1c613b94ea5eb7e08d3f97ad45e%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636126278376782582=i38RdH2K2%2BwYjwTUSNf2VFPNQYgZvjsKPO930vBNr8w%3D=0)
 Windows dll file won't be copied as resource while adding custom plugin to a 
UWP project
* output message, catch exception if require fails, change eventEmitter to 
events to be consistent with ios+android
* 
[CB-11922](https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-11922=02%7C01%7Cv-seshak%40microsoft.com%7C1191c1c613b94ea5eb7e08d3f97ad45e%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636126278376782582=TgPxHgtZRcTbor4FnJEsFOJy3JzOrxmNd3hZ5X4gkRE%3D=0)
 - Add github pull request template
* 
[CB-11522](https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-11522=02%7C01%7Cv-seshak%40microsoft.com%7C1191c1c613b94ea5eb7e08d3f97ad45e%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636126278376782582=%2FB8%2BsdY%2F8Z%2FFtIbmULUI2B2SzWMvc6P3K520ijKWe9w%3D=0)
 [windows] Make cordova-js handle 'unknown' type
* 
[CB-11857](https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-11857=02%7C01%7Cv-seshak%40microsoft.com%7C1191c1c613b94ea5eb7e08d3f97ad45e%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636126278376782582=b7mxwHd0axKCu0KlDAqztWFnPRpEZeb1v8CyHtjCD%2Fg%3D=0)
 Fixed VS 2015 detection on Windows 10 Anniversary
* 
[CB-10738](https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.apache.org%2Fjira%2Fbrowse%2FCB-10738=02%7C01%7Cv-seshak%40microsoft.com%7C1191c1c613b94ea5eb7e08d3f97ad45e

RE: [DISCUSS] Cordova-Windows Release

2016-10-21 Thread Sergey Shakhnazarov (Akvelon)
4.4.3 
I'll omit  CB-11836 Allow setting of 'ForegroundText' property via config.xml 
(https://github.com/apache/cordova-windows/commit/10796b28a5bf4c0963b4f2eee1e63909ab215686)
 to avoid minor bump as we need some fixes to be taken by current tools version.

Release notes would be the following:
### 4.4.3 (Oct 19, 2016)
* [CB-12044](https://issues.apache.org/jira/browse/CB-12044) Fix splashscreen 
image path for ms-appx on Windows
* [CB-12042](https://issues.apache.org/jira/browse/CB-12042) Copy base.js to 
www directory at create
* [CB-11933](https://issues.apache.org/jira/browse/CB-11933) Add uap prefixes 
for capabilities at plugin install
* [CB-12003](https://issues.apache.org/jira/browse/CB-12003) updated 
node_modules
* [CB-11933](https://issues.apache.org/jira/browse/CB-11933) Remove 
capabilities from manifest
* [CB-11993](https://issues.apache.org/jira/browse/CB-11993) - windows platform 
doesn't test all node versions on appveyor and travis
* [CB-11825](https://issues.apache.org/jira/browse/CB-11825) Windows dll file 
won't be copied as resource while adding custom plugin to a UWP project
* output message, catch exception if require fails, change eventEmitter to 
events to be consistent with ios+android
* [CB-11922](https://issues.apache.org/jira/browse/CB-11922) - Add github pull 
request template
* [CB-11522](https://issues.apache.org/jira/browse/CB-11522) [windows] Make 
cordova-js handle 'unknown' type
* [CB-11857](https://issues.apache.org/jira/browse/CB-11857) Fixed VS 2015 
detection on Windows 10 Anniversary
* [CB-10738](https://issues.apache.org/jira/browse/CB-10738) Use hardcoded Id 
attribute in Win10 manifest
* Add missing license headers to prebuild scripts
* Update bundled cordova-common dependency to 1.4.1
* [CB-11658](https://issues.apache.org/jira/browse/CB-11658) activated event is 
not fired on Windows 10 RS1
* [CB-11657](https://issues.apache.org/jira/browse/CB-11657) Add bom to www 
after plugin operations
* [CB-11478](https://issues.apache.org/jira/browse/CB-11478) Parse --archs 
option consistently
* [CB-11558](https://issues.apache.org/jira/browse/CB-11558) Make windows 
plugin rm remove ProjectReference items
* [CB-11579](https://issues.apache.org/jira/browse/CB-11579) windows: fix bug 
with 'cordova clean windows'

Please let me know if you have any questions or considerations.

Best regards,
Sergey Shakhnazarov.

-Original Message-
From: Steven Gill [mailto:stevengil...@gmail.com] 
Sent: Friday, October 21, 2016 04:02
To: dev@cordova.apache.org
Subject: Re: [DISCUSS] Cordova-Windows Release

What version? 4.5.0?

On Wed, Oct 19, 2016 at 4:46 PM, Jesse <purplecabb...@gmail.com> wrote:

> Ship it!
>
>
> @purplecabbage
> risingj.com
>
> On Wed, Oct 19, 2016 at 3:33 PM, Steven Gill <stevengil...@gmail.com>
> wrote:
>
> > Do it!
> >
> > On Tue, Oct 18, 2016 at 7:19 AM, Sergey Shakhnazarov (Akvelon) < 
> > v-ses...@microsoft.com> wrote:
> >
> > > Does anyone have any reason to delay a cordova-windows platform
> release?
> > > Any outstanding patches to land?
> > >
> > > If not, I will start the release tomorrow.
> > >
> > > Best regards,
> > > Sergey Shakhnazarov.
> > >
> > >
> > >
> >
>


Re: [DISCUSS] Cordova-Windows Release

2016-10-20 Thread Steven Gill
What version? 4.5.0?

On Wed, Oct 19, 2016 at 4:46 PM, Jesse  wrote:

> Ship it!
>
>
> @purplecabbage
> risingj.com
>
> On Wed, Oct 19, 2016 at 3:33 PM, Steven Gill 
> wrote:
>
> > Do it!
> >
> > On Tue, Oct 18, 2016 at 7:19 AM, Sergey Shakhnazarov (Akvelon) <
> > v-ses...@microsoft.com> wrote:
> >
> > > Does anyone have any reason to delay a cordova-windows platform
> release?
> > > Any outstanding patches to land?
> > >
> > > If not, I will start the release tomorrow.
> > >
> > > Best regards,
> > > Sergey Shakhnazarov.
> > >
> > >
> > >
> >
>


Re: [DISCUSS] Cordova-Windows Release

2016-10-19 Thread Jesse
Ship it!


@purplecabbage
risingj.com

On Wed, Oct 19, 2016 at 3:33 PM, Steven Gill  wrote:

> Do it!
>
> On Tue, Oct 18, 2016 at 7:19 AM, Sergey Shakhnazarov (Akvelon) <
> v-ses...@microsoft.com> wrote:
>
> > Does anyone have any reason to delay a cordova-windows platform release?
> > Any outstanding patches to land?
> >
> > If not, I will start the release tomorrow.
> >
> > Best regards,
> > Sergey Shakhnazarov.
> >
> >
> >
>


Re: [DISCUSS] Cordova-Windows Release

2016-10-19 Thread Steven Gill
Do it!

On Tue, Oct 18, 2016 at 7:19 AM, Sergey Shakhnazarov (Akvelon) <
v-ses...@microsoft.com> wrote:

> Does anyone have any reason to delay a cordova-windows platform release?
> Any outstanding patches to land?
>
> If not, I will start the release tomorrow.
>
> Best regards,
> Sergey Shakhnazarov.
>
>
>


Re: [DISCUSS] Cordova-windows release

2016-06-16 Thread Jesse
Sorry Vlad. I was away.


@purplecabbage
risingj.com

On Fri, Jun 3, 2016 at 7:33 AM, Vladimir Kotikov (Akvelon) <
v-vlk...@microsoft.com> wrote:

> The release is done. Please review the blog post here:
> https://github.com/apache/cordova-docs/pull/609
>
> -
> Best regards, Vladimir
>
> -Original Message-
> From: Vladimir Kotikov (Akvelon) [mailto:v-vlk...@microsoft.com]
> Sent: Thursday, June 2, 2016 7:27 PM
> To: dev@cordova.apache.org
> Subject: RE: [DISCUSS] Cordova-windows release
>
> Guys, need one more vote
>
> -
> Best regards, Vladimir
>
> -Original Message-
> From: Vladimir Kotikov (Akvelon) [mailto:v-vlk...@microsoft.com]
> Sent: Friday, May 27, 2016 11:03 PM
> To: dev@cordova.apache.org
> Subject: RE: [DISCUSS] Cordova-windows release
>
> Makes sense. I'll proceed w/ minor version update. The next version will
> be 4.4.0
>
> -
> Best regards, Vladimir
>
> -Original Message-
> From: Nikhil Khandelwal [mailto:nikhi...@microsoft.com]
> Sent: Friday, May 27, 2016 9:36 PM
> To: dev@cordova.apache.org
> Subject: RE: [DISCUSS] Cordova-windows release
>
> I agree this qualifies for a minor version bump. I feel like these are the
> inner workings of the clean command and not a very explicit contract that
> we know anyone depends on.
>
> -Nikhil
>
> -Original Message-
> From: Jason Ginchereau [mailto:jason...@microsoft.com]
> Sent: Friday, May 27, 2016 9:26 AM
> To: dev@cordova.apache.org
> Subject: RE: [DISCUSS] Cordova-windows release
>
> How is that a breaking change? Note it doesn't affect a platform-centric
> workflow.
>
> I had expected only a minor version bump would be appropriate.
>
>
> -Original Message-
> From: Vladimir Kotikov (Akvelon) [mailto:v-vlk...@microsoft.com]
> Sent: Friday, May 27, 2016 2:21 AM
> To: dev@cordova.apache.org
> Subject: [DISCUSS] Cordova-windows release
>
> Hey, guys
> We're planning to do a major cordova-windows v.5.0.0 release. The major
> version bump is mostly required due to changed behavior of 'clean' command
> which now wipes 'www' contents as well as build artifacts which can be
> considered as a breaking change for some users.
>
> Here is the list of changes to be included:
> CB-7: Optimize prepare for windows platform, clean prepared files
> CB-11259: Improving build output
> CB-11204: Catch when SDK not present on build and give appropriate error
> message
> CB-11156 Change default FadeSplashScreenDuration value
> CB-11176 Fix windows-splashscreen compatibility with older plugin versions
> CB-11139 Use PluginManager from common to install/uninstall plugins
> CB-10653 Making the windows activation context complete
> CB-11150 CI Error - Windows Platform - Could not find XHR config file
> CB-8056 Implement splashscreen for Windows platform
> CB-11066 Remove uap prefixed capabilities along with regular ones
> CB-11022 Duplicate www files on plugin installtion
> CB-10964 Handle build.json file starting with a BOM. This closes #166
> CB-11024: Add preference to set the min UAP target version in the JSProj
> File
>
> Does anyone have any reason to delay a this release? Any other patches to
> land? Any objections?
> If not, I will start the vote on Monday
>
> -
> Best regards, Vladimir
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>
>


RE: [DISCUSS] Cordova-windows release

2016-06-03 Thread Vladimir Kotikov (Akvelon)
The release is done. Please review the blog post here: 
https://github.com/apache/cordova-docs/pull/609 

-
Best regards, Vladimir

-Original Message-
From: Vladimir Kotikov (Akvelon) [mailto:v-vlk...@microsoft.com] 
Sent: Thursday, June 2, 2016 7:27 PM
To: dev@cordova.apache.org
Subject: RE: [DISCUSS] Cordova-windows release

Guys, need one more vote

-
Best regards, Vladimir

-Original Message-
From: Vladimir Kotikov (Akvelon) [mailto:v-vlk...@microsoft.com] 
Sent: Friday, May 27, 2016 11:03 PM
To: dev@cordova.apache.org
Subject: RE: [DISCUSS] Cordova-windows release

Makes sense. I'll proceed w/ minor version update. The next version will be 
4.4.0

-
Best regards, Vladimir 

-Original Message-
From: Nikhil Khandelwal [mailto:nikhi...@microsoft.com] 
Sent: Friday, May 27, 2016 9:36 PM
To: dev@cordova.apache.org
Subject: RE: [DISCUSS] Cordova-windows release

I agree this qualifies for a minor version bump. I feel like these are the 
inner workings of the clean command and not a very explicit contract that we 
know anyone depends on.

-Nikhil

-Original Message-
From: Jason Ginchereau [mailto:jason...@microsoft.com] 
Sent: Friday, May 27, 2016 9:26 AM
To: dev@cordova.apache.org
Subject: RE: [DISCUSS] Cordova-windows release

How is that a breaking change? Note it doesn't affect a platform-centric 
workflow.

I had expected only a minor version bump would be appropriate.


-Original Message-
From: Vladimir Kotikov (Akvelon) [mailto:v-vlk...@microsoft.com] 
Sent: Friday, May 27, 2016 2:21 AM
To: dev@cordova.apache.org
Subject: [DISCUSS] Cordova-windows release

Hey, guys
We're planning to do a major cordova-windows v.5.0.0 release. The major version 
bump is mostly required due to changed behavior of 'clean' command which now 
wipes 'www' contents as well as build artifacts which can be considered as a 
breaking change for some users. 

Here is the list of changes to be included:
CB-7: Optimize prepare for windows platform, clean prepared files
CB-11259: Improving build output
CB-11204: Catch when SDK not present on build and give appropriate error message
CB-11156 Change default FadeSplashScreenDuration value
CB-11176 Fix windows-splashscreen compatibility with older plugin versions
CB-11139 Use PluginManager from common to install/uninstall plugins
CB-10653 Making the windows activation context complete
CB-11150 CI Error - Windows Platform - Could not find XHR config file
CB-8056 Implement splashscreen for Windows platform
CB-11066 Remove uap prefixed capabilities along with regular ones
CB-11022 Duplicate www files on plugin installtion
CB-10964 Handle build.json file starting with a BOM. This closes #166
CB-11024: Add preference to set the min UAP target version in the JSProj File

Does anyone have any reason to delay a this release? Any other patches to land? 
Any objections?
If not, I will start the vote on Monday

-
Best regards, Vladimir


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



RE: [DISCUSS] Cordova-windows release

2016-06-02 Thread Vladimir Kotikov (Akvelon)
Guys, need one more vote

-
Best regards, Vladimir

-Original Message-
From: Vladimir Kotikov (Akvelon) [mailto:v-vlk...@microsoft.com] 
Sent: Friday, May 27, 2016 11:03 PM
To: dev@cordova.apache.org
Subject: RE: [DISCUSS] Cordova-windows release

Makes sense. I'll proceed w/ minor version update. The next version will be 
4.4.0

-
Best regards, Vladimir 

-Original Message-
From: Nikhil Khandelwal [mailto:nikhi...@microsoft.com] 
Sent: Friday, May 27, 2016 9:36 PM
To: dev@cordova.apache.org
Subject: RE: [DISCUSS] Cordova-windows release

I agree this qualifies for a minor version bump. I feel like these are the 
inner workings of the clean command and not a very explicit contract that we 
know anyone depends on.

-Nikhil

-Original Message-
From: Jason Ginchereau [mailto:jason...@microsoft.com] 
Sent: Friday, May 27, 2016 9:26 AM
To: dev@cordova.apache.org
Subject: RE: [DISCUSS] Cordova-windows release

How is that a breaking change? Note it doesn't affect a platform-centric 
workflow.

I had expected only a minor version bump would be appropriate.


-Original Message-
From: Vladimir Kotikov (Akvelon) [mailto:v-vlk...@microsoft.com] 
Sent: Friday, May 27, 2016 2:21 AM
To: dev@cordova.apache.org
Subject: [DISCUSS] Cordova-windows release

Hey, guys
We're planning to do a major cordova-windows v.5.0.0 release. The major version 
bump is mostly required due to changed behavior of 'clean' command which now 
wipes 'www' contents as well as build artifacts which can be considered as a 
breaking change for some users. 

Here is the list of changes to be included:
CB-7: Optimize prepare for windows platform, clean prepared files
CB-11259: Improving build output
CB-11204: Catch when SDK not present on build and give appropriate error message
CB-11156 Change default FadeSplashScreenDuration value
CB-11176 Fix windows-splashscreen compatibility with older plugin versions
CB-11139 Use PluginManager from common to install/uninstall plugins
CB-10653 Making the windows activation context complete
CB-11150 CI Error - Windows Platform - Could not find XHR config file
CB-8056 Implement splashscreen for Windows platform
CB-11066 Remove uap prefixed capabilities along with regular ones
CB-11022 Duplicate www files on plugin installtion
CB-10964 Handle build.json file starting with a BOM. This closes #166
CB-11024: Add preference to set the min UAP target version in the JSProj File

Does anyone have any reason to delay a this release? Any other patches to land? 
Any objections?
If not, I will start the vote on Monday

-
Best regards, Vladimir


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



RE: [DISCUSS] Cordova-windows release

2016-05-27 Thread Vladimir Kotikov (Akvelon)
Makes sense. I'll proceed w/ minor version update. The next version will be 
4.4.0

-
Best regards, Vladimir 

-Original Message-
From: Nikhil Khandelwal [mailto:nikhi...@microsoft.com] 
Sent: Friday, May 27, 2016 9:36 PM
To: dev@cordova.apache.org
Subject: RE: [DISCUSS] Cordova-windows release

I agree this qualifies for a minor version bump. I feel like these are the 
inner workings of the clean command and not a very explicit contract that we 
know anyone depends on.

-Nikhil

-Original Message-
From: Jason Ginchereau [mailto:jason...@microsoft.com] 
Sent: Friday, May 27, 2016 9:26 AM
To: dev@cordova.apache.org
Subject: RE: [DISCUSS] Cordova-windows release

How is that a breaking change? Note it doesn't affect a platform-centric 
workflow.

I had expected only a minor version bump would be appropriate.


-Original Message-
From: Vladimir Kotikov (Akvelon) [mailto:v-vlk...@microsoft.com] 
Sent: Friday, May 27, 2016 2:21 AM
To: dev@cordova.apache.org
Subject: [DISCUSS] Cordova-windows release

Hey, guys
We're planning to do a major cordova-windows v.5.0.0 release. The major version 
bump is mostly required due to changed behavior of 'clean' command which now 
wipes 'www' contents as well as build artifacts which can be considered as a 
breaking change for some users. 

Here is the list of changes to be included:
CB-7: Optimize prepare for windows platform, clean prepared files
CB-11259: Improving build output
CB-11204: Catch when SDK not present on build and give appropriate error message
CB-11156 Change default FadeSplashScreenDuration value
CB-11176 Fix windows-splashscreen compatibility with older plugin versions
CB-11139 Use PluginManager from common to install/uninstall plugins
CB-10653 Making the windows activation context complete
CB-11150 CI Error - Windows Platform - Could not find XHR config file
CB-8056 Implement splashscreen for Windows platform
CB-11066 Remove uap prefixed capabilities along with regular ones
CB-11022 Duplicate www files on plugin installtion
CB-10964 Handle build.json file starting with a BOM. This closes #166
CB-11024: Add preference to set the min UAP target version in the JSProj File

Does anyone have any reason to delay a this release? Any other patches to land? 
Any objections?
If not, I will start the vote on Monday

-
Best regards, Vladimir


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



RE: [DISCUSS] Cordova-windows release

2016-05-27 Thread Nikhil Khandelwal
I agree this qualifies for a minor version bump. I feel like these are the 
inner workings of the clean command and not a very explicit contract that we 
know anyone depends on.

-Nikhil

-Original Message-
From: Jason Ginchereau [mailto:jason...@microsoft.com] 
Sent: Friday, May 27, 2016 9:26 AM
To: dev@cordova.apache.org
Subject: RE: [DISCUSS] Cordova-windows release

How is that a breaking change? Note it doesn't affect a platform-centric 
workflow.

I had expected only a minor version bump would be appropriate.


-Original Message-
From: Vladimir Kotikov (Akvelon) [mailto:v-vlk...@microsoft.com] 
Sent: Friday, May 27, 2016 2:21 AM
To: dev@cordova.apache.org
Subject: [DISCUSS] Cordova-windows release

Hey, guys
We're planning to do a major cordova-windows v.5.0.0 release. The major version 
bump is mostly required due to changed behavior of 'clean' command which now 
wipes 'www' contents as well as build artifacts which can be considered as a 
breaking change for some users. 

Here is the list of changes to be included:
CB-7: Optimize prepare for windows platform, clean prepared files
CB-11259: Improving build output
CB-11204: Catch when SDK not present on build and give appropriate error message
CB-11156 Change default FadeSplashScreenDuration value
CB-11176 Fix windows-splashscreen compatibility with older plugin versions
CB-11139 Use PluginManager from common to install/uninstall plugins
CB-10653 Making the windows activation context complete
CB-11150 CI Error - Windows Platform - Could not find XHR config file
CB-8056 Implement splashscreen for Windows platform
CB-11066 Remove uap prefixed capabilities along with regular ones
CB-11022 Duplicate www files on plugin installtion
CB-10964 Handle build.json file starting with a BOM. This closes #166
CB-11024: Add preference to set the min UAP target version in the JSProj File

Does anyone have any reason to delay a this release? Any other patches to land? 
Any objections?
If not, I will start the vote on Monday

-
Best regards, Vladimir


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



RE: [DISCUSS] Cordova-windows release

2016-05-27 Thread Jason Ginchereau
How is that a breaking change? Note it doesn't affect a platform-centric 
workflow.

I had expected only a minor version bump would be appropriate.


-Original Message-
From: Vladimir Kotikov (Akvelon) [mailto:v-vlk...@microsoft.com] 
Sent: Friday, May 27, 2016 2:21 AM
To: dev@cordova.apache.org
Subject: [DISCUSS] Cordova-windows release

Hey, guys
We're planning to do a major cordova-windows v.5.0.0 release. The major version 
bump is mostly required due to changed behavior of 'clean' command which now 
wipes 'www' contents as well as build artifacts which can be considered as a 
breaking change for some users. 

Here is the list of changes to be included:
CB-7: Optimize prepare for windows platform, clean prepared files
CB-11259: Improving build output
CB-11204: Catch when SDK not present on build and give appropriate error message
CB-11156 Change default FadeSplashScreenDuration value
CB-11176 Fix windows-splashscreen compatibility with older plugin versions
CB-11139 Use PluginManager from common to install/uninstall plugins
CB-10653 Making the windows activation context complete
CB-11150 CI Error - Windows Platform - Could not find XHR config file
CB-8056 Implement splashscreen for Windows platform
CB-11066 Remove uap prefixed capabilities along with regular ones
CB-11022 Duplicate www files on plugin installtion
CB-10964 Handle build.json file starting with a BOM. This closes #166
CB-11024: Add preference to set the min UAP target version in the JSProj File

Does anyone have any reason to delay a this release? Any other patches to land? 
Any objections?
If not, I will start the vote on Monday

-
Best regards, Vladimir


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



RE: [DISCUSS] Cordova-Windows Release

2015-11-12 Thread Sergey Grebnov (Akvelon)
I've published new package to npm, could someone help me w/ remaining tasks 
please:
1. Update cordova site w/ the blogpost (post has been merged to cordova-docs 
master)
2. Announce (twitter, email, etc)

Thx!
Sergey
-Original Message-
From: Carlos Santana [mailto:csantan...@gmail.com] 
Sent: Thursday, November 12, 2015 4:13 AM
To: dev@cordova.apache.org
Subject: Re: [DISCUSS] Cordova-Windows Release

That's still a minor bump. 
Minor can include bug fixes on top of enhancements. 

Patch is if it's only bugs

Our common practice have being to tell folks to update to the new version. 

- Carlos
@csantanapr

> On Nov 11, 2015, at 7:27 PM, Dmitry Blotsky <dblot...@microsoft.com> wrote:
> 
> It’s got enhancements AND bug fixes. Should we backport the bug fixes? Or do 
> we tell everyone to switch to the newer version because it’s the only one 
> that contains them?
> 
> On Nov 11, 2015, at 3:31 PM, Carlos Santana 
> <csantan...@gmail.com<mailto:csantan...@gmail.com>> wrote:
> 
> Agree bump minor
> it's not a bug/patch it's an enhancement On Wed, Nov 11, 2015 at 5:51 
> PM Steven Gill <stevengil...@gmail.com<mailto:stevengil...@gmail.com>> wrote:
> 
> Lets do a minor lib bump for a minor platform bump.
> 
> On Wed, Nov 11, 2015 at 2:39 PM, Dmitry Blotsky 
> <dblot...@microsoft.com<mailto:dblot...@microsoft.com>>
> wrote:
> 
> Hey guys,
> 
> What kind of version bump will result from updating cordova-lib to 
> this pinned version (4.2.0) of cordova-windows?
> 
> Kindly,
> Dmitry
> 
> On Nov 10, 2015, at 4:01 AM, Sergey Grebnov (Akvelon) < 
> v-seg...@microsoft.com<mailto:v-seg...@microsoft.com>> wrote:
> 
> Please review blog post draft
> https://github.com/apache/cordova-docs/pull/417
> 
> Thx!
> Sergey
> -Original Message-----
> From: Sergey Grebnov (Akvelon)
> Sent: Saturday, November 7, 2015 2:55 PM
> To: dev@cordova.apache.org<mailto:dev@cordova.apache.org>
> Subject: RE: [DISCUSS] Cordova-Windows Release
> 
> Empty commit did the trick :) Thank you Jesse!
> 
> -----Original Message-
> From: Jesse [mailto:purplecabb...@gmail.com]
> Sent: Saturday, November 7, 2015 12:48 AM
> To: dev@cordova.apache.org<mailto:dev@cordova.apache.org>
> Subject: Re: [DISCUSS] Cordova-Windows Release
> 
> or push an empty commit
> --allow-empty
> 
> 
> @purplecabbage
> 
> 
> https://na01.safelinks.protection.outlook.com/?url=risingj.com=01
> %7c01%7cv-segreb%40microsoft.com%7c8b4f448c672b4d7c427e08d2e6f40614%7c
> 72f988bf86f141af91ab2d7cd011db47%7c1=6ZG5xe7d6sSzKN44eudoMm1S2p2
> DvYQDWgvLo28q6ew%3d
> 
> On Fri, Nov 6, 2015 at 1:37 PM, Steven Gill 
> <stevengil...@gmail.com<mailto:stevengil...@gmail.com>>
> wrote:
> 
> In terms of the tag and mirroring, here is the response I got from 
> infra last time about android's tag and if it gets automatically 
> updated.
> 
> "It is automated, however if you just updated a tag, the mirroring 
> daemon will not sync as there is no substance to the change (same got 
> for just creating a new branch with no changes). "
> You can just file an issue to infra and they can manual update it.
> 
> I wouldn't worry about the vote android 5.0.0 part, just respond to 
> the vote thread with the fixed line.
> 
> 
> On Fri, Nov 6, 2015 at 12:17 PM, Sergey Grebnov (Akvelon) < 
> v-seg...@microsoft.com<mailto:v-seg...@microsoft.com>> wrote:
> 
> The Vote thread also starts with "Please review and vote on this
> 5.0.0 Android Release" which should be actually " Please review and 
> vote on this
> 4.2.0 Windows Release ".
> 
> Should I restart  Vote due to this mistake?
> 
> Thx!
> Sergey
> -Original Message-
> From: Sergey Grebnov (Akvelon) [mailto:v-seg...@microsoft.com]
> Sent: Friday, November 6, 2015 11:12 PM
> To: dev@cordova.apache.org<mailto:dev@cordova.apache.org>
> Subject: RE: [DISCUSS] Cordova-Windows Release
> 
> Hi guys,
> 
> I've started the Vote thread, but I see that release tag has not been 
> automatically mirrored from asf to github. Is it a known issue
> - should this be done manually?
> 
> 4.2.0 tag exists  here [1]  but I don't see it on github[2]
> 
> [1]
> 
> 
> https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgit-w
> https://na01.safelinks.protection.outlook.com/?url=ip-us.apache.org
> ta=01%7c01%7cdblotsky%40microsoft.com%7c5239ae48a40249ad183708d2eaf05b
> e4%7c72f988bf86f141af91ab2d7cd011db47%7c1=qoiawneof7n7lVbP1rOxhv
> g242Z0wVahCsOmdiLqHX4%3d 
> %2frepos%2fasf%3fp%3dcordova-windows.git%3ba%3dcommit%
> 3bh%3db56900f1d227f33633ded3ab0aa3f56a10ae7c74=01%7c01%7cv-segreb
>

Re: [DISCUSS] Cordova-Windows Release

2015-11-11 Thread Carlos Santana
That's still a minor bump. 
Minor can include bug fixes on top of enhancements. 

Patch is if it's only bugs

Our common practice have being to tell folks to update to the new version. 

- Carlos
@csantanapr

> On Nov 11, 2015, at 7:27 PM, Dmitry Blotsky <dblot...@microsoft.com> wrote:
> 
> It’s got enhancements AND bug fixes. Should we backport the bug fixes? Or do 
> we tell everyone to switch to the newer version because it’s the only one 
> that contains them?
> 
> On Nov 11, 2015, at 3:31 PM, Carlos Santana 
> <csantan...@gmail.com<mailto:csantan...@gmail.com>> wrote:
> 
> Agree bump minor
> it's not a bug/patch it's an enhancement
> On Wed, Nov 11, 2015 at 5:51 PM Steven Gill 
> <stevengil...@gmail.com<mailto:stevengil...@gmail.com>> wrote:
> 
> Lets do a minor lib bump for a minor platform bump.
> 
> On Wed, Nov 11, 2015 at 2:39 PM, Dmitry Blotsky 
> <dblot...@microsoft.com<mailto:dblot...@microsoft.com>>
> wrote:
> 
> Hey guys,
> 
> What kind of version bump will result from updating cordova-lib to this
> pinned version (4.2.0) of cordova-windows?
> 
> Kindly,
> Dmitry
> 
> On Nov 10, 2015, at 4:01 AM, Sergey Grebnov (Akvelon) <
> v-seg...@microsoft.com<mailto:v-seg...@microsoft.com>> wrote:
> 
> Please review blog post draft
> https://github.com/apache/cordova-docs/pull/417
> 
> Thx!
> Sergey
> -Original Message-----
> From: Sergey Grebnov (Akvelon)
> Sent: Saturday, November 7, 2015 2:55 PM
> To: dev@cordova.apache.org<mailto:dev@cordova.apache.org>
> Subject: RE: [DISCUSS] Cordova-Windows Release
> 
> Empty commit did the trick :) Thank you Jesse!
> 
> -Original Message-----
> From: Jesse [mailto:purplecabb...@gmail.com]
> Sent: Saturday, November 7, 2015 12:48 AM
> To: dev@cordova.apache.org<mailto:dev@cordova.apache.org>
> Subject: Re: [DISCUSS] Cordova-Windows Release
> 
> or push an empty commit
> --allow-empty
> 
> 
> @purplecabbage
> 
> 
> https://na01.safelinks.protection.outlook.com/?url=risingj.com=01%7c01%7cv-segreb%40microsoft.com%7c8b4f448c672b4d7c427e08d2e6f40614%7c72f988bf86f141af91ab2d7cd011db47%7c1=6ZG5xe7d6sSzKN44eudoMm1S2p2DvYQDWgvLo28q6ew%3d
> 
> On Fri, Nov 6, 2015 at 1:37 PM, Steven Gill 
> <stevengil...@gmail.com<mailto:stevengil...@gmail.com>>
> wrote:
> 
> In terms of the tag and mirroring, here is the response I got from
> infra last time about android's tag and if it gets automatically
> updated.
> 
> "It is automated, however if you just updated a tag, the mirroring
> daemon will not sync as there is no substance to the change (same got
> for just creating a new branch with no changes). "
> You can just file an issue to infra and they can manual update it.
> 
> I wouldn't worry about the vote android 5.0.0 part, just respond to
> the vote thread with the fixed line.
> 
> 
> On Fri, Nov 6, 2015 at 12:17 PM, Sergey Grebnov (Akvelon) <
> v-seg...@microsoft.com<mailto:v-seg...@microsoft.com>> wrote:
> 
> The Vote thread also starts with "Please review and vote on this
> 5.0.0 Android Release" which should be actually " Please review and
> vote on
> this
> 4.2.0 Windows Release ".
> 
> Should I restart  Vote due to this mistake?
> 
> Thx!
> Sergey
> -Original Message-
> From: Sergey Grebnov (Akvelon) [mailto:v-seg...@microsoft.com]
> Sent: Friday, November 6, 2015 11:12 PM
> To: dev@cordova.apache.org<mailto:dev@cordova.apache.org>
> Subject: RE: [DISCUSS] Cordova-Windows Release
> 
> Hi guys,
> 
> I've started the Vote thread, but I see that release tag has not
> been automatically mirrored from asf to github. Is it a known issue
> - should this be done manually?
> 
> 4.2.0 tag exists  here [1]  but I don't see it on github[2]
> 
> [1]
> 
> 
> https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgit-w
> https://na01.safelinks.protection.outlook.com/?url=ip-us.apache.org=01%7c01%7cdblotsky%40microsoft.com%7c5239ae48a40249ad183708d2eaf05be4%7c72f988bf86f141af91ab2d7cd011db47%7c1=qoiawneof7n7lVbP1rOxhvg242Z0wVahCsOmdiLqHX4%3d
> %2frepos%2fasf%3fp%3dcordova-windows.git%3ba%3dcommit%
> 3bh%3db56900f1d227f33633ded3ab0aa3f56a10ae7c74=01%7c01%7cv-segreb
> %https://na01.safelinks.protection.outlook.com/?url=40microsoft.com=01%7c01%7cdblotsky%40microsoft.com%7c5239ae48a40249ad183708d2eaf05be4%7c72f988bf86f141af91ab2d7cd011db47%7c1=Y0nkWvb5IzQmT4uy9cIvwa%2bNAB2BdZINcaNHAYQQb%2bs%3d
> %7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af
> 91ab2d7cd011db47%7c1=JOLj3gPwJI5avqMkOleHP%2bB%2bAU0MIhg7j33mXGF
> dfr0%3d
> 
> [2]
> 
> 
> https://na01.safelinks.protection.outlook.c

Re: [DISCUSS] Cordova-Windows Release

2015-11-11 Thread Dmitry Blotsky
It’s got enhancements AND bug fixes. Should we backport the bug fixes? Or do we 
tell everyone to switch to the newer version because it’s the only one that 
contains them?

On Nov 11, 2015, at 3:31 PM, Carlos Santana 
<csantan...@gmail.com<mailto:csantan...@gmail.com>> wrote:

Agree bump minor
it's not a bug/patch it's an enhancement
On Wed, Nov 11, 2015 at 5:51 PM Steven Gill 
<stevengil...@gmail.com<mailto:stevengil...@gmail.com>> wrote:

Lets do a minor lib bump for a minor platform bump.

On Wed, Nov 11, 2015 at 2:39 PM, Dmitry Blotsky 
<dblot...@microsoft.com<mailto:dblot...@microsoft.com>>
wrote:

Hey guys,

What kind of version bump will result from updating cordova-lib to this
pinned version (4.2.0) of cordova-windows?

Kindly,
Dmitry

On Nov 10, 2015, at 4:01 AM, Sergey Grebnov (Akvelon) <
v-seg...@microsoft.com<mailto:v-seg...@microsoft.com>> wrote:

Please review blog post draft
https://github.com/apache/cordova-docs/pull/417

Thx!
Sergey
-Original Message-
From: Sergey Grebnov (Akvelon)
Sent: Saturday, November 7, 2015 2:55 PM
To: dev@cordova.apache.org<mailto:dev@cordova.apache.org>
Subject: RE: [DISCUSS] Cordova-Windows Release

Empty commit did the trick :) Thank you Jesse!

-Original Message-
From: Jesse [mailto:purplecabb...@gmail.com]
Sent: Saturday, November 7, 2015 12:48 AM
To: dev@cordova.apache.org<mailto:dev@cordova.apache.org>
Subject: Re: [DISCUSS] Cordova-Windows Release

or push an empty commit
--allow-empty


@purplecabbage


https://na01.safelinks.protection.outlook.com/?url=risingj.com=01%7c01%7cv-segreb%40microsoft.com%7c8b4f448c672b4d7c427e08d2e6f40614%7c72f988bf86f141af91ab2d7cd011db47%7c1=6ZG5xe7d6sSzKN44eudoMm1S2p2DvYQDWgvLo28q6ew%3d

On Fri, Nov 6, 2015 at 1:37 PM, Steven Gill 
<stevengil...@gmail.com<mailto:stevengil...@gmail.com>>
wrote:

In terms of the tag and mirroring, here is the response I got from
infra last time about android's tag and if it gets automatically
updated.

"It is automated, however if you just updated a tag, the mirroring
daemon will not sync as there is no substance to the change (same got
for just creating a new branch with no changes). "
You can just file an issue to infra and they can manual update it.

I wouldn't worry about the vote android 5.0.0 part, just respond to
the vote thread with the fixed line.


On Fri, Nov 6, 2015 at 12:17 PM, Sergey Grebnov (Akvelon) <
v-seg...@microsoft.com<mailto:v-seg...@microsoft.com>> wrote:

The Vote thread also starts with "Please review and vote on this
5.0.0 Android Release" which should be actually " Please review and
vote on
this
4.2.0 Windows Release ".

Should I restart  Vote due to this mistake?

Thx!
Sergey
-Original Message-
From: Sergey Grebnov (Akvelon) [mailto:v-seg...@microsoft.com]
Sent: Friday, November 6, 2015 11:12 PM
To: dev@cordova.apache.org<mailto:dev@cordova.apache.org>
Subject: RE: [DISCUSS] Cordova-Windows Release

Hi guys,

I've started the Vote thread, but I see that release tag has not
been automatically mirrored from asf to github. Is it a known issue
- should this be done manually?

4.2.0 tag exists  here [1]  but I don't see it on github[2]

[1]


https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgit-w
https://na01.safelinks.protection.outlook.com/?url=ip-us.apache.org=01%7c01%7cdblotsky%40microsoft.com%7c5239ae48a40249ad183708d2eaf05be4%7c72f988bf86f141af91ab2d7cd011db47%7c1=qoiawneof7n7lVbP1rOxhvg242Z0wVahCsOmdiLqHX4%3d
%2frepos%2fasf%3fp%3dcordova-windows.git%3ba%3dcommit%
3bh%3db56900f1d227f33633ded3ab0aa3f56a10ae7c74=01%7c01%7cv-segreb
%https://na01.safelinks.protection.outlook.com/?url=40microsoft.com=01%7c01%7cdblotsky%40microsoft.com%7c5239ae48a40249ad183708d2eaf05be4%7c72f988bf86f141af91ab2d7cd011db47%7c1=Y0nkWvb5IzQmT4uy9cIvwa%2bNAB2BdZINcaNHAYQQb%2bs%3d
%7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af
91ab2d7cd011db47%7c1=JOLj3gPwJI5avqMkOleHP%2bB%2bAU0MIhg7j33mXGF
dfr0%3d

[2]


https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithu
b.com<http://b.com/>
%2fapache%2fcordova-windows%2ftags=01%7c01%7cv-segreb%40micr
https://na01.safelinks.protection.outlook.com/?url=osoft.com=01%7c01%7cdblotsky%40microsoft.com%7c5239ae48a40249ad183708d2eaf05be4%7c72f988bf86f141af91ab2d7cd011db47%7c1=d3ky1q4iyy4zsBqGsEkYmvsKlSblihsXs4m%2fqGcWeaw%3d
%7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af91ab2d7
cd011db47%7c1=We46tqvJ5ihE01jGrecRdo%2bGiwaZwDaJnPXddimFZBc%3d

Thx!
-Sergey

-Original Message-
From: Sergey Grebnov (Akvelon)
Sent: Thursday, November 5, 2015 1:57 PM
To: dev@cordova.apache.org<mailto:dev@cordova.apache.org>
Subject: RE: [DISCUSS] Cordova-Windows Release

I've tested mobilespec build artefacts (uap, win81) using Windows
App
Cert
Kit and all tests pass.

I see that we've just merged back button fix for WP8.1 so I plan to
test and merge related fix[1] for Windo

Re: [DISCUSS] Cordova-Windows Release

2015-11-11 Thread Carlos Santana
Agree bump minor
it's not a bug/patch it's an enhancement
On Wed, Nov 11, 2015 at 5:51 PM Steven Gill <stevengil...@gmail.com> wrote:

> Lets do a minor lib bump for a minor platform bump.
>
> On Wed, Nov 11, 2015 at 2:39 PM, Dmitry Blotsky <dblot...@microsoft.com>
> wrote:
>
> > Hey guys,
> >
> > What kind of version bump will result from updating cordova-lib to this
> > pinned version (4.2.0) of cordova-windows?
> >
> > Kindly,
> > Dmitry
> >
> > > On Nov 10, 2015, at 4:01 AM, Sergey Grebnov (Akvelon) <
> > v-seg...@microsoft.com> wrote:
> > >
> > > Please review blog post draft
> > > https://github.com/apache/cordova-docs/pull/417
> > >
> > > Thx!
> > > Sergey
> > > -----Original Message-
> > > From: Sergey Grebnov (Akvelon)
> > > Sent: Saturday, November 7, 2015 2:55 PM
> > > To: dev@cordova.apache.org
> > > Subject: RE: [DISCUSS] Cordova-Windows Release
> > >
> > > Empty commit did the trick :) Thank you Jesse!
> > >
> > > -Original Message-
> > > From: Jesse [mailto:purplecabb...@gmail.com]
> > > Sent: Saturday, November 7, 2015 12:48 AM
> > > To: dev@cordova.apache.org
> > > Subject: Re: [DISCUSS] Cordova-Windows Release
> > >
> > > or push an empty commit
> > > --allow-empty
> > >
> > >
> > > @purplecabbage
> > >
> >
> https://na01.safelinks.protection.outlook.com/?url=risingj.com=01%7c01%7cv-segreb%40microsoft.com%7c8b4f448c672b4d7c427e08d2e6f40614%7c72f988bf86f141af91ab2d7cd011db47%7c1=6ZG5xe7d6sSzKN44eudoMm1S2p2DvYQDWgvLo28q6ew%3d
> > >
> > > On Fri, Nov 6, 2015 at 1:37 PM, Steven Gill <stevengil...@gmail.com>
> > wrote:
> > >
> > >> In terms of the tag and mirroring, here is the response I got from
> > >> infra last time about android's tag and if it gets automatically
> > updated.
> > >>
> > >> "It is automated, however if you just updated a tag, the mirroring
> > >> daemon will not sync as there is no substance to the change (same got
> > >> for just creating a new branch with no changes). "
> > >> You can just file an issue to infra and they can manual update it.
> > >>
> > >> I wouldn't worry about the vote android 5.0.0 part, just respond to
> > >> the vote thread with the fixed line.
> > >>
> > >>
> > >> On Fri, Nov 6, 2015 at 12:17 PM, Sergey Grebnov (Akvelon) <
> > >> v-seg...@microsoft.com> wrote:
> > >>
> > >>> The Vote thread also starts with "Please review and vote on this
> > >>> 5.0.0 Android Release" which should be actually " Please review and
> > >>> vote on
> > >> this
> > >>> 4.2.0 Windows Release ".
> > >>>
> > >>> Should I restart  Vote due to this mistake?
> > >>>
> > >>> Thx!
> > >>> Sergey
> > >>> -Original Message-
> > >>> From: Sergey Grebnov (Akvelon) [mailto:v-seg...@microsoft.com]
> > >>> Sent: Friday, November 6, 2015 11:12 PM
> > >>> To: dev@cordova.apache.org
> > >>> Subject: RE: [DISCUSS] Cordova-Windows Release
> > >>>
> > >>> Hi guys,
> > >>>
> > >>> I've started the Vote thread, but I see that release tag has not
> > >>> been automatically mirrored from asf to github. Is it a known issue
> > >>> - should this be done manually?
> > >>>
> > >>> 4.2.0 tag exists  here [1]  but I don't see it on github[2]
> > >>>
> > >>> [1]
> > >>>
> > >>
> https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgit-w
> > >> ip-us.apache.org
> %2frepos%2fasf%3fp%3dcordova-windows.git%3ba%3dcommit%
> > >> 3bh%3db56900f1d227f33633ded3ab0aa3f56a10ae7c74=01%7c01%7cv-segreb
> > >> %40microsoft.com
> %7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af
> > >> 91ab2d7cd011db47%7c1=JOLj3gPwJI5avqMkOleHP%2bB%2bAU0MIhg7j33mXGF
> > >> dfr0%3d
> > >>>
> > >>> [2]
> > >>>
> > >>
> https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithu
> > >> b.com
> %2fapache%2fcordova-windows%2ftags=01%7c01%7cv-segreb%40micr
> > >> osoft.com
> %7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af91ab2d7
> > >> c

Re: [DISCUSS] Cordova-Windows Release

2015-11-11 Thread Steven Gill
Lets do a minor lib bump for a minor platform bump.

On Wed, Nov 11, 2015 at 2:39 PM, Dmitry Blotsky <dblot...@microsoft.com>
wrote:

> Hey guys,
>
> What kind of version bump will result from updating cordova-lib to this
> pinned version (4.2.0) of cordova-windows?
>
> Kindly,
> Dmitry
>
> > On Nov 10, 2015, at 4:01 AM, Sergey Grebnov (Akvelon) <
> v-seg...@microsoft.com> wrote:
> >
> > Please review blog post draft
> > https://github.com/apache/cordova-docs/pull/417
> >
> > Thx!
> > Sergey
> > -Original Message-
> > From: Sergey Grebnov (Akvelon)
> > Sent: Saturday, November 7, 2015 2:55 PM
> > To: dev@cordova.apache.org
> > Subject: RE: [DISCUSS] Cordova-Windows Release
> >
> > Empty commit did the trick :) Thank you Jesse!
> >
> > -Original Message-
> > From: Jesse [mailto:purplecabb...@gmail.com]
> > Sent: Saturday, November 7, 2015 12:48 AM
> > To: dev@cordova.apache.org
> > Subject: Re: [DISCUSS] Cordova-Windows Release
> >
> > or push an empty commit
> > --allow-empty
> >
> >
> > @purplecabbage
> >
> https://na01.safelinks.protection.outlook.com/?url=risingj.com=01%7c01%7cv-segreb%40microsoft.com%7c8b4f448c672b4d7c427e08d2e6f40614%7c72f988bf86f141af91ab2d7cd011db47%7c1=6ZG5xe7d6sSzKN44eudoMm1S2p2DvYQDWgvLo28q6ew%3d
> >
> > On Fri, Nov 6, 2015 at 1:37 PM, Steven Gill <stevengil...@gmail.com>
> wrote:
> >
> >> In terms of the tag and mirroring, here is the response I got from
> >> infra last time about android's tag and if it gets automatically
> updated.
> >>
> >> "It is automated, however if you just updated a tag, the mirroring
> >> daemon will not sync as there is no substance to the change (same got
> >> for just creating a new branch with no changes). "
> >> You can just file an issue to infra and they can manual update it.
> >>
> >> I wouldn't worry about the vote android 5.0.0 part, just respond to
> >> the vote thread with the fixed line.
> >>
> >>
> >> On Fri, Nov 6, 2015 at 12:17 PM, Sergey Grebnov (Akvelon) <
> >> v-seg...@microsoft.com> wrote:
> >>
> >>> The Vote thread also starts with "Please review and vote on this
> >>> 5.0.0 Android Release" which should be actually " Please review and
> >>> vote on
> >> this
> >>> 4.2.0 Windows Release ".
> >>>
> >>> Should I restart  Vote due to this mistake?
> >>>
> >>> Thx!
> >>> Sergey
> >>> -Original Message-
> >>> From: Sergey Grebnov (Akvelon) [mailto:v-seg...@microsoft.com]
> >>> Sent: Friday, November 6, 2015 11:12 PM
> >>> To: dev@cordova.apache.org
> >>> Subject: RE: [DISCUSS] Cordova-Windows Release
> >>>
> >>> Hi guys,
> >>>
> >>> I've started the Vote thread, but I see that release tag has not
> >>> been automatically mirrored from asf to github. Is it a known issue
> >>> - should this be done manually?
> >>>
> >>> 4.2.0 tag exists  here [1]  but I don't see it on github[2]
> >>>
> >>> [1]
> >>>
> >> https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgit-w
> >> ip-us.apache.org%2frepos%2fasf%3fp%3dcordova-windows.git%3ba%3dcommit%
> >> 3bh%3db56900f1d227f33633ded3ab0aa3f56a10ae7c74=01%7c01%7cv-segreb
> >> %40microsoft.com%7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af
> >> 91ab2d7cd011db47%7c1=JOLj3gPwJI5avqMkOleHP%2bB%2bAU0MIhg7j33mXGF
> >> dfr0%3d
> >>>
> >>> [2]
> >>>
> >> https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithu
> >> b.com%2fapache%2fcordova-windows%2ftags=01%7c01%7cv-segreb%40micr
> >> osoft.com%7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af91ab2d7
> >> cd011db47%7c1=We46tqvJ5ihE01jGrecRdo%2bGiwaZwDaJnPXddimFZBc%3d
> >>>
> >>> Thx!
> >>> -Sergey
> >>>
> >>> -Original Message-
> >>> From: Sergey Grebnov (Akvelon)
> >>> Sent: Thursday, November 5, 2015 1:57 PM
> >>> To: dev@cordova.apache.org
> >>> Subject: RE: [DISCUSS] Cordova-Windows Release
> >>>
> >>> I've tested mobilespec build artefacts (uap, win81) using Windows
> >>> App
> >> Cert
> >>> Kit and all tests pass.
> >>>
> >>> I see that we've just merged b

Re: [DISCUSS] Cordova-Windows Release

2015-11-11 Thread Dmitry Blotsky
Hey guys,

What kind of version bump will result from updating cordova-lib to this pinned 
version (4.2.0) of cordova-windows?

Kindly,
Dmitry

> On Nov 10, 2015, at 4:01 AM, Sergey Grebnov (Akvelon) 
> <v-seg...@microsoft.com> wrote:
> 
> Please review blog post draft
> https://github.com/apache/cordova-docs/pull/417
> 
> Thx!
> Sergey
> -Original Message-
> From: Sergey Grebnov (Akvelon) 
> Sent: Saturday, November 7, 2015 2:55 PM
> To: dev@cordova.apache.org
> Subject: RE: [DISCUSS] Cordova-Windows Release
> 
> Empty commit did the trick :) Thank you Jesse!
> 
> -Original Message-
> From: Jesse [mailto:purplecabb...@gmail.com]
> Sent: Saturday, November 7, 2015 12:48 AM
> To: dev@cordova.apache.org
> Subject: Re: [DISCUSS] Cordova-Windows Release
> 
> or push an empty commit
> --allow-empty
> 
> 
> @purplecabbage
> https://na01.safelinks.protection.outlook.com/?url=risingj.com=01%7c01%7cv-segreb%40microsoft.com%7c8b4f448c672b4d7c427e08d2e6f40614%7c72f988bf86f141af91ab2d7cd011db47%7c1=6ZG5xe7d6sSzKN44eudoMm1S2p2DvYQDWgvLo28q6ew%3d
> 
> On Fri, Nov 6, 2015 at 1:37 PM, Steven Gill <stevengil...@gmail.com> wrote:
> 
>> In terms of the tag and mirroring, here is the response I got from 
>> infra last time about android's tag and if it gets automatically updated.
>> 
>> "It is automated, however if you just updated a tag, the mirroring 
>> daemon will not sync as there is no substance to the change (same got 
>> for just creating a new branch with no changes). "
>> You can just file an issue to infra and they can manual update it.
>> 
>> I wouldn't worry about the vote android 5.0.0 part, just respond to 
>> the vote thread with the fixed line.
>> 
>> 
>> On Fri, Nov 6, 2015 at 12:17 PM, Sergey Grebnov (Akvelon) < 
>> v-seg...@microsoft.com> wrote:
>> 
>>> The Vote thread also starts with "Please review and vote on this
>>> 5.0.0 Android Release" which should be actually " Please review and 
>>> vote on
>> this
>>> 4.2.0 Windows Release ".
>>> 
>>> Should I restart  Vote due to this mistake?
>>> 
>>> Thx!
>>> Sergey
>>> -Original Message-
>>> From: Sergey Grebnov (Akvelon) [mailto:v-seg...@microsoft.com]
>>> Sent: Friday, November 6, 2015 11:12 PM
>>> To: dev@cordova.apache.org
>>> Subject: RE: [DISCUSS] Cordova-Windows Release
>>> 
>>> Hi guys,
>>> 
>>> I've started the Vote thread, but I see that release tag has not 
>>> been automatically mirrored from asf to github. Is it a known issue
>>> - should this be done manually?
>>> 
>>> 4.2.0 tag exists  here [1]  but I don't see it on github[2]
>>> 
>>> [1]
>>> 
>> https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgit-w
>> ip-us.apache.org%2frepos%2fasf%3fp%3dcordova-windows.git%3ba%3dcommit%
>> 3bh%3db56900f1d227f33633ded3ab0aa3f56a10ae7c74=01%7c01%7cv-segreb
>> %40microsoft.com%7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af
>> 91ab2d7cd011db47%7c1=JOLj3gPwJI5avqMkOleHP%2bB%2bAU0MIhg7j33mXGF
>> dfr0%3d
>>> 
>>> [2]
>>> 
>> https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithu
>> b.com%2fapache%2fcordova-windows%2ftags=01%7c01%7cv-segreb%40micr
>> osoft.com%7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af91ab2d7
>> cd011db47%7c1=We46tqvJ5ihE01jGrecRdo%2bGiwaZwDaJnPXddimFZBc%3d
>>> 
>>> Thx!
>>> -Sergey
>>> 
>>> -Original Message-
>>> From: Sergey Grebnov (Akvelon)
>>> Sent: Thursday, November 5, 2015 1:57 PM
>>> To: dev@cordova.apache.org
>>> Subject: RE: [DISCUSS] Cordova-Windows Release
>>> 
>>> I've tested mobilespec build artefacts (uap, win81) using Windows 
>>> App
>> Cert
>>> Kit and all tests pass.
>>> 
>>> I see that we've just merged back button fix for WP8.1 so I plan to 
>>> test and merge related fix[1] for Windows10  to have full back 
>>> button support and proceed w/ release.
>>> 
>>> [1]
>>> 
>> https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithu
>> b.com%2fapache%2fcordova-windows%2fpull%2f120=01%7c01%7cv-segreb%
>> 40microsoft.com%7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af9
>> 1ab2d7cd011db47%7c1=8hkECiqIg06EblDoJ5Los0JU4R9JhuXeqFA6xJG2aZg%
>> 3d
>>> 
>>> -Sergey
>>> -Original Message-
>>> From: Carlos Santana [mailto:csantan...@gmail.com]
>

RE: [DISCUSS] Cordova-Windows Release

2015-11-10 Thread Sergey Grebnov (Akvelon)
Please review blog post draft
https://github.com/apache/cordova-docs/pull/417

Thx!
Sergey
-Original Message-
From: Sergey Grebnov (Akvelon) 
Sent: Saturday, November 7, 2015 2:55 PM
To: dev@cordova.apache.org
Subject: RE: [DISCUSS] Cordova-Windows Release

Empty commit did the trick :) Thank you Jesse!

-Original Message-
From: Jesse [mailto:purplecabb...@gmail.com]
Sent: Saturday, November 7, 2015 12:48 AM
To: dev@cordova.apache.org
Subject: Re: [DISCUSS] Cordova-Windows Release

or push an empty commit
--allow-empty


@purplecabbage
https://na01.safelinks.protection.outlook.com/?url=risingj.com=01%7c01%7cv-segreb%40microsoft.com%7c8b4f448c672b4d7c427e08d2e6f40614%7c72f988bf86f141af91ab2d7cd011db47%7c1=6ZG5xe7d6sSzKN44eudoMm1S2p2DvYQDWgvLo28q6ew%3d

On Fri, Nov 6, 2015 at 1:37 PM, Steven Gill <stevengil...@gmail.com> wrote:

> In terms of the tag and mirroring, here is the response I got from 
> infra last time about android's tag and if it gets automatically updated.
>
> "It is automated, however if you just updated a tag, the mirroring 
> daemon will not sync as there is no substance to the change (same got 
> for just creating a new branch with no changes). "
> You can just file an issue to infra and they can manual update it.
>
> I wouldn't worry about the vote android 5.0.0 part, just respond to 
> the vote thread with the fixed line.
>
>
> On Fri, Nov 6, 2015 at 12:17 PM, Sergey Grebnov (Akvelon) < 
> v-seg...@microsoft.com> wrote:
>
> > The Vote thread also starts with "Please review and vote on this
> > 5.0.0 Android Release" which should be actually " Please review and 
> > vote on
> this
> > 4.2.0 Windows Release ".
> >
> > Should I restart  Vote due to this mistake?
> >
> > Thx!
> > Sergey
> > -Original Message-
> > From: Sergey Grebnov (Akvelon) [mailto:v-seg...@microsoft.com]
> > Sent: Friday, November 6, 2015 11:12 PM
> > To: dev@cordova.apache.org
> > Subject: RE: [DISCUSS] Cordova-Windows Release
> >
> > Hi guys,
> >
> > I've started the Vote thread, but I see that release tag has not 
> > been automatically mirrored from asf to github. Is it a known issue
> > - should this be done manually?
> >
> > 4.2.0 tag exists  here [1]  but I don't see it on github[2]
> >
> > [1]
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgit-w
> ip-us.apache.org%2frepos%2fasf%3fp%3dcordova-windows.git%3ba%3dcommit%
> 3bh%3db56900f1d227f33633ded3ab0aa3f56a10ae7c74=01%7c01%7cv-segreb
> %40microsoft.com%7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af
> 91ab2d7cd011db47%7c1=JOLj3gPwJI5avqMkOleHP%2bB%2bAU0MIhg7j33mXGF
> dfr0%3d
> >
> > [2]
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithu
> b.com%2fapache%2fcordova-windows%2ftags=01%7c01%7cv-segreb%40micr
> osoft.com%7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af91ab2d7
> cd011db47%7c1=We46tqvJ5ihE01jGrecRdo%2bGiwaZwDaJnPXddimFZBc%3d
> >
> > Thx!
> > -Sergey
> >
> > -Original Message-
> > From: Sergey Grebnov (Akvelon)
> > Sent: Thursday, November 5, 2015 1:57 PM
> > To: dev@cordova.apache.org
> > Subject: RE: [DISCUSS] Cordova-Windows Release
> >
> > I've tested mobilespec build artefacts (uap, win81) using Windows 
> > App
> Cert
> > Kit and all tests pass.
> >
> > I see that we've just merged back button fix for WP8.1 so I plan to 
> > test and merge related fix[1] for Windows10  to have full back 
> > button support and proceed w/ release.
> >
> > [1]
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithu
> b.com%2fapache%2fcordova-windows%2fpull%2f120=01%7c01%7cv-segreb%
> 40microsoft.com%7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af9
> 1ab2d7cd011db47%7c1=8hkECiqIg06EblDoJ5Los0JU4R9JhuXeqFA6xJG2aZg%
> 3d
> >
> > -Sergey
> > -Original Message-
> > From: Carlos Santana [mailto:csantan...@gmail.com]
> > Sent: Thursday, November 5, 2015 1:15 AM
> > To: dev@cordova.apache.org
> > Subject: Re: [DISCUSS] Cordova-Windows Release
> >
> > +1 and do minor release since it include more than bug fixes.
> >
> > On Tue, Nov 3, 2015 at 12:10 PM Jesse <purplecabb...@gmail.com> wrote:
> >
> > > +1
> > > Sounds good. I want to test some of the recent line-ending 
> > > gitattribute changes with AppStore submission, so a release would 
> > > be
> the
> > perfect test.
> > >
> > > > On Nov 2, 2015, at 11:18 PM, Sergey Grebnov (Akvelon) <
> > > v-seg...@microsoft.com> wrote:

RE: [DISCUSS] Cordova-Windows Release

2015-11-07 Thread Sergey Grebnov (Akvelon)
Empty commit did the trick :) Thank you Jesse!

-Original Message-
From: Jesse [mailto:purplecabb...@gmail.com] 
Sent: Saturday, November 7, 2015 12:48 AM
To: dev@cordova.apache.org
Subject: Re: [DISCUSS] Cordova-Windows Release

or push an empty commit
--allow-empty


@purplecabbage
https://na01.safelinks.protection.outlook.com/?url=risingj.com=01%7c01%7cv-segreb%40microsoft.com%7c8b4f448c672b4d7c427e08d2e6f40614%7c72f988bf86f141af91ab2d7cd011db47%7c1=6ZG5xe7d6sSzKN44eudoMm1S2p2DvYQDWgvLo28q6ew%3d

On Fri, Nov 6, 2015 at 1:37 PM, Steven Gill <stevengil...@gmail.com> wrote:

> In terms of the tag and mirroring, here is the response I got from 
> infra last time about android's tag and if it gets automatically updated.
>
> "It is automated, however if you just updated a tag, the mirroring 
> daemon will not sync as there is no substance to the change (same got 
> for just creating a new branch with no changes). "
> You can just file an issue to infra and they can manual update it.
>
> I wouldn't worry about the vote android 5.0.0 part, just respond to 
> the vote thread with the fixed line.
>
>
> On Fri, Nov 6, 2015 at 12:17 PM, Sergey Grebnov (Akvelon) < 
> v-seg...@microsoft.com> wrote:
>
> > The Vote thread also starts with "Please review and vote on this 
> > 5.0.0 Android Release" which should be actually " Please review and 
> > vote on
> this
> > 4.2.0 Windows Release ".
> >
> > Should I restart  Vote due to this mistake?
> >
> > Thx!
> > Sergey
> > -Original Message-
> > From: Sergey Grebnov (Akvelon) [mailto:v-seg...@microsoft.com]
> > Sent: Friday, November 6, 2015 11:12 PM
> > To: dev@cordova.apache.org
> > Subject: RE: [DISCUSS] Cordova-Windows Release
> >
> > Hi guys,
> >
> > I've started the Vote thread, but I see that release tag has not 
> > been automatically mirrored from asf to github. Is it a known issue 
> > - should this be done manually?
> >
> > 4.2.0 tag exists  here [1]  but I don't see it on github[2]
> >
> > [1]
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgit-w
> ip-us.apache.org%2frepos%2fasf%3fp%3dcordova-windows.git%3ba%3dcommit%
> 3bh%3db56900f1d227f33633ded3ab0aa3f56a10ae7c74=01%7c01%7cv-segreb
> %40microsoft.com%7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af
> 91ab2d7cd011db47%7c1=JOLj3gPwJI5avqMkOleHP%2bB%2bAU0MIhg7j33mXGF
> dfr0%3d
> >
> > [2]
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithu
> b.com%2fapache%2fcordova-windows%2ftags=01%7c01%7cv-segreb%40micr
> osoft.com%7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af91ab2d7
> cd011db47%7c1=We46tqvJ5ihE01jGrecRdo%2bGiwaZwDaJnPXddimFZBc%3d
> >
> > Thx!
> > -Sergey
> >
> > -Original Message-
> > From: Sergey Grebnov (Akvelon)
> > Sent: Thursday, November 5, 2015 1:57 PM
> > To: dev@cordova.apache.org
> > Subject: RE: [DISCUSS] Cordova-Windows Release
> >
> > I've tested mobilespec build artefacts (uap, win81) using Windows 
> > App
> Cert
> > Kit and all tests pass.
> >
> > I see that we've just merged back button fix for WP8.1 so I plan to 
> > test and merge related fix[1] for Windows10  to have full back 
> > button support and proceed w/ release.
> >
> > [1]
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithu
> b.com%2fapache%2fcordova-windows%2fpull%2f120=01%7c01%7cv-segreb%
> 40microsoft.com%7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af9
> 1ab2d7cd011db47%7c1=8hkECiqIg06EblDoJ5Los0JU4R9JhuXeqFA6xJG2aZg%
> 3d
> >
> > -Sergey
> > -Original Message-
> > From: Carlos Santana [mailto:csantan...@gmail.com]
> > Sent: Thursday, November 5, 2015 1:15 AM
> > To: dev@cordova.apache.org
> > Subject: Re: [DISCUSS] Cordova-Windows Release
> >
> > +1 and do minor release since it include more than bug fixes.
> >
> > On Tue, Nov 3, 2015 at 12:10 PM Jesse <purplecabb...@gmail.com> wrote:
> >
> > > +1
> > > Sounds good. I want to test some of the recent line-ending 
> > > gitattribute changes with AppStore submission, so a release would 
> > > be
> the
> > perfect test.
> > >
> > > > On Nov 2, 2015, at 11:18 PM, Sergey Grebnov (Akvelon) <
> > > v-seg...@microsoft.com> wrote:
> > > >
> > > > If we agree to do a release:
> > > >
> > > > Most of the changes in master are bugfixes, but there is new 
> > > > Visual
> > > Studio 14 template (version update), Cumulat

RE: [DISCUSS] Cordova-Windows Release

2015-11-06 Thread Sergey Grebnov (Akvelon)
Hi guys,

I've started the Vote thread, but I see that release tag has not been 
automatically mirrored from asf to github. Is it a known issue - should this be 
done manually?

4.2.0 tag exists  here [1]  but I don't see it on github[2]

[1]https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git;a=commit;h=b56900f1d227f33633ded3ab0aa3f56a10ae7c74
 

[2] https://github.com/apache/cordova-windows/tags 

Thx!
-Sergey

-Original Message-
From: Sergey Grebnov (Akvelon) 
Sent: Thursday, November 5, 2015 1:57 PM
To: dev@cordova.apache.org
Subject: RE: [DISCUSS] Cordova-Windows Release

I've tested mobilespec build artefacts (uap, win81) using Windows App Cert Kit 
and all tests pass.

I see that we've just merged back button fix for WP8.1 so I plan to test and 
merge related fix[1] for Windows10  to have full back button support and 
proceed w/ release.

[1] https://github.com/apache/cordova-windows/pull/120

-Sergey
-Original Message-
From: Carlos Santana [mailto:csantan...@gmail.com]
Sent: Thursday, November 5, 2015 1:15 AM
To: dev@cordova.apache.org
Subject: Re: [DISCUSS] Cordova-Windows Release

+1 and do minor release since it include more than bug fixes.

On Tue, Nov 3, 2015 at 12:10 PM Jesse <purplecabb...@gmail.com> wrote:

> +1
> Sounds good. I want to test some of the recent line-ending 
> gitattribute changes with AppStore submission, so a release would be the 
> perfect test.
>
> > On Nov 2, 2015, at 11:18 PM, Sergey Grebnov (Akvelon) <
> v-seg...@microsoft.com> wrote:
> >
> > If we agree to do a release:
> >
> > Most of the changes in master are bugfixes, but there is new Visual
> Studio 14 template (version update), Cumulative build and hosted 
> environments support so I propose to do minor release (4.2.0) instead 
> of patch (4.1.1). Thoughts?
> >
> > Thx!
> > Sergey
> > -Original Message-
> > From: Sergey Grebnov (Akvelon)
> > Sent: Tuesday, November 3, 2015 10:10 AM
> > To: dev@cordova.apache.org
> > Subject: [DISCUSS] Cordova-Windows Release
> >
> > Hi guys, last Windows release was in August and there are important
> changes landed to repo master from that time including:
> >  * Better Windows 10 in hosted environment support
> >  * Create/prepare fixes for non-Windows env (Linux/OSX)
> >  * Cumulative build support (windows10 and windows 8.1)
> >  * Fixes for general build failures
> >
> > https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgit
> > hub.com%2fapache%2fcordova-windows%2fcompare%2f4.1.x...master=0
> > 1%7c01%7cv-segreb%40microsoft.com%7c6d60e65c973f45758f2808d2e56574d8
> > %7c72f988bf86f141af91ab2d7cd011db47%7c1=q5Xg3gy10YuO6pqgrhL%2b
> > kstxzou35oWmuctQd%2bATgNY%3d
> >
> > Does anyone have any reason to delay a cordova-windows platform release?
> > Any outstanding patches to land?
> >
> > If not, I will start the release tomorrow.
> >
> > Thx!
> > Sergey
> >
> >
> > 
> > - To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> > For additional commands, e-mail: dev-h...@cordova.apache.org
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>
>


RE: [DISCUSS] Cordova-Windows Release

2015-11-06 Thread Sergey Grebnov (Akvelon)
The Vote thread also starts with "Please review and vote on this 5.0.0 Android 
Release" which should be actually " Please review and vote on this 4.2.0 
Windows Release ".

Should I restart  Vote due to this mistake?

Thx!
Sergey
-Original Message-
From: Sergey Grebnov (Akvelon) [mailto:v-seg...@microsoft.com] 
Sent: Friday, November 6, 2015 11:12 PM
To: dev@cordova.apache.org
Subject: RE: [DISCUSS] Cordova-Windows Release

Hi guys,

I've started the Vote thread, but I see that release tag has not been 
automatically mirrored from asf to github. Is it a known issue - should this be 
done manually?

4.2.0 tag exists  here [1]  but I don't see it on github[2]

[1]https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgit-wip-us.apache.org%2frepos%2fasf%3fp%3dcordova-windows.git%3ba%3dcommit%3bh%3db56900f1d227f33633ded3ab0aa3f56a10ae7c74=01%7c01%7cv-segreb%40microsoft.com%7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af91ab2d7cd011db47%7c1=JOLj3gPwJI5avqMkOleHP%2bB%2bAU0MIhg7j33mXGFdfr0%3d
 

[2] 
https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithub.com%2fapache%2fcordova-windows%2ftags=01%7c01%7cv-segreb%40microsoft.com%7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af91ab2d7cd011db47%7c1=We46tqvJ5ihE01jGrecRdo%2bGiwaZwDaJnPXddimFZBc%3d
 

Thx!
-Sergey

-Original Message-
From: Sergey Grebnov (Akvelon)
Sent: Thursday, November 5, 2015 1:57 PM
To: dev@cordova.apache.org
Subject: RE: [DISCUSS] Cordova-Windows Release

I've tested mobilespec build artefacts (uap, win81) using Windows App Cert Kit 
and all tests pass.

I see that we've just merged back button fix for WP8.1 so I plan to test and 
merge related fix[1] for Windows10  to have full back button support and 
proceed w/ release.

[1] 
https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithub.com%2fapache%2fcordova-windows%2fpull%2f120=01%7c01%7cv-segreb%40microsoft.com%7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af91ab2d7cd011db47%7c1=8hkECiqIg06EblDoJ5Los0JU4R9JhuXeqFA6xJG2aZg%3d

-Sergey
-Original Message-
From: Carlos Santana [mailto:csantan...@gmail.com]
Sent: Thursday, November 5, 2015 1:15 AM
To: dev@cordova.apache.org
Subject: Re: [DISCUSS] Cordova-Windows Release

+1 and do minor release since it include more than bug fixes.

On Tue, Nov 3, 2015 at 12:10 PM Jesse <purplecabb...@gmail.com> wrote:

> +1
> Sounds good. I want to test some of the recent line-ending 
> gitattribute changes with AppStore submission, so a release would be the 
> perfect test.
>
> > On Nov 2, 2015, at 11:18 PM, Sergey Grebnov (Akvelon) <
> v-seg...@microsoft.com> wrote:
> >
> > If we agree to do a release:
> >
> > Most of the changes in master are bugfixes, but there is new Visual
> Studio 14 template (version update), Cumulative build and hosted 
> environments support so I propose to do minor release (4.2.0) instead 
> of patch (4.1.1). Thoughts?
> >
> > Thx!
> > Sergey
> > -Original Message-
> > From: Sergey Grebnov (Akvelon)
> > Sent: Tuesday, November 3, 2015 10:10 AM
> > To: dev@cordova.apache.org
> > Subject: [DISCUSS] Cordova-Windows Release
> >
> > Hi guys, last Windows release was in August and there are important
> changes landed to repo master from that time including:
> >  * Better Windows 10 in hosted environment support
> >  * Create/prepare fixes for non-Windows env (Linux/OSX)
> >  * Cumulative build support (windows10 and windows 8.1)
> >  * Fixes for general build failures
> >
> > https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgit
> > hub.com%2fapache%2fcordova-windows%2fcompare%2f4.1.x...master=0
> > 1%7c01%7cv-segreb%40microsoft.com%7c6d60e65c973f45758f2808d2e56574d8
> > %7c72f988bf86f141af91ab2d7cd011db47%7c1=q5Xg3gy10YuO6pqgrhL%2b
> > kstxzou35oWmuctQd%2bATgNY%3d
> >
> > Does anyone have any reason to delay a cordova-windows platform release?
> > Any outstanding patches to land?
> >
> > If not, I will start the release tomorrow.
> >
> > Thx!
> > Sergey
> >
> >
> > 
> > - To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> > For additional commands, e-mail: dev-h...@cordova.apache.org
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>
>

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


Re: [DISCUSS] Cordova-Windows Release

2015-11-06 Thread Steven Gill
In terms of the tag and mirroring, here is the response I got from infra
last time about android's tag and if it gets automatically updated.

"It is automated, however if you just updated a tag, the mirroring daemon
will not sync as there is no substance to the change (same got for just
creating a new branch with no changes). "
You can just file an issue to infra and they can manual update it.

I wouldn't worry about the vote android 5.0.0 part, just respond to the
vote thread with the fixed line.


On Fri, Nov 6, 2015 at 12:17 PM, Sergey Grebnov (Akvelon) <
v-seg...@microsoft.com> wrote:

> The Vote thread also starts with "Please review and vote on this 5.0.0
> Android Release" which should be actually " Please review and vote on this
> 4.2.0 Windows Release ".
>
> Should I restart  Vote due to this mistake?
>
> Thx!
> Sergey
> -Original Message-
> From: Sergey Grebnov (Akvelon) [mailto:v-seg...@microsoft.com]
> Sent: Friday, November 6, 2015 11:12 PM
> To: dev@cordova.apache.org
> Subject: RE: [DISCUSS] Cordova-Windows Release
>
> Hi guys,
>
> I've started the Vote thread, but I see that release tag has not been
> automatically mirrored from asf to github. Is it a known issue - should
> this be done manually?
>
> 4.2.0 tag exists  here [1]  but I don't see it on github[2]
>
> [1]
> https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgit-wip-us.apache.org%2frepos%2fasf%3fp%3dcordova-windows.git%3ba%3dcommit%3bh%3db56900f1d227f33633ded3ab0aa3f56a10ae7c74=01%7c01%7cv-segreb%40microsoft.com%7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af91ab2d7cd011db47%7c1=JOLj3gPwJI5avqMkOleHP%2bB%2bAU0MIhg7j33mXGFdfr0%3d
>
> [2]
> https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithub.com%2fapache%2fcordova-windows%2ftags=01%7c01%7cv-segreb%40microsoft.com%7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af91ab2d7cd011db47%7c1=We46tqvJ5ihE01jGrecRdo%2bGiwaZwDaJnPXddimFZBc%3d
>
> Thx!
> -Sergey
>
> -Original Message-----
> From: Sergey Grebnov (Akvelon)
> Sent: Thursday, November 5, 2015 1:57 PM
> To: dev@cordova.apache.org
> Subject: RE: [DISCUSS] Cordova-Windows Release
>
> I've tested mobilespec build artefacts (uap, win81) using Windows App Cert
> Kit and all tests pass.
>
> I see that we've just merged back button fix for WP8.1 so I plan to test
> and merge related fix[1] for Windows10  to have full back button support
> and proceed w/ release.
>
> [1]
> https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithub.com%2fapache%2fcordova-windows%2fpull%2f120=01%7c01%7cv-segreb%40microsoft.com%7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af91ab2d7cd011db47%7c1=8hkECiqIg06EblDoJ5Los0JU4R9JhuXeqFA6xJG2aZg%3d
>
> -Sergey
> -----Original Message-
> From: Carlos Santana [mailto:csantan...@gmail.com]
> Sent: Thursday, November 5, 2015 1:15 AM
> To: dev@cordova.apache.org
> Subject: Re: [DISCUSS] Cordova-Windows Release
>
> +1 and do minor release since it include more than bug fixes.
>
> On Tue, Nov 3, 2015 at 12:10 PM Jesse <purplecabb...@gmail.com> wrote:
>
> > +1
> > Sounds good. I want to test some of the recent line-ending
> > gitattribute changes with AppStore submission, so a release would be the
> perfect test.
> >
> > > On Nov 2, 2015, at 11:18 PM, Sergey Grebnov (Akvelon) <
> > v-seg...@microsoft.com> wrote:
> > >
> > > If we agree to do a release:
> > >
> > > Most of the changes in master are bugfixes, but there is new Visual
> > Studio 14 template (version update), Cumulative build and hosted
> > environments support so I propose to do minor release (4.2.0) instead
> > of patch (4.1.1). Thoughts?
> > >
> > > Thx!
> > > Sergey
> > > -Original Message-
> > > From: Sergey Grebnov (Akvelon)
> > > Sent: Tuesday, November 3, 2015 10:10 AM
> > > To: dev@cordova.apache.org
> > > Subject: [DISCUSS] Cordova-Windows Release
> > >
> > > Hi guys, last Windows release was in August and there are important
> > changes landed to repo master from that time including:
> > >  * Better Windows 10 in hosted environment support
> > >  * Create/prepare fixes for non-Windows env (Linux/OSX)
> > >  * Cumulative build support (windows10 and windows 8.1)
> > >  * Fixes for general build failures
> > >
> > > https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgit
> > > hub.com%2fapache%2fcordova-windows%2fcompare%2f4.1.x...master=0
> > > 1%7c01%7cv-segreb%40microsoft.com%7c6d60e65c973f45758f2808d2e56574d8
> > > %7c72f988bf86f141af91ab2d7cd011db4

Re: [DISCUSS] Cordova-Windows Release

2015-11-06 Thread Jesse
or push an empty commit
--allow-empty


@purplecabbage
risingj.com

On Fri, Nov 6, 2015 at 1:37 PM, Steven Gill <stevengil...@gmail.com> wrote:

> In terms of the tag and mirroring, here is the response I got from infra
> last time about android's tag and if it gets automatically updated.
>
> "It is automated, however if you just updated a tag, the mirroring daemon
> will not sync as there is no substance to the change (same got for just
> creating a new branch with no changes). "
> You can just file an issue to infra and they can manual update it.
>
> I wouldn't worry about the vote android 5.0.0 part, just respond to the
> vote thread with the fixed line.
>
>
> On Fri, Nov 6, 2015 at 12:17 PM, Sergey Grebnov (Akvelon) <
> v-seg...@microsoft.com> wrote:
>
> > The Vote thread also starts with "Please review and vote on this 5.0.0
> > Android Release" which should be actually " Please review and vote on
> this
> > 4.2.0 Windows Release ".
> >
> > Should I restart  Vote due to this mistake?
> >
> > Thx!
> > Sergey
> > -Original Message-
> > From: Sergey Grebnov (Akvelon) [mailto:v-seg...@microsoft.com]
> > Sent: Friday, November 6, 2015 11:12 PM
> > To: dev@cordova.apache.org
> > Subject: RE: [DISCUSS] Cordova-Windows Release
> >
> > Hi guys,
> >
> > I've started the Vote thread, but I see that release tag has not been
> > automatically mirrored from asf to github. Is it a known issue - should
> > this be done manually?
> >
> > 4.2.0 tag exists  here [1]  but I don't see it on github[2]
> >
> > [1]
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgit-wip-us.apache.org%2frepos%2fasf%3fp%3dcordova-windows.git%3ba%3dcommit%3bh%3db56900f1d227f33633ded3ab0aa3f56a10ae7c74=01%7c01%7cv-segreb%40microsoft.com%7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af91ab2d7cd011db47%7c1=JOLj3gPwJI5avqMkOleHP%2bB%2bAU0MIhg7j33mXGFdfr0%3d
> >
> > [2]
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithub.com%2fapache%2fcordova-windows%2ftags=01%7c01%7cv-segreb%40microsoft.com%7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af91ab2d7cd011db47%7c1=We46tqvJ5ihE01jGrecRdo%2bGiwaZwDaJnPXddimFZBc%3d
> >
> > Thx!
> > -Sergey
> >
> > -Original Message-
> > From: Sergey Grebnov (Akvelon)
> > Sent: Thursday, November 5, 2015 1:57 PM
> > To: dev@cordova.apache.org
> > Subject: RE: [DISCUSS] Cordova-Windows Release
> >
> > I've tested mobilespec build artefacts (uap, win81) using Windows App
> Cert
> > Kit and all tests pass.
> >
> > I see that we've just merged back button fix for WP8.1 so I plan to test
> > and merge related fix[1] for Windows10  to have full back button support
> > and proceed w/ release.
> >
> > [1]
> >
> https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithub.com%2fapache%2fcordova-windows%2fpull%2f120=01%7c01%7cv-segreb%40microsoft.com%7cba5291f3705243fa61cd08d2e6e68cc4%7c72f988bf86f141af91ab2d7cd011db47%7c1=8hkECiqIg06EblDoJ5Los0JU4R9JhuXeqFA6xJG2aZg%3d
> >
> > -Sergey
> > -Original Message-
> > From: Carlos Santana [mailto:csantan...@gmail.com]
> > Sent: Thursday, November 5, 2015 1:15 AM
> > To: dev@cordova.apache.org
> > Subject: Re: [DISCUSS] Cordova-Windows Release
> >
> > +1 and do minor release since it include more than bug fixes.
> >
> > On Tue, Nov 3, 2015 at 12:10 PM Jesse <purplecabb...@gmail.com> wrote:
> >
> > > +1
> > > Sounds good. I want to test some of the recent line-ending
> > > gitattribute changes with AppStore submission, so a release would be
> the
> > perfect test.
> > >
> > > > On Nov 2, 2015, at 11:18 PM, Sergey Grebnov (Akvelon) <
> > > v-seg...@microsoft.com> wrote:
> > > >
> > > > If we agree to do a release:
> > > >
> > > > Most of the changes in master are bugfixes, but there is new Visual
> > > Studio 14 template (version update), Cumulative build and hosted
> > > environments support so I propose to do minor release (4.2.0) instead
> > > of patch (4.1.1). Thoughts?
> > > >
> > > > Thx!
> > > > Sergey
> > > > -Original Message-
> > > > From: Sergey Grebnov (Akvelon)
> > > > Sent: Tuesday, November 3, 2015 10:10 AM
> > > > To: dev@cordova.apache.org
> > > > Subject: [DISCUSS] Cordova-Windows Release
> > > >
> > > > Hi guys, last Windows release was in August and there are i

RE: [DISCUSS] Cordova-Windows Release

2015-11-05 Thread Sergey Grebnov (Akvelon)
I've tested mobilespec build artefacts (uap, win81) using Windows App Cert Kit 
and all tests pass.

I see that we've just merged back button fix for WP8.1 so I plan to test and 
merge related fix[1] for Windows10  to have full back button support and 
proceed w/ release.

[1] https://github.com/apache/cordova-windows/pull/120

-Sergey
-Original Message-
From: Carlos Santana [mailto:csantan...@gmail.com] 
Sent: Thursday, November 5, 2015 1:15 AM
To: dev@cordova.apache.org
Subject: Re: [DISCUSS] Cordova-Windows Release

+1 and do minor release since it include more than bug fixes.

On Tue, Nov 3, 2015 at 12:10 PM Jesse <purplecabb...@gmail.com> wrote:

> +1
> Sounds good. I want to test some of the recent line-ending 
> gitattribute changes with AppStore submission, so a release would be the 
> perfect test.
>
> > On Nov 2, 2015, at 11:18 PM, Sergey Grebnov (Akvelon) <
> v-seg...@microsoft.com> wrote:
> >
> > If we agree to do a release:
> >
> > Most of the changes in master are bugfixes, but there is new Visual
> Studio 14 template (version update), Cumulative build and hosted 
> environments support so I propose to do minor release (4.2.0) instead 
> of patch (4.1.1). Thoughts?
> >
> > Thx!
> > Sergey
> > -Original Message-
> > From: Sergey Grebnov (Akvelon)
> > Sent: Tuesday, November 3, 2015 10:10 AM
> > To: dev@cordova.apache.org
> > Subject: [DISCUSS] Cordova-Windows Release
> >
> > Hi guys, last Windows release was in August and there are important
> changes landed to repo master from that time including:
> >  * Better Windows 10 in hosted environment support
> >  * Create/prepare fixes for non-Windows env (Linux/OSX)
> >  * Cumulative build support (windows10 and windows 8.1)
> >  * Fixes for general build failures
> >
> > https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgit
> > hub.com%2fapache%2fcordova-windows%2fcompare%2f4.1.x...master=0
> > 1%7c01%7cv-segreb%40microsoft.com%7c6d60e65c973f45758f2808d2e56574d8
> > %7c72f988bf86f141af91ab2d7cd011db47%7c1=q5Xg3gy10YuO6pqgrhL%2b
> > kstxzou35oWmuctQd%2bATgNY%3d
> >
> > Does anyone have any reason to delay a cordova-windows platform release?
> > Any outstanding patches to land?
> >
> > If not, I will start the release tomorrow.
> >
> > Thx!
> > Sergey
> >
> >
> > 
> > - To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> > For additional commands, e-mail: dev-h...@cordova.apache.org
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>
>

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org


Re: [DISCUSS] Cordova-Windows Release

2015-11-04 Thread Carlos Santana
+1 and do minor release since it include more than bug fixes.

On Tue, Nov 3, 2015 at 12:10 PM Jesse  wrote:

> +1
> Sounds good. I want to test some of the recent line-ending gitattribute
> changes with AppStore submission, so a release would be the perfect test.
>
> > On Nov 2, 2015, at 11:18 PM, Sergey Grebnov (Akvelon) <
> v-seg...@microsoft.com> wrote:
> >
> > If we agree to do a release:
> >
> > Most of the changes in master are bugfixes, but there is new Visual
> Studio 14 template (version update), Cumulative build and hosted
> environments support so I propose to do minor release (4.2.0) instead of
> patch (4.1.1). Thoughts?
> >
> > Thx!
> > Sergey
> > -Original Message-
> > From: Sergey Grebnov (Akvelon)
> > Sent: Tuesday, November 3, 2015 10:10 AM
> > To: dev@cordova.apache.org
> > Subject: [DISCUSS] Cordova-Windows Release
> >
> > Hi guys, last Windows release was in August and there are important
> changes landed to repo master from that time including:
> >  * Better Windows 10 in hosted environment support
> >  * Create/prepare fixes for non-Windows env (Linux/OSX)
> >  * Cumulative build support (windows10 and windows 8.1)
> >  * Fixes for general build failures
> >
> > https://github.com/apache/cordova-windows/compare/4.1.x...master
> >
> > Does anyone have any reason to delay a cordova-windows platform release?
> > Any outstanding patches to land?
> >
> > If not, I will start the release tomorrow.
> >
> > Thx!
> > Sergey
> >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> > For additional commands, e-mail: dev-h...@cordova.apache.org
> >
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
>
>


Re: [DISCUSS] Cordova-Windows Release

2015-11-03 Thread Jesse
+1
Sounds good. I want to test some of the recent line-ending gitattribute  
changes with AppStore submission, so a release would be the perfect test. 

> On Nov 2, 2015, at 11:18 PM, Sergey Grebnov (Akvelon) 
>  wrote:
> 
> If we agree to do a release: 
> 
> Most of the changes in master are bugfixes, but there is new Visual Studio 14 
> template (version update), Cumulative build and hosted environments support 
> so I propose to do minor release (4.2.0) instead of patch (4.1.1). Thoughts?
> 
> Thx!
> Sergey
> -Original Message-
> From: Sergey Grebnov (Akvelon) 
> Sent: Tuesday, November 3, 2015 10:10 AM
> To: dev@cordova.apache.org
> Subject: [DISCUSS] Cordova-Windows Release
> 
> Hi guys, last Windows release was in August and there are important changes 
> landed to repo master from that time including:
>  * Better Windows 10 in hosted environment support
>  * Create/prepare fixes for non-Windows env (Linux/OSX)
>  * Cumulative build support (windows10 and windows 8.1)
>  * Fixes for general build failures
> 
> https://github.com/apache/cordova-windows/compare/4.1.x...master 
> 
> Does anyone have any reason to delay a cordova-windows platform release?
> Any outstanding patches to land?
> 
> If not, I will start the release tomorrow.
> 
> Thx!
> Sergey
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
> For additional commands, e-mail: dev-h...@cordova.apache.org
> 

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



RE: [DISCUSS] Cordova-Windows Release

2015-11-02 Thread Sergey Grebnov (Akvelon)
If we agree to do a release: 

Most of the changes in master are bugfixes, but there is new Visual Studio 14 
template (version update), Cumulative build and hosted environments support so 
I propose to do minor release (4.2.0) instead of patch (4.1.1). Thoughts?

Thx!
Sergey
-Original Message-
From: Sergey Grebnov (Akvelon) 
Sent: Tuesday, November 3, 2015 10:10 AM
To: dev@cordova.apache.org
Subject: [DISCUSS] Cordova-Windows Release

Hi guys, last Windows release was in August and there are important changes 
landed to repo master from that time including:
  * Better Windows 10 in hosted environment support
  * Create/prepare fixes for non-Windows env (Linux/OSX)
  * Cumulative build support (windows10 and windows 8.1)
  * Fixes for general build failures

https://github.com/apache/cordova-windows/compare/4.1.x...master 

Does anyone have any reason to delay a cordova-windows platform release?
Any outstanding patches to land?

If not, I will start the release tomorrow.

Thx!
Sergey


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



RE: [DISCUSS] cordova-windows release

2015-08-27 Thread vldmrrr
Created CB-9565: Failure to build release package for Windows 10 project 
from CLI


On 8/26/2015 8:53 PM, Nikhil Khandelwal wrote:

+1 to filing a JIRA for this with repro steps. We should address this in the 
next release. Vldmrrr is there already a JIRA for this?

-Nikhil

-Original Message-
From: Carlos Santana [mailto:csantan...@gmail.com]
Sent: Wednesday, August 26, 2015 10:54 AM
To:dev@cordova.apache.org; Rob Pavezarob.pav...@microsoft.com
Subject: Re: [DISCUSS] cordova-windows release

So your saying failing to build from CLI is not critical to stop the release?

I'm OK not to stop the release, but still an issue filed a JIRA for the problem 
and see if it can be fixed in a subsequent release soon.

Also to note in the blog post for the release that introduce a problem that 
building from CLI is broken but there is workaround, and that you guys are 
going to take a look to fix ASAP.


On Wed, Aug 26, 2015 at 1:06 PM vldmrrrvldm...@gmail.com  wrote:


I finally tried running mobilespec  on my system, it fails with the
same error when building from command line for windows10, BUT when I
tried building from VS IDE, it builds fine, and does pass app cert
kit. Same goes about my test hello app. Good enough as far as I am
concerned

On 8/23/2015 1:10 AM, Rob Paveza wrote:

I'm not sure what you're seeing.  I definitely saw that with the
older

versions, but I'm not seeing that on the release version.  CB-9524 is
fixed, I'll update that.

I just validated it at home as well.

Do you have the latest version of Visual Studio and Win10 tools?
The

.NET Native stuff came in really late, but this is what I get as my output:

-
Building project:

F:\cordova\mobilespec\platforms\windows\CordovaApp.Windows10.jsproj

  Configuration : release
  Platform  : x64
Starting .NET Native compilation
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig

/unsafe+
/pdb:F:\cordova\mobilespec\platforms\windows\build\windows\bld\ilc\int
ermediate\org.apache.m

obilespec.pdb /nostdlib+ /reference:C:\Program Files

(x86)\MSBuild\Microsoft\.NetNative\x64\ilc\lib\Private\System.Private.CoreLib.dll
/debug:full /out:F:\cordova\
mobilespec\platforms\windows\build\windows\bld\ilc\intermediate\org.ap
ache.mobilespec.exe /target:winexe
F:\cordova\mobilespec\platforms\windows\build\windows\bld\il

c\intermediate\fake.cs
Processing application code
C:\Program Files

(x86)\MSBuild\Microsoft\.NetNative\x64\ilc\IlcInternals.targets(789,5):
warning : Your application is missing a Runtime Directives (rd.xml) file.
Runt

ime Directives are used to describe the dynamic behavior of your

application and control the .NET Native optimizer. It is recommended
to have at least one rd.xml file

in your project.

[F:\cordova\mobilespec\platforms\windows\CordovaApp.Windows10.jsproj]

Computing application closure and generating interop code
Compiling interop code
Generating serialization code
Cleaning up unreferenced code
Running native compilers
Generating fixups for native code
Compilation successful.

CordovaApp.Windows10 -

F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows
10_0.0.1.0_x64_Test\CordovaApp.Windows10_0.0.1.0_x64.appx

   BUILD OUTPUT:

F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows
10_0.0.1.0_x64_Test\CordovaApp.Windows10_0.0.1.0_x64.appx

Deploying windows10 package to device:


F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows
10_0.0.1.0_x64_Test\CordovaApp.Windows10_0.0.1.0_x64.appx

Attempt to uninstall previous application version...
Attempt to install application...
Found package:

F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows
10_0.0.1.0_x64_Test\CordovaApp.Windows10_0.0.1.0_x64.appx

Installing app...
Found dependency package(s):


F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows
10_0.0.1.0_x64_Test\Dependencies\x86\Microsoft.NET.Native.Runtime.1.1.
appx
F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows
10_0.0.1.0_x64_Test\Dependencies\x86\Microsoft.VCLibs.x86.14.00.appx
F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows
10_0.0.1.0_x64_Test\Dependencies\x64\Microsoft.NET.Native.Runtime.1.1.
appx
F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows
10_0.0.1.0_x64_Test\Dependencies\x64\Microsoft.VCLibs.x64.14.00.appx

Success: Your app was successfully installed.
Starting application...
ActivateApplication:

org.apache.mobilespec_h35559jr9hy9m!org.apache.mobilespec

-
Mobilespec contains the globalization plugin as well and I also
created

a new app to validate (I'm on a different computer too than the one
than I authored the release from).  WACK passed on all of these.

It just looks to me like you're running into a problem with the .NET

Native compiler as it's installed on your system.  If you want I can
try to get someone to work with you to figure out what's

Re: [DISCUSS] cordova-windows release

2015-08-27 Thread Carlos Santana
Thanks !

- Carlos
Sent from my iPhone

 On Aug 27, 2015, at 11:42 AM, vldmrrr vldm...@gmail.com wrote:
 
 Created CB-9565: Failure to build release package for Windows 10 project from 
 CLI
 
 On 8/26/2015 8:53 PM, Nikhil Khandelwal wrote:
 +1 to filing a JIRA for this with repro steps. We should address this in the 
 next release. Vldmrrr is there already a JIRA for this?
 
 -Nikhil
 
 -Original Message-
 From: Carlos Santana [mailto:csantan...@gmail.com]
 Sent: Wednesday, August 26, 2015 10:54 AM
 To:dev@cordova.apache.org; Rob Pavezarob.pav...@microsoft.com
 Subject: Re: [DISCUSS] cordova-windows release
 
 So your saying failing to build from CLI is not critical to stop the release?
 
 I'm OK not to stop the release, but still an issue filed a JIRA for the 
 problem and see if it can be fixed in a subsequent release soon.
 
 Also to note in the blog post for the release that introduce a problem that 
 building from CLI is broken but there is workaround, and that you guys are 
 going to take a look to fix ASAP.
 
 
 On Wed, Aug 26, 2015 at 1:06 PM vldmrrrvldm...@gmail.com  wrote:
 
 I finally tried running mobilespec  on my system, it fails with the
 same error when building from command line for windows10, BUT when I
 tried building from VS IDE, it builds fine, and does pass app cert
 kit. Same goes about my test hello app. Good enough as far as I am
 concerned
 
 On 8/23/2015 1:10 AM, Rob Paveza wrote:
 I'm not sure what you're seeing.  I definitely saw that with the
 older
 versions, but I'm not seeing that on the release version.  CB-9524 is
 fixed, I'll update that.
 I just validated it at home as well.
 
 Do you have the latest version of Visual Studio and Win10 tools?
 The
 .NET Native stuff came in really late, but this is what I get as my output:
 -
 Building project:
 F:\cordova\mobilespec\platforms\windows\CordovaApp.Windows10.jsproj
  Configuration : release
  Platform  : x64
Starting .NET Native compilation
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig
 /unsafe+
 /pdb:F:\cordova\mobilespec\platforms\windows\build\windows\bld\ilc\int
 ermediate\org.apache.m
obilespec.pdb /nostdlib+ /reference:C:\Program Files
 (x86)\MSBuild\Microsoft\.NetNative\x64\ilc\lib\Private\System.Private.CoreLib.dll
 /debug:full /out:F:\cordova\
 mobilespec\platforms\windows\build\windows\bld\ilc\intermediate\org.ap
 ache.mobilespec.exe /target:winexe
 F:\cordova\mobilespec\platforms\windows\build\windows\bld\il
c\intermediate\fake.cs
Processing application code
 C:\Program Files
 (x86)\MSBuild\Microsoft\.NetNative\x64\ilc\IlcInternals.targets(789,5):
 warning : Your application is missing a Runtime Directives (rd.xml) file.
 Runt
 ime Directives are used to describe the dynamic behavior of your
 application and control the .NET Native optimizer. It is recommended
 to have at least one rd.xml file
 in your project.
 [F:\cordova\mobilespec\platforms\windows\CordovaApp.Windows10.jsproj]
Computing application closure and generating interop code
Compiling interop code
Generating serialization code
Cleaning up unreferenced code
Running native compilers
Generating fixups for native code
Compilation successful.
 
CordovaApp.Windows10 -
 F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows
 10_0.0.1.0_x64_Test\CordovaApp.Windows10_0.0.1.0_x64.appx
   BUILD OUTPUT:
 F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows
 10_0.0.1.0_x64_Test\CordovaApp.Windows10_0.0.1.0_x64.appx
 Deploying windows10 package to device:
 F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows
 10_0.0.1.0_x64_Test\CordovaApp.Windows10_0.0.1.0_x64.appx
 Attempt to uninstall previous application version...
 Attempt to install application...
 Found package:
 F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows
 10_0.0.1.0_x64_Test\CordovaApp.Windows10_0.0.1.0_x64.appx
 Installing app...
 Found dependency package(s):
 F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows
 10_0.0.1.0_x64_Test\Dependencies\x86\Microsoft.NET.Native.Runtime.1.1.
 appx
 F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows
 10_0.0.1.0_x64_Test\Dependencies\x86\Microsoft.VCLibs.x86.14.00.appx
 F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows
 10_0.0.1.0_x64_Test\Dependencies\x64\Microsoft.NET.Native.Runtime.1.1.
 appx
 F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows
 10_0.0.1.0_x64_Test\Dependencies\x64\Microsoft.VCLibs.x64.14.00.appx
 Success: Your app was successfully installed.
 Starting application...
 ActivateApplication:
 org.apache.mobilespec_h35559jr9hy9m!org.apache.mobilespec
 -
 Mobilespec contains the globalization plugin as well and I also
 created
 a new app to validate (I'm on a different computer too than the one
 than I authored the release from).  WACK passed on all of these.
 It just looks to me like

Re: [DISCUSS] cordova-windows release

2015-08-26 Thread Carlos Santana
So your saying failing to build from CLI is not critical to stop the
release?

I'm OK not to stop the release, but still an issue filed a JIRA for the
problem and see if it can be fixed in a subsequent release soon.

Also to note in the blog post for the release that introduce a problem that
building from CLI is broken but there is workaround, and that you guys are
going to take a look to fix ASAP.


On Wed, Aug 26, 2015 at 1:06 PM vldmrrr vldm...@gmail.com wrote:

 I finally tried running mobilespec  on my system, it fails with the same
 error when building from command line for windows10, BUT when I tried
 building from VS IDE, it builds fine, and does pass app cert kit. Same
 goes about my test hello app. Good enough as far as I am concerned

 On 8/23/2015 1:10 AM, Rob Paveza wrote:
  I'm not sure what you're seeing.  I definitely saw that with the older
 versions, but I'm not seeing that on the release version.  CB-9524 is
 fixed, I'll update that.
 
  I just validated it at home as well.
 
  Do you have the latest version of Visual Studio and Win10 tools?  The
 .NET Native stuff came in really late, but this is what I get as my output:
  -
  Building project:
 F:\cordova\mobilespec\platforms\windows\CordovaApp.Windows10.jsproj
   Configuration : release
   Platform  : x64
 Starting .NET Native compilation
 C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig
 /unsafe+
 /pdb:F:\cordova\mobilespec\platforms\windows\build\windows\bld\ilc\intermediate\org.apache.m
 obilespec.pdb /nostdlib+ /reference:C:\Program Files
 (x86)\MSBuild\Microsoft\.NetNative\x64\ilc\lib\Private\System.Private.CoreLib.dll
 /debug:full /out:F:\cordova\
 
 mobilespec\platforms\windows\build\windows\bld\ilc\intermediate\org.apache.mobilespec.exe
 /target:winexe F:\cordova\mobilespec\platforms\windows\build\windows\bld\il
 c\intermediate\fake.cs
 Processing application code
  C:\Program Files
 (x86)\MSBuild\Microsoft\.NetNative\x64\ilc\IlcInternals.targets(789,5):
 warning : Your application is missing a Runtime Directives (rd.xml) file.
 Runt
  ime Directives are used to describe the dynamic behavior of your
 application and control the .NET Native optimizer. It is recommended to
 have at least one rd.xml file
  in your project.
 [F:\cordova\mobilespec\platforms\windows\CordovaApp.Windows10.jsproj]
 Computing application closure and generating interop code
 Compiling interop code
 Generating serialization code
 Cleaning up unreferenced code
 Running native compilers
 Generating fixups for native code
 Compilation successful.
 
 CordovaApp.Windows10 -
 F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows10_0.0.1.0_x64_Test\CordovaApp.Windows10_0.0.1.0_x64.appx
BUILD OUTPUT:
 F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows10_0.0.1.0_x64_Test\CordovaApp.Windows10_0.0.1.0_x64.appx
 
  Deploying windows10 package to device:
 
 F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows10_0.0.1.0_x64_Test\CordovaApp.Windows10_0.0.1.0_x64.appx
  Attempt to uninstall previous application version...
  Attempt to install application...
  Found package:
 F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows10_0.0.1.0_x64_Test\CordovaApp.Windows10_0.0.1.0_x64.appx
 
  Installing app...
  Found dependency package(s):
 
 F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows10_0.0.1.0_x64_Test\Dependencies\x86\Microsoft.NET.Native.Runtime.1.1.appx
 
 F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows10_0.0.1.0_x64_Test\Dependencies\x86\Microsoft.VCLibs.x86.14.00.appx
 
 F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows10_0.0.1.0_x64_Test\Dependencies\x64\Microsoft.NET.Native.Runtime.1.1.appx
 
 F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows10_0.0.1.0_x64_Test\Dependencies\x64\Microsoft.VCLibs.x64.14.00.appx
 
  Success: Your app was successfully installed.
  Starting application...
  ActivateApplication:
 org.apache.mobilespec_h35559jr9hy9m!org.apache.mobilespec
  -
  Mobilespec contains the globalization plugin as well and I also created
 a new app to validate (I'm on a different computer too than the one than I
 authored the release from).  WACK passed on all of these.
 
  It just looks to me like you're running into a problem with the .NET
 Native compiler as it's installed on your system.  If you want I can try to
 get someone to work with you to figure out what's going on.
 
  -Rob

 -
 To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
 For additional commands, e-mail: dev-h...@cordova.apache.org




Re: [DISCUSS] cordova-windows release

2015-08-26 Thread vldmrrr
I finally tried running mobilespec  on my system, it fails with the same 
error when building from command line for windows10, BUT when I tried 
building from VS IDE, it builds fine, and does pass app cert kit. Same 
goes about my test hello app. Good enough as far as I am concerned


On 8/23/2015 1:10 AM, Rob Paveza wrote:

I'm not sure what you're seeing.  I definitely saw that with the older 
versions, but I'm not seeing that on the release version.  CB-9524 is fixed, 
I'll update that.

I just validated it at home as well.

Do you have the latest version of Visual Studio and Win10 tools?  The .NET 
Native stuff came in really late, but this is what I get as my output:
-
Building project: 
F:\cordova\mobilespec\platforms\windows\CordovaApp.Windows10.jsproj
 Configuration : release
 Platform  : x64
   Starting .NET Native compilation
   C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig /unsafe+ 
/pdb:F:\cordova\mobilespec\platforms\windows\build\windows\bld\ilc\intermediate\org.apache.m
   obilespec.pdb /nostdlib+ /reference:C:\Program Files 
(x86)\MSBuild\Microsoft\.NetNative\x64\ilc\lib\Private\System.Private.CoreLib.dll 
/debug:full /out:F:\cordova\
   
mobilespec\platforms\windows\build\windows\bld\ilc\intermediate\org.apache.mobilespec.exe
 /target:winexe F:\cordova\mobilespec\platforms\windows\build\windows\bld\il
   c\intermediate\fake.cs
   Processing application code
C:\Program Files 
(x86)\MSBuild\Microsoft\.NetNative\x64\ilc\IlcInternals.targets(789,5): warning 
: Your application is missing a Runtime Directives (rd.xml) file. Runt
ime Directives are used to describe the dynamic behavior of your application 
and control the .NET Native optimizer. It is recommended to have at least one 
rd.xml file
in your project. 
[F:\cordova\mobilespec\platforms\windows\CordovaApp.Windows10.jsproj]
   Computing application closure and generating interop code
   Compiling interop code
   Generating serialization code
   Cleaning up unreferenced code
   Running native compilers
   Generating fixups for native code
   Compilation successful.

   CordovaApp.Windows10 - 
F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows10_0.0.1.0_x64_Test\CordovaApp.Windows10_0.0.1.0_x64.appx
  BUILD OUTPUT: 
F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows10_0.0.1.0_x64_Test\CordovaApp.Windows10_0.0.1.0_x64.appx

Deploying windows10 package to device:
F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows10_0.0.1.0_x64_Test\CordovaApp.Windows10_0.0.1.0_x64.appx
Attempt to uninstall previous application version...
Attempt to install application...
Found package: 
F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows10_0.0.1.0_x64_Test\CordovaApp.Windows10_0.0.1.0_x64.appx

Installing app...
Found dependency package(s):
F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows10_0.0.1.0_x64_Test\Dependencies\x86\Microsoft.NET.Native.Runtime.1.1.appx
F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows10_0.0.1.0_x64_Test\Dependencies\x86\Microsoft.VCLibs.x86.14.00.appx
F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows10_0.0.1.0_x64_Test\Dependencies\x64\Microsoft.NET.Native.Runtime.1.1.appx
F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows10_0.0.1.0_x64_Test\Dependencies\x64\Microsoft.VCLibs.x64.14.00.appx

Success: Your app was successfully installed.
Starting application...
ActivateApplication:  org.apache.mobilespec_h35559jr9hy9m!org.apache.mobilespec
-
Mobilespec contains the globalization plugin as well and I also created a new 
app to validate (I'm on a different computer too than the one than I authored 
the release from).  WACK passed on all of these.

It just looks to me like you're running into a problem with the .NET Native 
compiler as it's installed on your system.  If you want I can try to get 
someone to work with you to figure out what's going on.

-Rob


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



RE: [DISCUSS] cordova-windows release

2015-08-26 Thread Nikhil Khandelwal
+1 to filing a JIRA for this with repro steps. We should address this in the 
next release. Vldmrrr is there already a JIRA for this?

-Nikhil

-Original Message-
From: Carlos Santana [mailto:csantan...@gmail.com] 
Sent: Wednesday, August 26, 2015 10:54 AM
To: dev@cordova.apache.org; Rob Paveza rob.pav...@microsoft.com
Subject: Re: [DISCUSS] cordova-windows release

So your saying failing to build from CLI is not critical to stop the release?

I'm OK not to stop the release, but still an issue filed a JIRA for the problem 
and see if it can be fixed in a subsequent release soon.

Also to note in the blog post for the release that introduce a problem that 
building from CLI is broken but there is workaround, and that you guys are 
going to take a look to fix ASAP.


On Wed, Aug 26, 2015 at 1:06 PM vldmrrr vldm...@gmail.com wrote:

 I finally tried running mobilespec  on my system, it fails with the 
 same error when building from command line for windows10, BUT when I 
 tried building from VS IDE, it builds fine, and does pass app cert 
 kit. Same goes about my test hello app. Good enough as far as I am 
 concerned

 On 8/23/2015 1:10 AM, Rob Paveza wrote:
  I'm not sure what you're seeing.  I definitely saw that with the 
  older
 versions, but I'm not seeing that on the release version.  CB-9524 is 
 fixed, I'll update that.
 
  I just validated it at home as well.
 
  Do you have the latest version of Visual Studio and Win10 tools?  
  The
 .NET Native stuff came in really late, but this is what I get as my output:
  -
  Building project:
 F:\cordova\mobilespec\platforms\windows\CordovaApp.Windows10.jsproj
   Configuration : release
   Platform  : x64
 Starting .NET Native compilation
 C:\Windows\Microsoft.NET\Framework\v4.0.30319\Csc.exe /noconfig
 /unsafe+
 /pdb:F:\cordova\mobilespec\platforms\windows\build\windows\bld\ilc\int
 ermediate\org.apache.m
 obilespec.pdb /nostdlib+ /reference:C:\Program Files
 (x86)\MSBuild\Microsoft\.NetNative\x64\ilc\lib\Private\System.Private.CoreLib.dll
 /debug:full /out:F:\cordova\
 
 mobilespec\platforms\windows\build\windows\bld\ilc\intermediate\org.ap
 ache.mobilespec.exe /target:winexe 
 F:\cordova\mobilespec\platforms\windows\build\windows\bld\il
 c\intermediate\fake.cs
 Processing application code
  C:\Program Files
 (x86)\MSBuild\Microsoft\.NetNative\x64\ilc\IlcInternals.targets(789,5):
 warning : Your application is missing a Runtime Directives (rd.xml) file.
 Runt
  ime Directives are used to describe the dynamic behavior of your
 application and control the .NET Native optimizer. It is recommended 
 to have at least one rd.xml file
  in your project.
 [F:\cordova\mobilespec\platforms\windows\CordovaApp.Windows10.jsproj]
 Computing application closure and generating interop code
 Compiling interop code
 Generating serialization code
 Cleaning up unreferenced code
 Running native compilers
 Generating fixups for native code
 Compilation successful.
 
 CordovaApp.Windows10 -
 F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows
 10_0.0.1.0_x64_Test\CordovaApp.Windows10_0.0.1.0_x64.appx
BUILD OUTPUT:
 F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows
 10_0.0.1.0_x64_Test\CordovaApp.Windows10_0.0.1.0_x64.appx
 
  Deploying windows10 package to device:
 
 F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows
 10_0.0.1.0_x64_Test\CordovaApp.Windows10_0.0.1.0_x64.appx
  Attempt to uninstall previous application version...
  Attempt to install application...
  Found package:
 F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows
 10_0.0.1.0_x64_Test\CordovaApp.Windows10_0.0.1.0_x64.appx
 
  Installing app...
  Found dependency package(s):
 
 F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows
 10_0.0.1.0_x64_Test\Dependencies\x86\Microsoft.NET.Native.Runtime.1.1.
 appx
 
 F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows
 10_0.0.1.0_x64_Test\Dependencies\x86\Microsoft.VCLibs.x86.14.00.appx
 
 F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows
 10_0.0.1.0_x64_Test\Dependencies\x64\Microsoft.NET.Native.Runtime.1.1.
 appx
 
 F:\cordova\mobilespec\platforms\windows\AppPackages\CordovaApp.Windows
 10_0.0.1.0_x64_Test\Dependencies\x64\Microsoft.VCLibs.x64.14.00.appx
 
  Success: Your app was successfully installed.
  Starting application...
  ActivateApplication:
 org.apache.mobilespec_h35559jr9hy9m!org.apache.mobilespec
  -
  Mobilespec contains the globalization plugin as well and I also 
  created
 a new app to validate (I'm on a different computer too than the one 
 than I authored the release from).  WACK passed on all of these.
 
  It just looks to me like you're running into a problem with the .NET
 Native compiler as it's installed on your system.  If you want I can 
 try to get someone to work with you to figure out what's going on.
 
  -Rob

Re: [DISCUSS] cordova-windows release

2015-08-24 Thread Rob Paveza
Bringing the cordova-windows release DISCUSS thread upwards.

From: Rob Paveza rob.pav...@microsoft.com
Sent: Tuesday, August 18, 2015 3:15 PM
To: dev@cordova.apache.org
Subject: RE: [DISCUSS] cordova-windows release

Blog post for review / PR

https://na01.safelinks.protection.outlook.com/?url=https%3a%2f%2fgithub.com%2fcordova%2fapache-blog-posts%2fpull%2f44data=01%7c01%7cROPAVE%40exchange.microsoft.com%7c3c75e3a19f194261d96608d2a81aa1f9%7c72f988bf86f141af91ab2d7cd011db47%7c1sdata=swM0kp6FK1GmZq3VBvZx2fm4gQieKAmRJoOtdb2JUk4%3d

Thanks,
-Rob

-Original Message-
From: Rob Paveza [mailto:rob.pav...@microsoft.com]
Sent: Monday, August 17, 2015 4:02 PM
To: dev@cordova.apache.org
Subject: RE: [DISCUSS] cordova-windows release

Release notes:

* CB-9499: Run failure targeting x64 with an x86 version of Node
* CB-8936: Logs: Stability and formatting improvements
* CB-8936: Windows logs: Improvements
* CB-9482: Mobile deployment failure
* CB-9482: Mobile emulator deployment failure
* CB-8936: Added logging functionality
* CB-9458: Updated the baseline version of Universal Windows to 10240.
* CB-9456: Fixed windows app crash on startup
* CB-9450: `WindowsStoreIdentityName` preference for Store publishing
* CB-9455: Fixed requirements check failure
* CB-8965: Wait for project creation before adding to it.
* CB-8965: Copy cordova-js-src directory to platform folder during create
* CB-9359: Adds support for .appxbundle creation
* CB-9410: Added preferences for Windows Store ingestion.
* CB-9408: Added a `windows-packageVersion` attribute to the `widget` element
* CB-9283: Add support for Windows 10 WinAppDeployCmd for deployment to remote 
devices.
* CB-9239: Fixes issue with windows prepare on posix platforms.
* CB-9235: Adds more checks based on the windows-target-version
* CB-9159: Fix WP8.1 deploy when 'window-target-version' is 10.0.
* CB-9335: Windows quality-of-life improvements.
* put channel in its proper place, and removed comment. Removed extra )
* add same activated channel and activationContext for non-browserify workflows
* add activationContext + activated channel to windows
* CB-9271: Removed the unnecessary device capabilities from the Windows 10 app 
manifest.
* CB-9252: Migrate WinJS to an NPM dependency
* Adding .ratignore file.
* CB-9164 Better error message when deploying to Windows10 phone emulator
* CB-9097: fail with a more descriptive error if run as admin

**Known Issues with 4.1.0 and Windows 10**

* The Windows 10 SDK includes a tool which can deploy to Windows 10 Phone, but 
not to a Windows 10 Phone Emulator.  To deploy to an emulator, open your 
solution file in Visual Studio.

-Original Message-
From: Carlos Santana [mailto:csantan...@gmail.com]
Sent: Thursday, August 13, 2015 4:28 PM
To: dev@cordova.apache.org
Subject: Re: [DISCUSS] cordova-windows release

+1

On Thu, Aug 13, 2015 at 6:52 PM Rob Paveza rob.pav...@microsoft.com wrote:

 I think we've worked out all of the remaining issues on the
 Cordova-Windows release.  Worked with Dmitry yesterday to get the CI
 working again, and all appears well.

 Does anyone have any reason we shouldn't do one?  If not, I'll do a
 vote tomorrow.

 Thanks!


-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



RE: [DISCUSS] cordova-windows release

2015-08-18 Thread Rob Paveza
Blog post for review / PR

https://github.com/cordova/apache-blog-posts/pull/44

Thanks,
-Rob

-Original Message-
From: Rob Paveza [mailto:rob.pav...@microsoft.com] 
Sent: Monday, August 17, 2015 4:02 PM
To: dev@cordova.apache.org
Subject: RE: [DISCUSS] cordova-windows release

Release notes:

* CB-9499: Run failure targeting x64 with an x86 version of Node
* CB-8936: Logs: Stability and formatting improvements
* CB-8936: Windows logs: Improvements
* CB-9482: Mobile deployment failure
* CB-9482: Mobile emulator deployment failure
* CB-8936: Added logging functionality
* CB-9458: Updated the baseline version of Universal Windows to 10240.
* CB-9456: Fixed windows app crash on startup
* CB-9450: `WindowsStoreIdentityName` preference for Store publishing
* CB-9455: Fixed requirements check failure
* CB-8965: Wait for project creation before adding to it.
* CB-8965: Copy cordova-js-src directory to platform folder during create
* CB-9359: Adds support for .appxbundle creation
* CB-9410: Added preferences for Windows Store ingestion.
* CB-9408: Added a `windows-packageVersion` attribute to the `widget` element
* CB-9283: Add support for Windows 10 WinAppDeployCmd for deployment to remote 
devices.
* CB-9239: Fixes issue with windows prepare on posix platforms.
* CB-9235: Adds more checks based on the windows-target-version
* CB-9159: Fix WP8.1 deploy when 'window-target-version' is 10.0.
* CB-9335: Windows quality-of-life improvements.  
* put channel in its proper place, and removed comment. Removed extra )
* add same activated channel and activationContext for non-browserify workflows
* add activationContext + activated channel to windows
* CB-9271: Removed the unnecessary device capabilities from the Windows 10 app 
manifest. 
* CB-9252: Migrate WinJS to an NPM dependency
* Adding .ratignore file.
* CB-9164 Better error message when deploying to Windows10 phone emulator
* CB-9097: fail with a more descriptive error if run as admin

**Known Issues with 4.1.0 and Windows 10**

* The Windows 10 SDK includes a tool which can deploy to Windows 10 Phone, but 
not to a Windows 10 Phone Emulator.  To deploy to an emulator, open your 
solution file in Visual Studio.

-Original Message-
From: Carlos Santana [mailto:csantan...@gmail.com]
Sent: Thursday, August 13, 2015 4:28 PM
To: dev@cordova.apache.org
Subject: Re: [DISCUSS] cordova-windows release

+1

On Thu, Aug 13, 2015 at 6:52 PM Rob Paveza rob.pav...@microsoft.com wrote:

 I think we've worked out all of the remaining issues on the 
 Cordova-Windows release.  Worked with Dmitry yesterday to get the CI 
 working again, and all appears well.

 Does anyone have any reason we shouldn't do one?  If not, I'll do a 
 vote tomorrow.

 Thanks!



RE: [DISCUSS] cordova-windows release

2015-08-17 Thread Rob Paveza
Release notes:

* CB-9499: Run failure targeting x64 with an x86 version of Node
* CB-8936: Logs: Stability and formatting improvements
* CB-8936: Windows logs: Improvements
* CB-9482: Mobile deployment failure 
* CB-9482: Mobile emulator deployment failure
* CB-8936: Added logging functionality
* CB-9458: Updated the baseline version of Universal Windows to 10240.
* CB-9456: Fixed windows app crash on startup
* CB-9450: `WindowsStoreIdentityName` preference for Store publishing
* CB-9455: Fixed requirements check failure
* CB-8965: Wait for project creation before adding to it.
* CB-8965: Copy cordova-js-src directory to platform folder during create
* CB-9359: Adds support for .appxbundle creation
* CB-9410: Added preferences for Windows Store ingestion.
* CB-9408: Added a `windows-packageVersion` attribute to the `widget` element 
* CB-9283: Add support for Windows 10 WinAppDeployCmd for deployment to remote 
devices.
* CB-9239: Fixes issue with windows prepare on posix platforms.
* CB-9235: Adds more checks based on the windows-target-version
* CB-9159: Fix WP8.1 deploy when 'window-target-version' is 10.0.
* CB-9335: Windows quality-of-life improvements.  
* put channel in its proper place, and removed comment. Removed extra )
* add same activated channel and activationContext for non-browserify workflows
* add activationContext + activated channel to windows
* CB-9271: Removed the unnecessary device capabilities from the Windows 10 app 
manifest. 
* CB-9252: Migrate WinJS to an NPM dependency
* Adding .ratignore file.
* CB-9164 Better error message when deploying to Windows10 phone emulator
* CB-9097: fail with a more descriptive error if run as admin

**Known Issues with 4.1.0 and Windows 10**

* The Windows 10 SDK includes a tool which can deploy to Windows 10 Phone, but 
not to a Windows 10 Phone Emulator.  To deploy to an emulator, open your 
solution file in Visual Studio.

-Original Message-
From: Carlos Santana [mailto:csantan...@gmail.com] 
Sent: Thursday, August 13, 2015 4:28 PM
To: dev@cordova.apache.org
Subject: Re: [DISCUSS] cordova-windows release

+1

On Thu, Aug 13, 2015 at 6:52 PM Rob Paveza rob.pav...@microsoft.com wrote:

 I think we've worked out all of the remaining issues on the 
 Cordova-Windows release.  Worked with Dmitry yesterday to get the CI 
 working again, and all appears well.

 Does anyone have any reason we shouldn't do one?  If not, I'll do a 
 vote tomorrow.

 Thanks!



Re: [DISCUSS] cordova-windows release

2015-08-13 Thread Carlos Santana
+1

On Thu, Aug 13, 2015 at 6:52 PM Rob Paveza rob.pav...@microsoft.com wrote:

 I think we've worked out all of the remaining issues on the
 Cordova-Windows release.  Worked with Dmitry yesterday to get the CI
 working again, and all appears well.

 Does anyone have any reason we shouldn't do one?  If not, I'll do a vote
 tomorrow.

 Thanks!



Re: [DISCUSS] Cordova-Windows Release

2015-05-13 Thread Jesse
Rob, I am looking through it now and will get back to you later today.
I'll start a new thread on it too.

Cheers,
  Jesse

@purplecabbage
risingj.com

On Tue, May 12, 2015 at 1:59 PM, Rob Paveza rob.pav...@microsoft.com
wrote:

 Jesse, where have we landed on the issue of the local-notifications plugin
 change?

 It seems to me that whatever change we make isn't particularly relevant to
 other platforms.  Since Windows Cordova apps are entirely in JS, the
 solution has to be in JS.  Why focus on it being an event-based change,
 instead of a persistent property?

 From the app developer perspective, the additional event is entirely
 duplicative (from an API perspective), but the new event you proposed never
 fires for Android or iOS until it gets implemented.  What I had proposed
 (cordova.env) is just empty on those environments until it got implemented.

 -Original Message-
 From: Jesse [mailto:purplecabb...@gmail.com]
 Sent: Tuesday, May 12, 2015 11:49 AM
 To: dev@cordova.apache.org
 Subject: Re: [DISCUSS] Cordova-Windows Release

 +1
 The less branches we maintain the better.

 @purplecabbage
 risingj.com

 On Tue, May 12, 2015 at 11:44 AM, Parashuram N (MS OPEN TECH) 
 panar...@microsoft.com wrote:

  +1 to merging Cordova-windows10 in master. I don't think it breaks
  anything existing, and windows10 support seems to be enabled only via
  flags or cli args. I think merging it into master will make developing
  windows 10 easier.
 
  -Original Message-
  From: Rob Paveza [mailto:rob.pav...@microsoft.com]
  Sent: Tuesday, May 12, 2015 11:39 AM
  To: dev@cordova.apache.org
  Subject: [DISCUSS] Cordova-Windows Release
 
  Does anyone have a reason to delay a cordova-windows platform release?
  Any outstanding patches to land?
 
  I'm looking to merge Windows 10 support into main and release 4.0.0.
 
  If not, I will start a release tomorrow.
 
  Thanks,
  -Rob
 
  -
  To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
  For additional commands, e-mail: dev-h...@cordova.apache.org
 
 

 -
 To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
 For additional commands, e-mail: dev-h...@cordova.apache.org



RE: [DISCUSS] Cordova-Windows Release

2015-05-12 Thread Parashuram N (MS OPEN TECH)
+1 to merging Cordova-windows10 in master. I don't think it breaks anything 
existing, and windows10 support seems to be enabled only via flags or cli args. 
I think merging it into master will make developing windows 10 easier. 

-Original Message-
From: Rob Paveza [mailto:rob.pav...@microsoft.com] 
Sent: Tuesday, May 12, 2015 11:39 AM
To: dev@cordova.apache.org
Subject: [DISCUSS] Cordova-Windows Release

Does anyone have a reason to delay a cordova-windows platform release?  Any 
outstanding patches to land?

I'm looking to merge Windows 10 support into main and release 4.0.0.

If not, I will start a release tomorrow.

Thanks,
-Rob

-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org



Re: [DISCUSS] Cordova-Windows Release

2015-05-12 Thread Jesse
+1
The less branches we maintain the better.

@purplecabbage
risingj.com

On Tue, May 12, 2015 at 11:44 AM, Parashuram N (MS OPEN TECH) 
panar...@microsoft.com wrote:

 +1 to merging Cordova-windows10 in master. I don't think it breaks
 anything existing, and windows10 support seems to be enabled only via flags
 or cli args. I think merging it into master will make developing windows 10
 easier.

 -Original Message-
 From: Rob Paveza [mailto:rob.pav...@microsoft.com]
 Sent: Tuesday, May 12, 2015 11:39 AM
 To: dev@cordova.apache.org
 Subject: [DISCUSS] Cordova-Windows Release

 Does anyone have a reason to delay a cordova-windows platform release?
 Any outstanding patches to land?

 I'm looking to merge Windows 10 support into main and release 4.0.0.

 If not, I will start a release tomorrow.

 Thanks,
 -Rob

 -
 To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
 For additional commands, e-mail: dev-h...@cordova.apache.org




RE: [DISCUSS] Cordova-Windows Release

2015-05-12 Thread Rob Paveza
Jesse, where have we landed on the issue of the local-notifications plugin 
change?

It seems to me that whatever change we make isn't particularly relevant to 
other platforms.  Since Windows Cordova apps are entirely in JS, the solution 
has to be in JS.  Why focus on it being an event-based change, instead of a 
persistent property?

From the app developer perspective, the additional event is entirely 
duplicative (from an API perspective), but the new event you proposed never 
fires for Android or iOS until it gets implemented.  What I had proposed 
(cordova.env) is just empty on those environments until it got implemented.

-Original Message-
From: Jesse [mailto:purplecabb...@gmail.com] 
Sent: Tuesday, May 12, 2015 11:49 AM
To: dev@cordova.apache.org
Subject: Re: [DISCUSS] Cordova-Windows Release

+1
The less branches we maintain the better.

@purplecabbage
risingj.com

On Tue, May 12, 2015 at 11:44 AM, Parashuram N (MS OPEN TECH)  
panar...@microsoft.com wrote:

 +1 to merging Cordova-windows10 in master. I don't think it breaks
 anything existing, and windows10 support seems to be enabled only via 
 flags or cli args. I think merging it into master will make developing 
 windows 10 easier.

 -Original Message-
 From: Rob Paveza [mailto:rob.pav...@microsoft.com]
 Sent: Tuesday, May 12, 2015 11:39 AM
 To: dev@cordova.apache.org
 Subject: [DISCUSS] Cordova-Windows Release

 Does anyone have a reason to delay a cordova-windows platform release?
 Any outstanding patches to land?

 I'm looking to merge Windows 10 support into main and release 4.0.0.

 If not, I will start a release tomorrow.

 Thanks,
 -Rob

 -
 To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
 For additional commands, e-mail: dev-h...@cordova.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org