[jira] [Comment Edited] (CB-11398) .appxbundle file is not generated with '--bundle' command

2016-08-11 Thread Vladimir Kotikov (JIRA)

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

Vladimir Kotikov edited comment on CB-11398 at 8/11/16 9:57 AM:


??what could cause this error message???

Please run errored command once again with {{-d}} flag to get a stacktrace and 
post it here. E.g. {{cordova build windows -d -- --archs="x86 x64"}} Notice the 
arguments order - {{-d}} should be placed before double dash delimiting cordova 
args from platform args.


was (Author: vladimir.kotikov):
> what could cause this error message?

Please run errored command once again with {{-d}} flag to get a stacktrace and 
post it here. E.g. {{cordova build windows -d -- --archs="x86 x64"}} Notice the 
arguments order - {{-d}} should be placed before double dash delimiting cordova 
args from platform args.

> .appxbundle file is not generated with '--bundle' command
> -
>
> Key: CB-11398
> URL: https://issues.apache.org/jira/browse/CB-11398
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: 6.1.1
> Environment: cordova 6.1.1
> windows 4.3.2
>Reporter: Michael Schmidt
>Assignee: Vladimir Kotikov
>Priority: Critical
>  Labels: cannot-reproduce, wfc, windows
> Attachments: AppPackages.png, Appxbundle_contents.png
>
>
> *situation*
> - build.json built up as described in 
> http://cordova.apache.org/docs/en/latest/guide/platforms/win8/index.html#signing-an-app
> - windows 10 universal app
> - goal: create an .appxbundle file as described in 
> https://github.com/apache/cordova-windows/commit/eeda3df0711cee0ff7beb761aac33e18b534b5f0
> *problem: .appxbundle file is not generated*
> the command 
> {code}
> cordova build windows -- --archs="x86 x64 arm" --bundle
> {code}
> doesn't create an .appxbundle file
> same problem exists with release command
> {code}
> cordova build windows --release -- --archs="x86 x64 arm" 
> --buildConfig="build.json" --bundle
> {code}
> I want to upload to the store - what alternatives are there from the CLI?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Comment Edited] (CB-11398) .appxbundle file is not generated with '--bundle' command

2016-08-10 Thread Michael Schmidt (JIRA)

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

Michael Schmidt edited comment on CB-11398 at 8/10/16 8:43 PM:
---

adding "--win" or "--appx=uap" builds only the intermediate bundles - the 
".appxupload"/".appxbundle" files are still missing completely. 

Both commands complete with the following error message:
{code}
Error: Cannot read property 'appx' of null
{code}

what could cause this error message?

the resulting folders are: (on a sidenote: while looking into each of the 
folders I even see that the ARM .appx file is missing whereas the X86 and X64 
.appx files are present)
{code}
CordovaApp.Windows10_1.0.0.0_arm_debug_Test
CordovaApp.Windows10_1.0.0.0_x64_debug_Test
CordovaApp.Windows10_1.0.0.0_x86_debug_Test
{code}

building the project manually from visual studio (Visual Studio 14.0.25123.00 
Update 2) works as expected and creates the ".appxupload" files


was (Author: mobidev3):
adding "--win" or "--appx=uap" builds only the intermediate bundles - the 
".appxupload" files are still missing completely. 

Both commands complete with the following error message:
{code}
Error: Cannot read property 'appx' of null
{code}

what could cause this error message?

the resulting folders are: (on a sidenote: while looking into each of the 
folders I even see that the ARM .appx file is missing whereas the X86 and X64 
.appx files are present)
{code}
CordovaApp.Windows10_1.0.0.0_arm_debug_Test
CordovaApp.Windows10_1.0.0.0_x64_debug_Test
CordovaApp.Windows10_1.0.0.0_x86_debug_Test
{code}

building the project manually from visual studio (Visual Studio 14.0.25123.00 
Update 2) works as expected and creates the ".appxupload" files

> .appxbundle file is not generated with '--bundle' command
> -
>
> Key: CB-11398
> URL: https://issues.apache.org/jira/browse/CB-11398
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: 6.1.1
> Environment: cordova 6.1.1
> windows 4.3.2
>Reporter: Michael Schmidt
>Assignee: Vladimir Kotikov
>Priority: Critical
>  Labels: wfc, windows
>
> *situation*
> - build.json built up as described in 
> http://cordova.apache.org/docs/en/latest/guide/platforms/win8/index.html#signing-an-app
> - windows 10 universal app
> - goal: create an .appxbundle file as described in 
> https://github.com/apache/cordova-windows/commit/eeda3df0711cee0ff7beb761aac33e18b534b5f0
> *problem: .appxbundle file is not generated*
> the command 
> {code}
> cordova build windows -- --archs="x86 x64 arm" --bundle
> {code}
> doesn't create an .appxbundle file
> same problem exists with release command
> {code}
> cordova build windows --release -- --archs="x86 x64 arm" 
> --buildConfig="build.json" --bundle
> {code}
> I want to upload to the store - what alternatives are there from the CLI?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Comment Edited] (CB-11398) .appxbundle file is not generated with '--bundle' command

2016-08-10 Thread Vladimir Kotikov (JIRA)

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

