[jira] [Created] (CB-13880) cordova-plugin-file-transfer support for window 10

2018-02-14 Thread Preetam (JIRA)
Preetam  created CB-13880:
-

 Summary: cordova-plugin-file-transfer support for window 10
 Key: CB-13880
 URL: https://issues.apache.org/jira/browse/CB-13880
 Project: Apache Cordova
  Issue Type: Improvement
  Components: cordova-plugin-file-transfer (DEPRECATED)
Reporter: Preetam 


Unable to transfer / save images in windows 10 phone.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13879) Updated Android Gradle plugin to 3.0.1

2018-02-14 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16365015#comment-16365015
 ] 

ASF subversion and git services commented on CB-13879:
--

Commit e9603b07389472aa5ca610b3e1bb5553e5fe53f9 in cordova-android's branch 
refs/heads/master from [~stevegill]
[ https://gitbox.apache.org/repos/asf?p=cordova-android.git;h=e9603b0 ]

CB-13879 updated gradle plugin


> Updated Android Gradle plugin to 3.0.1
> --
>
> Key: CB-13879
> URL: https://issues.apache.org/jira/browse/CB-13879
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-android
>Reporter: Steve Gill
>Assignee: Steve Gill
>Priority: Major
>
> The current android gradle plugin is set to 3.0.0. Some plugins are seeing 
> issues with this version and the latest version of playservices. Going to 
> update this. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Created] (CB-13879) Updated Android Gradle plugin to 3.0.1

2018-02-14 Thread Steve Gill (JIRA)
Steve Gill created CB-13879:
---

 Summary: Updated Android Gradle plugin to 3.0.1
 Key: CB-13879
 URL: https://issues.apache.org/jira/browse/CB-13879
 Project: Apache Cordova
  Issue Type: Improvement
  Components: cordova-android
Reporter: Steve Gill
Assignee: Steve Gill


The current android gradle plugin is set to 3.0.0. Some plugins are seeing 
issues with this version and the latest version of playservices. Going to 
update this. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Created] (CB-13878) Enforce usage of specific version of MSBuildTools

2018-02-14 Thread Jan Piotrowski (Sujan) (JIRA)
Jan Piotrowski (Sujan) created CB-13878:
---

 Summary: Enforce usage of specific version of MSBuildTools
 Key: CB-13878
 URL: https://issues.apache.org/jira/browse/CB-13878
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-windows
Reporter: Jan Piotrowski (Sujan)
Assignee: Jesse MacFadyen


With Visual Studio 2017 (15.5) you can't build Win8.1 projects any more, see 
CB-13874.
There are also problems with standalone MSBuild versions you can install.
The MSBuildTools selection mechanism that is currently used is not prepared to 
handle that in any way - it chooses one MSBuildTool version, then checks if it 
can build the projects and proceeds or fails.

There is the workaround that VSINSTALLDIR can be used to force a specific VS 
2017+ installation where it then tries to find a MSBuildTool installation in a 
specific folder, but this is also very unreliable.

This issue proposes a new ENV var that can be used to point to the exact 
MSBuildTool instance that should be used. This way it will be possible to use 
the VS2015 build tools while VS2017 is installed etc.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Updated] (CB-13874) Windows 8.1 builds don't work with Visual Studio 2017

2018-02-14 Thread Jan Piotrowski (Sujan) (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-13874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Piotrowski (Sujan) updated CB-13874:

Summary: Windows 8.1 builds don't work with Visual Studio 2017  (was: 
Windows 8.1 builds don't work with Visual Studio 2018)

> Windows 8.1 builds don't work with Visual Studio 2017
> -
>
> Key: CB-13874
> URL: https://issues.apache.org/jira/browse/CB-13874
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jesse MacFadyen
>Priority: Major
>
> Building Windows Phone 8.1 is not possible at all because there is no 
> Emulator for VS2017, 
> building for Windows 8.1 is not possible because WinJS is missing which is 
> probably also part of something that is not there any more.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13522) Remove ios usage description from cordova-plugin-contacts

2018-02-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364879#comment-16364879
 ] 

ASF GitHub Bot commented on CB-13522:
-

jcesarmobile commented on issue #158: CB-13522 (iOS): Remove usage description
URL: 
https://github.com/apache/cordova-plugin-contacts/pull/158#issuecomment-365768993
 
 
   This was necessary because people weren't setting the value, so the empty 
default one was used and Apple was rejecting apps. Also, a few plugins were 
setting the same usage description, which was causing collisions, making it now 
work as expected.
   This was done in all the plugins at the same time, and all of them got a 
major bump update. Major bump means there are breaking changes, so people 
should read the release notes before doing a major bump.
   It was also announced on the Cordova blog.
   
   The bug only crash development apps, so I don't think it's a big issue, if 
the developer doesn't catch it in time before trying to publish, Apple will 
reject it anyway, so there is no way of this crash reaching production apps 
(unless it's an enterprise app not distributed through the app store)
   
   If you think the plugins should fail instead of crash you can create issues 
on http://issues.cordova.io/ as feature requests proposing this change. Be 
aware that contacts plugin is deprecated, so no more work will be done on it, 
but you can propose it for the other plugins.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Remove ios usage description from cordova-plugin-contacts
> -
>
> Key: CB-13522
> URL: https://issues.apache.org/jira/browse/CB-13522
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13445) Streaming media in iOS has long load times

2018-02-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364780#comment-16364780
 ] 

ASF GitHub Bot commented on CB-13445:
-

pbirsinger commented on issue #149: CB-13445: (ios) Streaming media can take up 
to 8-10 seconds to start - fixed!
URL: 
https://github.com/apache/cordova-plugin-media/pull/149#issuecomment-365746297
 
 
   Bump. This still seems to be a major issue as far as I can tell.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Streaming media in iOS has long load times
