Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A674C200B6B for ; Wed, 10 Aug 2016 22:43:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A527C160AB1; Wed, 10 Aug 2016 20:43:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 021B3160AB7 for ; Wed, 10 Aug 2016 22:43:21 +0200 (CEST) Received: (qmail 16418 invoked by uid 500); 10 Aug 2016 20:43:21 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 16265 invoked by uid 99); 10 Aug 2016 20:43:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2016 20:43:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 948072C02AE for ; Wed, 10 Aug 2016 20:43:20 +0000 (UTC) Date: Wed, 10 Aug 2016 20:43:20 +0000 (UTC) From: "Michael Schmidt (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CB-11398) .appxbundle file is not generated with '--bundle' command MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 10 Aug 2016 20:43:22 -0000 [ https://issues.apache.org/jira/browse/CB-11398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=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-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org