Vladimir Kotikov edited comment on CB-11398 at 8/10/16 2:01 PM:


Here is my observations:

# {{cordova build windows -- --archs="x86 x64 arm" --bundle --win}} or 
{{cordova build windows -- --archs="x86 x64 arm" --bundle --phone}} work for 
me. Both commands produce multi-architecture bundles as expected.
# {{cordova build windows -- --archs="x86 x64 arm" --bundle --win}} also 
succeeds and yields corresponding win10 bundle w/ 3 packages inside for each 
architecture.
# The first command you mentioned - {{cordova build windows -- --archs="x86 x64 
arm" --bundle}} fails w/ the error {{error APPX3102: You cannot create an app 
bundle containing more than one pack age per architecture. Value of 
AppxBundlePlatforms property is 'x86|x64|x86|x64'}}. AppPackages directory 
contains only intermediate bundles (each contains only one architecture).

Is that what you are seeing? If yes, then the workaround is to use {{--win}}, 
{{--phone}} or {{--appx uap}} options to generate bundles for Win8.1, WinPhone 
8.1 and Win10 correspondingly.
Also this would mean that i would decrease priority to High rather than 
Critical, as there are existing workarounds.


was (Author: vladimir.kotikov):
Here is my observations:

1. {{cordova build windows -- --archs="x86 x64 arm" --bundle --win}} or 
{{cordova build windows -- --archs="x86 x64 arm" --bundle --phone}} work for 
me. Both commands produce multi-architecture bundles as expected.

2. {{cordova build windows -- --archs="x86 x64 arm" --bundle --win}} also 
succeeds and yields corresponding win10 bundle w/ 3 packages inside for each 
architecture.

3. The first command you mentioned - {{cordova build windows -- --archs="x86 
x64 arm" --bundle}} fails w/ the error {{error APPX3102: You cannot create an 
app bundle containing more than one pack age per architecture. Value of 
AppxBundlePlatforms property is 'x86|x64|x86|x64'}}. AppPackages directory 
contains only intermediate bundles (each contains only one architecture).

Is that what you are seeing? If yes, then the workaround is to use {{--win}}, 
{{--phone}} or {{--appx uap}} options to generate bundles for Win8.1, WinPhone 
8.1 and Win10 correspondingly.
Also this would mean that i would decrease priority to High rather than 
Critical, as there are existing workarounds.

> .appxbundle file is not generated with '--bundle' command
> -
>
> Key: CB-11398
> URL: https://issues.apache.org/jira/browse/CB-11398
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: Windows
>Affects Versions: 6.1.1
> Environment: cordova 6.1.1
> windows 4.3.2
>Reporter: Michael Schmidt
>Assignee: Vladimir Kotikov
>Priority: Critical
>  Labels: triaged, wfc, windows
>
> *situation*
> - build.json built up as described in 
> http://cordova.apache.org/docs/en/latest/guide/platforms/win8/index.html#signing-an-app
> - windows 10 universal app
> - goal: create an .appxbundle file as described in 
> https://github.com/apache/cordova-windows/commit/eeda3df0711cee0ff7beb761aac33e18b534b5f0
> *problem: .appxbundle file is not generated*
> the command 
> {code}
> cordova build windows -- --archs="x86 x64 arm" --bundle
> {code}
> doesn't create an .appxbundle file
> same problem exists with release command
> {code}
> cordova build windows --release -- --archs="x86 x64 arm" 
> --buildConfig="build.json" --bundle
> {code}
> I want to upload to the store - what alternatives are there from the CLI?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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



[jira] [Comment Edited] (CB-11398) .appxbundle file is not generated with '--bundle' command

2016-07-11 Thread Michael Schmidt (JIRA)

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

Michael Schmidt edited comment on CB-11398 at 7/11/16 10:18 PM:


[~nikhilkh] [~alsorokin] [~daserge] can you reproduce this? any other 
workarounds?


was (Author: mobidev3):
[~nikhilkh] [~alsorokin][~daserge] can you reproduce this? any other 
workarounds?

> .appxbundle file is not generated with '--bundle' command
> -
>
> Key: CB-11398
> URL: https://issues.apache.org/jira/browse/CB-11398
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CLI
>Affects Versions: 6.1.1
> Environment: cordova 6.1.1
> windows 4.3.2
>Reporter: Michael Schmidt
>Priority: Critical
>  Labels: windows
>
> *situation*
> - build.json built up as described in 
> http://cordova.apache.org/docs/en/latest/guide/platforms/win8/index.html#signing-an-app
> - windows 10 universal app
> - goal: create an .appxbundle file as described in 
> https://github.com/apache/cordova-windows/commit/eeda3df0711cee0ff7beb761aac33e18b534b5f0
> *problem: .appxbundle file is not generated*
> the command 
> {code}
> cordova build windows -- --archs="x86 x64 arm" --bundle
> {code}
> doesn't create an .appxbundle file
> same problem exists with release command
> {code}
> cordova build windows --release -- --archs="x86 x64 arm" 
> --buildConfig="build.json" --bundle
> {code}
> I want to upload to the store - what alternatives are there from the CLI?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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