> --
>
> Key: CB-13445
> URL: https://issues.apache.org/jira/browse/CB-13445
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-media
> Environment: iOS platform within cordova 
>Reporter: Ashish Mehra
>Priority: Major
>
> Using the plugin, cordova-plugin-media, one can stream audio/video media. On 
> the iOS front, streaming media can take anywhere from 8-10 seconds to start 
> playing, even if the length of the media is < 10 mins. 
> The culprit here is `automaticallyWaitsToMinimizeStalling` property, that 
> seems to buffer a more than required amount of the media causing load time 
> delays. In some cases, it actually downloads the entire media file before 
> starting and on slow internet connections this can mean load times of > 15 
> seconds.
> Disabling this property should make iOS media load times to almost instant as 
> it will only buffer a default/set amount.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13445) Streaming media in iOS has long load times

2018-02-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364781#comment-16364781
 ] 

ASF GitHub Bot commented on CB-13445:
-

pbirsinger commented on issue #149: CB-13445: (ios) Streaming media can take up 
to 8-10 seconds to start - fixed!
URL: 
https://github.com/apache/cordova-plugin-media/pull/149#issuecomment-365746297
 
 
   Bump. This still seems to be a major issue as far as I can tell. @ghenry22 
is that all that is needed?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Streaming media in iOS has long load times
> --
>
> Key: CB-13445
> URL: https://issues.apache.org/jira/browse/CB-13445
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-plugin-media
> Environment: iOS platform within cordova 
>Reporter: Ashish Mehra
>Priority: Major
>
> Using the plugin, cordova-plugin-media, one can stream audio/video media. On 
> the iOS front, streaming media can take anywhere from 8-10 seconds to start 
> playing, even if the length of the media is < 10 mins. 
> The culprit here is `automaticallyWaitsToMinimizeStalling` property, that 
> seems to buffer a more than required amount of the media causing load time 
> delays. In some cases, it actually downloads the entire media file before 
> starting and on slow internet connections this can mean load times of > 15 
> seconds.
> Disabling this property should make iOS media load times to almost instant as 
> it will only buffer a default/set amount.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13522) Remove ios usage description from cordova-plugin-contacts

2018-02-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364669#comment-16364669
 ] 

ASF GitHub Bot commented on CB-13522:
-

brandon-applied commented on issue #158: CB-13522 (iOS): Remove usage 
description
URL: 
https://github.com/apache/cordova-plugin-contacts/pull/158#issuecomment-365723115
 
 
   @jcesarmobile quick question - why was this change necessary? I've looked at 
the Jira issue and no mention of why this change was required? 
   
   Failing to include the usage description in the manner described in the 
updated readme just causes the plugin to crash the app as soon as I attempt to 
read the contacts. For anyone upgrading, this "fix" just breaks the app. Seems 
like this fix should at least have updated the plugin to call the error 
callback if no permission text is available rather than crash.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Remove ios usage description from cordova-plugin-contacts
> -
>
> Key: CB-13522
> URL: https://issues.apache.org/jira/browse/CB-13522
> Project: Apache Cordova
>  Issue Type: Sub-task
>Reporter: jcesarmobile
>Assignee: jcesarmobile
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13834) Fix tests failure with VS17 on AppVeyor caused by CB-12499

2018-02-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364338#comment-16364338
 ] 

ASF GitHub Bot commented on CB-13834:
-

brodybits commented on issue #248: [WIP] CB-13834 TEST FOR DISCUSSION [DO NOT 
MERGE]
URL: https://github.com/apache/cordova-windows/pull/248#issuecomment-365655884
 
 
   Were these to check if the "architectures" can be built one by one, but not
   when combined into one "call"?
   
   
   Yes
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Fix tests failure with VS17 on AppVeyor caused by CB-12499
> --
>
> Key: CB-13834
> URL: https://issues.apache.org/jira/browse/CB-13834
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Priority: Major
>
> The file `Default.rd.xml` introduced by CB-12499 is unfortunately causing 
> test failures on AppVeyor when Visual Studio 2017 is used to build with 
> params `--release --bundle --archs="x64 x86 arm"`. 
>  
> {code:java}
> Started
> Creating Cordova Windows Project:
>   Path: testcreate 応用
>   Namespace: com.test.app
>   Name: 応用
> Windows project created with cordova-windows@5.1.0-dev
> Building project: C:\projects\cordova-windows\testcreate 
> 応用\CordovaApp.Windows10.jsproj
>   Configuration : release
>   Platform  : x64
>   Patching 10 in prebuild event...
>   Injected base.js reference to the www/index.html
>   Removing /( 
> *)(\s*<\/script>)(\s*)/
>  from www/index.html
>   Removing /( 
> *)(\s*<\/script>)(\s*)/
>  from www/index.html
>   CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
> ??\build\windows\release\x64\win10\CordovaApp.Windows10_1.0.0.0_x64.appx
>   CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
> ??\build\windows\release\x64\win10\Upload\CordovaApp.Windows10_1.0.0.0_x64.appx
>   CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
> ??\AppPackages\CordovaApp.Windows10_1.0.0.0_Test\CordovaApp.Windows10_1.0.0.0_x64.appxbundle
>   CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
> ??\AppPackages\CordovaApp.Windows10_1.0.0.0\CordovaApp.Windows10_1.0.0.0_x64.appxbundle
>   CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
> ??\AppPackages\CordovaApp.Windows10_1.0.0.0_x64_bundle.appxupload
>   Your package has been successfully created.
> Building project: C:\projects\cordova-windows\testcreate 
> 応用\CordovaApp.Windows10.jsproj
>   Configuration : release
>   Platform  : x86
>   Patching 10 in prebuild event...
> C:\Program Files 
> (x86)\MSBuild\Microsoft\VisualStudio\v14.0\AppxPackage\Microsoft.AppXPackage.Targets(2975,5):
>  error MSB3231: Unable to remove directory 
> "build\windows\bld\PackageUploadLayout\". The process cannot access the file 
> 'Default.rd.xml' because it is being used by another process. 
> [C:\projects\cordova-windows\testcreate ??\CordovaApp.Windows10.jsproj]
> C:\projects\cordova-windows\testcreate 応用\cordova\node_modules\q\q.js:155
> throw e;
> ^
> Error: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe: Command failed 
> with exit code 1
> at ChildProcess.whenDone (C:\projects\cordova-windows\testcreate 
> 応用\cordova\node_modules\cordova-common\src\superspawn.js:169:23)
> at emitTwo (events.js:106:13)
> at ChildProcess.emit (events.js:191:7)
> at maybeClose (internal/child_process.js:920:16)
> at Process.ChildProcess._handle.onexit 
> (internal/child_process.js:230:5){code}
> Afaik this is the only test that is "touching" that file (--release and 
> Windows 10), so this might be a general problem.
> Note: The test `6a` that is failing because of this has been moved to the end 
> of the test file so the other tests can run before it crashed - move back up 
> to its normal location when this is fixed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13877) MSBuildTools selection is a mess

2018-02-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364289#comment-16364289
 ] 

ASF GitHub Bot commented on CB-13877:
-

janpio closed pull request #255: CB-13877 First MSBuildTools.js work: Debug 
output, move misplaced method, comments
URL: https://github.com/apache/cordova-windows/pull/255
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> MSBuildTools selection is a mess
> 
>
> Key: CB-13877
> URL: https://issues.apache.org/jira/browse/CB-13877
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Major
>
> Now with VS2017 out, the code for the detection of the correct MSBuildTools 
> installation is a total mess and works just by accident.
> Things to do:
> - Give more output that can help understand what is going on
> - Give more ways to influence the selection
> - Integrate new restrictions like no WIn8.1 support with VS2017-only 
> installations



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13877) MSBuildTools selection is a mess

2018-02-14 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364290#comment-16364290
 ] 

ASF subversion and git services commented on CB-13877:
--

Commit 2817f7c084e8d6330f4cb316735a53136a108fed in cordova-windows's branch 
refs/heads/master from Jan Piotrowski
[ https://gitbox.apache.org/repos/asf?p=cordova-windows.git;h=2817f7c ]

CB-13877 First MSBuildTools.js work: Debug output, move misplaced method, 
comments (#255)

* notes on method usage

* move getLatestMSBuild over to MSBuildTools

* output path to used MSBuildTools in during build


> MSBuildTools selection is a mess
> 
>
> Key: CB-13877
> URL: https://issues.apache.org/jira/browse/CB-13877
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Major
>
> Now with VS2017 out, the code for the detection of the correct MSBuildTools 
> installation is a total mess and works just by accident.
> Things to do:
> - Give more output that can help understand what is going on
> - Give more ways to influence the selection
> - Integrate new restrictions like no WIn8.1 support with VS2017-only 
> installations



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Resolved] (CB-13875) `npm run test-e2e` is highly platform dependent as `prepare` step is not run

2018-02-14 Thread Jan Piotrowski (Sujan) (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-13875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Piotrowski (Sujan) resolved CB-13875.
-
Resolution: Fixed

This has been implemented.

> `npm run test-e2e` is highly platform dependent as `prepare` step is not run
> 
>
> Key: CB-13875
> URL: https://issues.apache.org/jira/browse/CB-13875
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Major
>
> When running `npm run test-e2e` you have to have the Windows SDK with the 
> exact version that is mentioned in `TargetPlatformVersion` (which oldest one 
> in the template) installed for it to succeed.
> For actual projects, this is updated with the newest/available one on project 
> creation.
> For this to properly work in tests, `prepare` has also to be executed in the 
> e2e tests.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Resolved] (CB-13870) `cordova requirements` is broken since change to default=UAP and with modern tooling

2018-02-14 Thread Jan Piotrowski (Sujan) (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-13870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Piotrowski (Sujan) resolved CB-13870.
-
Resolution: Fixed

1) was taken care of, 2) and 3) will be handled in CB-13877

> `cordova requirements` is broken since change to default=UAP and with modern 
> tooling
> 
>
> Key: CB-13870
> URL: https://issues.apache.org/jira/browse/CB-13870
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Blocker
>
> check_reqs.js 
> 1. doesn't know about "UAP", only "10.0"
> 2. doesn't know about VS2017 (so error messages are wrong)
> 3. doesn't know about current MSBuild tooling (so doesn't recognize it at all)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13817) UWP is the new UAP

2018-02-14 Thread Jan Piotrowski (Sujan) (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364260#comment-16364260
 ] 

Jan Piotrowski (Sujan) commented on CB-13817:
-

Added `uwp` as an additional alias and be done with it.

> UWP is the new UAP
> --
>
> Key: CB-13817
> URL: https://issues.apache.org/jira/browse/CB-13817
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs, cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Major
>
> Historically cordova-windows uses UAP to refer to the (now so called) 
> Universal Windows Platform. Now that everybody calls it UWP, it would make 
> sense to change the params and settings of cordova-windows to call it UWP as 
> well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Resolved] (CB-13817) UWP is the new UAP

2018-02-14 Thread Jan Piotrowski (Sujan) (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-13817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Piotrowski (Sujan) resolved CB-13817.
-
Resolution: Fixed

> UWP is the new UAP
> --
>
> Key: CB-13817
> URL: https://issues.apache.org/jira/browse/CB-13817
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs, cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Major
>
> Historically cordova-windows uses UAP to refer to the (now so called) 
> Universal Windows Platform. Now that everybody calls it UWP, it would make 
> sense to change the params and settings of cordova-windows to call it UWP as 
> well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13875) `npm run test-e2e` is highly platform dependent as `prepare` step is not run

2018-02-14 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364221#comment-16364221
 ] 

ASF subversion and git services commented on CB-13875:
--

Commit 20ed375676ff4dc7b772b40a7f18455a650a2028 in cordova-windows's branch 
refs/heads/janpio-rework_MSBuildTools from Jan Piotrowski
[ https://gitbox.apache.org/repos/asf?p=cordova-windows.git;h=20ed375 ]

CB-13875 add `prepare` script that can be called in e2e tests (#254)

* CB-13875 add `prepare` script that can be called in e2e tests to prepare 
project files
(based on `clean` and some terrible code to build a `project` object)
also adds default `config.xml`

* minimal config.xml

* less minimal

* fix www source folder


> `npm run test-e2e` is highly platform dependent as `prepare` step is not run
> 
>
> Key: CB-13875
> URL: https://issues.apache.org/jira/browse/CB-13875
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Major
>
> When running `npm run test-e2e` you have to have the Windows SDK with the 
> exact version that is mentioned in `TargetPlatformVersion` (which oldest one 
> in the template) installed for it to succeed.
> For actual projects, this is updated with the newest/available one on project 
> creation.
> For this to properly work in tests, `prepare` has also to be executed in the 
> e2e tests.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13817) UWP is the new UAP

2018-02-14 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364220#comment-16364220
 ] 

ASF subversion and git services commented on CB-13817:
--

Commit b40efa887f05a8c793ca871701cbb31825630de0 in cordova-windows's branch 
refs/heads/janpio-rework_MSBuildTools from Jan Piotrowski
[ https://gitbox.apache.org/repos/asf?p=cordova-windows.git;h=b40efa8 ]

CB-13817 Add new alias `uwp` for `--appx` param including tests (#251)

* CB-13817 Add new alias `uwp` for `--appx` param including tests

* add missing space


> UWP is the new UAP
> --
>
> Key: CB-13817
> URL: https://issues.apache.org/jira/browse/CB-13817
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs, cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Major
>
> Historically cordova-windows uses UAP to refer to the (now so called) 
> Universal Windows Platform. Now that everybody calls it UWP, it would make 
> sense to change the params and settings of cordova-windows to call it UWP as 
> well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13817) UWP is the new UAP

2018-02-14 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364219#comment-16364219
 ] 

ASF subversion and git services commented on CB-13817:
--

Commit b40efa887f05a8c793ca871701cbb31825630de0 in cordova-windows's branch 
refs/heads/janpio-rework_MSBuildTools from Jan Piotrowski
[ https://gitbox.apache.org/repos/asf?p=cordova-windows.git;h=b40efa8 ]

CB-13817 Add new alias `uwp` for `--appx` param including tests (#251)

* CB-13817 Add new alias `uwp` for `--appx` param including tests

* add missing space


> UWP is the new UAP
> --
>
> Key: CB-13817
> URL: https://issues.apache.org/jira/browse/CB-13817
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs, cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Major
>
> Historically cordova-windows uses UAP to refer to the (now so called) 
> Universal Windows Platform. Now that everybody calls it UWP, it would make 
> sense to change the params and settings of cordova-windows to call it UWP as 
> well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13875) `npm run test-e2e` is highly platform dependent as `prepare` step is not run

2018-02-14 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364222#comment-16364222
 ] 

ASF subversion and git services commented on CB-13875:
--

Commit 20ed375676ff4dc7b772b40a7f18455a650a2028 in cordova-windows's branch 
refs/heads/janpio-rework_MSBuildTools from Jan Piotrowski
[ https://gitbox.apache.org/repos/asf?p=cordova-windows.git;h=20ed375 ]

CB-13875 add `prepare` script that can be called in e2e tests (#254)

* CB-13875 add `prepare` script that can be called in e2e tests to prepare 
project files
(based on `clean` and some terrible code to build a `project` object)
also adds default `config.xml`

* minimal config.xml

* less minimal

* fix www source folder


> `npm run test-e2e` is highly platform dependent as `prepare` step is not run
> 
>
> Key: CB-13875
> URL: https://issues.apache.org/jira/browse/CB-13875
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Major
>
> When running `npm run test-e2e` you have to have the Windows SDK with the 
> exact version that is mentioned in `TargetPlatformVersion` (which oldest one 
> in the template) installed for it to succeed.
> For actual projects, this is updated with the newest/available one on project 
> creation.
> For this to properly work in tests, `prepare` has also to be executed in the 
> e2e tests.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13870) `cordova requirements` is broken since change to default=UAP and with modern tooling

2018-02-14 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364218#comment-16364218
 ] 

ASF subversion and git services commented on CB-13870:
--

Commit d2c3e99d8d8ba598b229a54252670051f29e06ab in cordova-windows's branch 
refs/heads/janpio-rework_MSBuildTools from Jan Piotrowski
[ https://gitbox.apache.org/repos/asf?p=cordova-windows.git;h=d2c3e99 ]

CB-13870 change default from UAP to 10.0 (#253)



> `cordova requirements` is broken since change to default=UAP and with modern 
> tooling
> 
>
> Key: CB-13870
> URL: https://issues.apache.org/jira/browse/CB-13870
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Blocker
>
> check_reqs.js 
> 1. doesn't know about "UAP", only "10.0"
> 2. doesn't know about VS2017 (so error messages are wrong)
> 3. doesn't know about current MSBuild tooling (so doesn't recognize it at all)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13877) MSBuildTools selection is a mess

2018-02-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364206#comment-16364206
 ] 

ASF GitHub Bot commented on CB-13877:
-

janpio opened a new pull request #255: CB-13877 First MSBuildTools.js work: 
Debug output, move misplaced method, comments
URL: https://github.com/apache/cordova-windows/pull/255
 
 
   This PR takes first steps to improbe the MSBuildTools selection:
   - Output the path of the use MSBuildTools during build
   - move misplaced method from build.js
   - Add some comments to make clearer where methods are used


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> MSBuildTools selection is a mess
> 
>
> Key: CB-13877
> URL: https://issues.apache.org/jira/browse/CB-13877
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Major
>
> Now with VS2017 out, the code for the detection of the correct MSBuildTools 
> installation is a total mess and works just by accident.
> Things to do:
> - Give more output that can help understand what is going on
> - Give more ways to influence the selection
> - Integrate new restrictions like no WIn8.1 support with VS2017-only 
> installations



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Created] (CB-13877) MSBuildTools selection is a mess

2018-02-14 Thread Jan Piotrowski (Sujan) (JIRA)
Jan Piotrowski (Sujan) created CB-13877:
---

 Summary: MSBuildTools selection is a mess
 Key: CB-13877
 URL: https://issues.apache.org/jira/browse/CB-13877
 Project: Apache Cordova
  Issue Type: Bug
  Components: cordova-windows
Reporter: Jan Piotrowski (Sujan)
Assignee: Jan Piotrowski (Sujan)


Now with VS2017 out, the code for the detection of the correct MSBuildTools 
installation is a total mess and works just by accident.

Things to do:
- Give more output that can help understand what is going on
- Give more ways to influence the selection
- Integrate new restrictions like no WIn8.1 support with VS2017-only 
installations



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13834) Fix tests failure with VS17 on AppVeyor caused by CB-12499

2018-02-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364187#comment-16364187
 ] 

ASF GitHub Bot commented on CB-13834:
-

janpio commented on issue #248: CB-13834 TEST WIP FOR DISCUSSION DO NOT MERGE
URL: https://github.com/apache/cordova-windows/pull/248#issuecomment-365632045
 
 
   Just looked over your PR and changes again:
   
   > added test of UWP bundle for x64 only (seems to pass on AppVeyor)
   
   Are these the 3 tests with `pre` that are run before spec6? 
   Were these to check if the "architectures" can be built one by one, but not 
when combined into one "call"?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Fix tests failure with VS17 on AppVeyor caused by CB-12499
> --
>
> Key: CB-13834
> URL: https://issues.apache.org/jira/browse/CB-13834
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Priority: Major
>
> The file `Default.rd.xml` introduced by CB-12499 is unfortunately causing 
> test failures on AppVeyor when Visual Studio 2017 is used to build with 
> params `--release --bundle --archs="x64 x86 arm"`. 
>  
> {code:java}
> Started
> Creating Cordova Windows Project:
>   Path: testcreate 応用
>   Namespace: com.test.app
>   Name: 応用
> Windows project created with cordova-windows@5.1.0-dev
> Building project: C:\projects\cordova-windows\testcreate 
> 応用\CordovaApp.Windows10.jsproj
>   Configuration : release
>   Platform  : x64
>   Patching 10 in prebuild event...
>   Injected base.js reference to the www/index.html
>   Removing /( 
> *)(\s*<\/script>)(\s*)/
>  from www/index.html
>   Removing /( 
> *)(\s*<\/script>)(\s*)/
>  from www/index.html
>   CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
> ??\build\windows\release\x64\win10\CordovaApp.Windows10_1.0.0.0_x64.appx
>   CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
> ??\build\windows\release\x64\win10\Upload\CordovaApp.Windows10_1.0.0.0_x64.appx
>   CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
> ??\AppPackages\CordovaApp.Windows10_1.0.0.0_Test\CordovaApp.Windows10_1.0.0.0_x64.appxbundle
>   CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
> ??\AppPackages\CordovaApp.Windows10_1.0.0.0\CordovaApp.Windows10_1.0.0.0_x64.appxbundle
>   CordovaApp.Windows10 -> C:\projects\cordova-windows\testcreate 
> ??\AppPackages\CordovaApp.Windows10_1.0.0.0_x64_bundle.appxupload
>   Your package has been successfully created.
> Building project: C:\projects\cordova-windows\testcreate 
> 応用\CordovaApp.Windows10.jsproj
>   Configuration : release
>   Platform  : x86
>   Patching 10 in prebuild event...
> C:\Program Files 
> (x86)\MSBuild\Microsoft\VisualStudio\v14.0\AppxPackage\Microsoft.AppXPackage.Targets(2975,5):
>  error MSB3231: Unable to remove directory 
> "build\windows\bld\PackageUploadLayout\". The process cannot access the file 
> 'Default.rd.xml' because it is being used by another process. 
> [C:\projects\cordova-windows\testcreate ??\CordovaApp.Windows10.jsproj]
> C:\projects\cordova-windows\testcreate 応用\cordova\node_modules\q\q.js:155
> throw e;
> ^
> Error: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe: Command failed 
> with exit code 1
> at ChildProcess.whenDone (C:\projects\cordova-windows\testcreate 
> 応用\cordova\node_modules\cordova-common\src\superspawn.js:169:23)
> at emitTwo (events.js:106:13)
> at ChildProcess.emit (events.js:191:7)
> at maybeClose (internal/child_process.js:920:16)
> at Process.ChildProcess._handle.onexit 
> (internal/child_process.js:230:5){code}
> Afaik this is the only test that is "touching" that file (--release and 
> Windows 10), so this might be a general problem.
> Note: The test `6a` that is failing because of this has been moved to the end 
> of the test file so the other tests can run before it crashed - move back up 
> to its normal location when this is fixed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13875) `npm run test-e2e` is highly platform dependent as `prepare` step is not run

2018-02-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364163#comment-16364163
 ] 

ASF GitHub Bot commented on CB-13875:
-

janpio closed pull request #254: CB-13875 add `prepare` script that can be 
called in e2e tests
URL: https://github.com/apache/cordova-windows/pull/254
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> `npm run test-e2e` is highly platform dependent as `prepare` step is not run
> 
>
> Key: CB-13875
> URL: https://issues.apache.org/jira/browse/CB-13875
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Major
>
> When running `npm run test-e2e` you have to have the Windows SDK with the 
> exact version that is mentioned in `TargetPlatformVersion` (which oldest one 
> in the template) installed for it to succeed.
> For actual projects, this is updated with the newest/available one on project 
> creation.
> For this to properly work in tests, `prepare` has also to be executed in the 
> e2e tests.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13875) `npm run test-e2e` is highly platform dependent as `prepare` step is not run

2018-02-14 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364164#comment-16364164
 ] 

ASF subversion and git services commented on CB-13875:
--

Commit 20ed375676ff4dc7b772b40a7f18455a650a2028 in cordova-windows's branch 
refs/heads/master from Jan Piotrowski
[ https://gitbox.apache.org/repos/asf?p=cordova-windows.git;h=20ed375 ]

CB-13875 add `prepare` script that can be called in e2e tests (#254)

* CB-13875 add `prepare` script that can be called in e2e tests to prepare 
project files
(based on `clean` and some terrible code to build a `project` object)
also adds default `config.xml`

* minimal config.xml

* less minimal

* fix www source folder


> `npm run test-e2e` is highly platform dependent as `prepare` step is not run
> 
>
> Key: CB-13875
> URL: https://issues.apache.org/jira/browse/CB-13875
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Major
>
> When running `npm run test-e2e` you have to have the Windows SDK with the 
> exact version that is mentioned in `TargetPlatformVersion` (which oldest one 
> in the template) installed for it to succeed.
> For actual projects, this is updated with the newest/available one on project 
> creation.
> For this to properly work in tests, `prepare` has also to be executed in the 
> e2e tests.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13875) `npm run test-e2e` is highly platform dependent as `prepare` step is not run

2018-02-14 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364165#comment-16364165
 ] 

ASF subversion and git services commented on CB-13875:
--

Commit 20ed375676ff4dc7b772b40a7f18455a650a2028 in cordova-windows's branch 
refs/heads/master from Jan Piotrowski
[ https://gitbox.apache.org/repos/asf?p=cordova-windows.git;h=20ed375 ]

CB-13875 add `prepare` script that can be called in e2e tests (#254)

* CB-13875 add `prepare` script that can be called in e2e tests to prepare 
project files
(based on `clean` and some terrible code to build a `project` object)
also adds default `config.xml`

* minimal config.xml

* less minimal

* fix www source folder


> `npm run test-e2e` is highly platform dependent as `prepare` step is not run
> 
>
> Key: CB-13875
> URL: https://issues.apache.org/jira/browse/CB-13875
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Major
>
> When running `npm run test-e2e` you have to have the Windows SDK with the 
> exact version that is mentioned in `TargetPlatformVersion` (which oldest one 
> in the template) installed for it to succeed.
> For actual projects, this is updated with the newest/available one on project 
> creation.
> For this to properly work in tests, `prepare` has also to be executed in the 
> e2e tests.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13870) `cordova requirements` is broken since change to default=UAP and with modern tooling

2018-02-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364110#comment-16364110
 ] 

ASF GitHub Bot commented on CB-13870:
-

janpio closed pull request #252: [WIP] CB-13870 "Fix" `cordova requirements` 
for VS2017
URL: https://github.com/apache/cordova-windows/pull/252
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> `cordova requirements` is broken since change to default=UAP and with modern 
> tooling
> 
>
> Key: CB-13870
> URL: https://issues.apache.org/jira/browse/CB-13870
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Blocker
>
> check_reqs.js 
> 1. doesn't know about "UAP", only "10.0"
> 2. doesn't know about VS2017 (so error messages are wrong)
> 3. doesn't know about current MSBuild tooling (so doesn't recognize it at all)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13817) UWP is the new UAP

2018-02-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364107#comment-16364107
 ] 

ASF GitHub Bot commented on CB-13817:
-

janpio closed pull request #251: CB-13817 Add new alias `uwp` for `--appx` 
param including tests
URL: https://github.com/apache/cordova-windows/pull/251
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> UWP is the new UAP
> --
>
> Key: CB-13817
> URL: https://issues.apache.org/jira/browse/CB-13817
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs, cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Major
>
> Historically cordova-windows uses UAP to refer to the (now so called) 
> Universal Windows Platform. Now that everybody calls it UWP, it would make 
> sense to change the params and settings of cordova-windows to call it UWP as 
> well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13817) UWP is the new UAP

2018-02-14 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364109#comment-16364109
 ] 

ASF subversion and git services commented on CB-13817:
--

Commit b40efa887f05a8c793ca871701cbb31825630de0 in cordova-windows's branch 
refs/heads/master from Jan Piotrowski
[ https://gitbox.apache.org/repos/asf?p=cordova-windows.git;h=b40efa8 ]

CB-13817 Add new alias `uwp` for `--appx` param including tests (#251)

* CB-13817 Add new alias `uwp` for `--appx` param including tests

* add missing space


> UWP is the new UAP
> --
>
> Key: CB-13817
> URL: https://issues.apache.org/jira/browse/CB-13817
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs, cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Major
>
> Historically cordova-windows uses UAP to refer to the (now so called) 
> Universal Windows Platform. Now that everybody calls it UWP, it would make 
> sense to change the params and settings of cordova-windows to call it UWP as 
> well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13817) UWP is the new UAP

2018-02-14 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364108#comment-16364108
 ] 

ASF subversion and git services commented on CB-13817:
--

Commit b40efa887f05a8c793ca871701cbb31825630de0 in cordova-windows's branch 
refs/heads/master from Jan Piotrowski
[ https://gitbox.apache.org/repos/asf?p=cordova-windows.git;h=b40efa8 ]

CB-13817 Add new alias `uwp` for `--appx` param including tests (#251)

* CB-13817 Add new alias `uwp` for `--appx` param including tests

* add missing space


> UWP is the new UAP
> --
>
> Key: CB-13817
> URL: https://issues.apache.org/jira/browse/CB-13817
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-docs, cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Major
>
> Historically cordova-windows uses UAP to refer to the (now so called) 
> Universal Windows Platform. Now that everybody calls it UWP, it would make 
> sense to change the params and settings of cordova-windows to call it UWP as 
> well.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13870) `cordova requirements` is broken since change to default=UAP and with modern tooling

2018-02-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364104#comment-16364104
 ] 

ASF GitHub Bot commented on CB-13870:
-

janpio closed pull request #253: CB-13870 change default from UAP to 10.0 
URL: https://github.com/apache/cordova-windows/pull/253
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> `cordova requirements` is broken since change to default=UAP and with modern 
> tooling
> 
>
> Key: CB-13870
> URL: https://issues.apache.org/jira/browse/CB-13870
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Blocker
>
> check_reqs.js 
> 1. doesn't know about "UAP", only "10.0"
> 2. doesn't know about VS2017 (so error messages are wrong)
> 3. doesn't know about current MSBuild tooling (so doesn't recognize it at all)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-13870) `cordova requirements` is broken since change to default=UAP and with modern tooling

2018-02-14 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-13870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364105#comment-16364105
 ] 

ASF subversion and git services commented on CB-13870:
--

Commit d2c3e99d8d8ba598b229a54252670051f29e06ab in cordova-windows's branch 
refs/heads/master from Jan Piotrowski
[ https://gitbox.apache.org/repos/asf?p=cordova-windows.git;h=d2c3e99 ]

CB-13870 change default from UAP to 10.0 (#253)



> `cordova requirements` is broken since change to default=UAP and with modern 
> tooling
> 
>
> Key: CB-13870
> URL: https://issues.apache.org/jira/browse/CB-13870
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
>Reporter: Jan Piotrowski (Sujan)
>Assignee: Jan Piotrowski (Sujan)
>Priority: Blocker
>
> check_reqs.js 
> 1. doesn't know about "UAP", only "10.0"
> 2. doesn't know about VS2017 (so error messages are wrong)
> 3. doesn't know about current MSBuild tooling (so doesn't recognize it at all)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Resolved] (CB-12808) 'Error: AppPackages doesn't exists` when building for windows@5.0.0

2018-02-14 Thread Jan Piotrowski (Sujan) (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-12808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Piotrowski (Sujan) resolved CB-12808.
-
Resolution: Not A Problem

> 'Error: AppPackages doesn't exists` when building for windows@5.0.0
> ---
>
> Key: CB-12808
> URL: https://issues.apache.org/jira/browse/CB-12808
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
> Environment: See VisualStudioCommunity-Specs attachment.
> Windows 10 Home (see Windows10Home-About attachment)
> Microsoft Visual Studio Community 2017 Version 15.2 (26430.4) Release
> Windows 10 SDK 10.0.15063.137
> cordova@6.5.0 and cordova@7.0.0
>Reporter: Shazron Abdullah
>Priority: Major
> Attachments: VisualStudioCommunity-Specs.txt, Windows10Home-About.PNG
>
>
> See Environment field.
> 1. Install Windows 10 Home with latest updates as of May 12 2017
> 2. Install Visual Studio Community Edition with latest updates as of May 12 
> 2017
> 3. Install Windows 10 SDK 10.0.15063.137
> 4. Add to your environment variables 'VSINSTALLDIR` value: {{C:\Program Files 
> (x86)\Microsoft Visual Studio\2017\Community\}}
> Repro:
> {code}
> $ cordova create foo
> $ cd foo
> # edit config.xml to add these two tags below (without the hashes):
> # 
> # 
> $ cordova platform add windows
> Adding windows project...
> Creating Cordova Windows Project:
> Path: platforms\windows
> Namespace: io.cordova.hellocordova
> Name: HelloCordova
> Windows project created with cordova-windows@5.0.0
> Installing "cordova-plugin-whitelist" for windows
> $ cordova build windows
> Building project: 
> C:\Users\shazron\Desktop\foo\platforms\windows\CordovaApp.Windows10.jsproj
> Configuration : debug
> Platform  : anycpu
>   Patching 10 in prebuild event...
>   Injected base.js reference to the /www/index.html
>   Removing /( 
> *)(
>   \s*<\/script>)(\s*)/ from /www/index.html
>   Removing /( 
> *)(\s*<\/script>)(\s*)/ from /www/index.html
> Error: AppPackages doesn't exists
> {code}
> The error originates in the platform code, here:
> https://github.com/apache/cordova-windows/blob/7fe4c21229815d216a985b114a4db5f01b5e5169/template/cordova/lib/package.js#L32-L36



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-12808) 'Error: AppPackages doesn't exists` when building for windows@5.0.0

2018-02-14 Thread Emiliano Roy Orengo (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-12808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16364007#comment-16364007
 ] 

Emiliano Roy Orengo commented on CB-12808:
--

Yes, Jan!
That's how I fixed it too. Confirmed.

> 'Error: AppPackages doesn't exists` when building for windows@5.0.0
> ---
>
> Key: CB-12808
> URL: https://issues.apache.org/jira/browse/CB-12808
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: cordova-windows
> Environment: See VisualStudioCommunity-Specs attachment.
> Windows 10 Home (see Windows10Home-About attachment)
> Microsoft Visual Studio Community 2017 Version 15.2 (26430.4) Release
> Windows 10 SDK 10.0.15063.137
> cordova@6.5.0 and cordova@7.0.0
>Reporter: Shazron Abdullah
>Priority: Major
> Attachments: VisualStudioCommunity-Specs.txt, Windows10Home-About.PNG
>
>
> See Environment field.
> 1. Install Windows 10 Home with latest updates as of May 12 2017
> 2. Install Visual Studio Community Edition with latest updates as of May 12 
> 2017
> 3. Install Windows 10 SDK 10.0.15063.137
> 4. Add to your environment variables 'VSINSTALLDIR` value: {{C:\Program Files 
> (x86)\Microsoft Visual Studio\2017\Community\}}
> Repro:
> {code}
> $ cordova create foo
> $ cd foo
> # edit config.xml to add these two tags below (without the hashes):
> # 
> # 
> $ cordova platform add windows
> Adding windows project...
> Creating Cordova Windows Project:
> Path: platforms\windows
> Namespace: io.cordova.hellocordova
> Name: HelloCordova
> Windows project created with cordova-windows@5.0.0
> Installing "cordova-plugin-whitelist" for windows
> $ cordova build windows
> Building project: 
> C:\Users\shazron\Desktop\foo\platforms\windows\CordovaApp.Windows10.jsproj
> Configuration : debug
> Platform  : anycpu
>   Patching 10 in prebuild event...
>   Injected base.js reference to the /www/index.html
>   Removing /( 
> *)(
>   \s*<\/script>)(\s*)/ from /www/index.html
>   Removing /( 
> *)(\s*<\/script>)(\s*)/ from /www/index.html
> Error: AppPackages doesn't exists
> {code}
> The error originates in the platform code, here:
> https://github.com/apache/cordova-windows/blob/7fe4c21229815d216a985b114a4db5f01b5e5169/template/cordova/lib/package.js#L32-L36



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-11965) Remove WinJS dependency

2018-02-14 Thread Philipp Kursawe (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16363986#comment-16363986
 ] 

Philipp Kursawe commented on CB-11965:
--

ah ok, well WinJS is just a tiny wrapper around the native WinRT API. You can 
use the native WinRT API from Win 8.x to 10.x

Not sure if its worth the effort though. As I said... Windows Mobile/UWP is 
pretty much dead. Very sad.

> Remove WinJS dependency
> ---
>
> Key: CB-11965
> URL: https://issues.apache.org/jira/browse/CB-11965
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-windows
>Reporter: Philipp Kursawe
>Priority: Minor
>
> As far as I can see cordova uses WinJS only for managing life-cycle events, 
> which can be easily handled without WinJS using native WinRT.
> I propose to get rid of the (discontinued) WinJS library dependency to reduce 
> package deploy size and runtime overhead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-11965) Remove WinJS dependency

2018-02-14 Thread Jan Piotrowski (Sujan) (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16363957#comment-16363957
 ] 

Jan Piotrowski (Sujan) commented on CB-11965:
-

Yes, Win10 referred to UWP, as `cordova-windows` is the base for both Windows 
8.1 and Windows Phone 8.1 - and also Windows 10 UWP apps.

The UWP code also contains mentions to WinJS (or at least the tooling used to 
create and fill them), so I was just curious to understand what your suggestion 
would apply to.

My current understanding: UWP still uses it for smaller things via npm (and 
copies it to `www`), 8.1 uses it via SDK.

> Remove WinJS dependency
> ---
>
> Key: CB-11965
> URL: https://issues.apache.org/jira/browse/CB-11965
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-windows
>Reporter: Philipp Kursawe
>Priority: Minor
>
> As far as I can see cordova uses WinJS only for managing life-cycle events, 
> which can be easily handled without WinJS using native WinRT.
> I propose to get rid of the (discontinued) WinJS library dependency to reduce 
> package deploy size and runtime overhead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (CB-11965) Remove WinJS dependency

2018-02-14 Thread Philipp Kursawe (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-11965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16363887#comment-16363887
 ] 

Philipp Kursawe commented on CB-11965:
--

Like Win10 Desktop? WinJS in general is dead. It's only barely maintained. What 
a waste of resources in the end :(

But MS has no intention to further develop any of this in the JS space. They 
fully concentrate on C#/Xamarin. They pretty much abandoned JS as a first class 
Windows app citizen.

For what Cordova does here with the help of WinJS could already back then done 
with plain WinRT. So if by Win10 you mean Windows UWP apps then you could leave 
it as it is, it still works. Or, as this issue intended remove WinJS and go 
with plain WinRT. After all there are not a lot of life-cycle events Cordova 
needs to handle. But maybe you can clarify your question again.

> Remove WinJS dependency
> ---
>
> Key: CB-11965
> URL: https://issues.apache.org/jira/browse/CB-11965
> Project: Apache Cordova
>  Issue Type: Improvement
>  Components: cordova-windows
>Reporter: Philipp Kursawe
>Priority: Minor
>
> As far as I can see cordova uses WinJS only for managing life-cycle events, 
> which can be easily handled without WinJS using native WinRT.
> I propose to get rid of the (discontinued) WinJS library dependency to reduce 
> package deploy size and runtime overhead.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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