Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 412AA18D54 for ; Wed, 27 Jan 2016 10:16:40 +0000 (UTC) Received: (qmail 13858 invoked by uid 500); 27 Jan 2016 10:16:40 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 13830 invoked by uid 500); 27 Jan 2016 10:16:40 -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 13797 invoked by uid 99); 27 Jan 2016 10:16:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jan 2016 10:16:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CB66A2C1F58 for ; Wed, 27 Jan 2016 10:16:39 +0000 (UTC) Date: Wed, 27 Jan 2016 10:16:39 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-10432) Manifest validation error after removing and re-adding Windows platform MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-10432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15118981#comment-15118981 ] ASF subversion and git services commented on CB-10432: ------------------------------------------------------ Commit bf643b44e4eeb7467761da1b6039a1e9e39b6435 in cordova-lib's branch refs/heads/master from [~vladimir.kotikov] [ https://git-wip-us.apache.org/repos/asf?p=cordova-lib.git;h=bf643b4 ] CB-10432 Adds e2e test to protect against future regressions. This closes #366 > Manifest validation error after removing and re-adding Windows platform > ----------------------------------------------------------------------- > > Key: CB-10432 > URL: https://issues.apache.org/jira/browse/CB-10432 > Project: Apache Cordova > Issue Type: Bug > Components: CordovaLib, Windows > Affects Versions: Master > Environment: Windows 10, Cordova 6.0.0-dev > Reporter: Alexander Sorokin > Assignee: Vladimir Kotikov > Priority: Blocker > Labels: triaged > > {noformat} > cordova create foo > cd foo > cordova platform add windows > cordova plugin add cordova-plugin-test-framework > {noformat} > Change the following line in config.xml > {code} > > {code} > to: > {code} > > {code} > Then: > {noformat} > cordova run windows > {noformat} > It works fine. Then: > {noformat} > cordova platform rm windows && cordova platform add windows > cordova run windows > {noformat} > It fails with build error: > {noformat} > C:\Cordova\foo>cordova run windows > Building project: C:\Cordova\foo\platforms\windows\CordovaApp.Windows.jsproj > Configuration : debug > Platform : anycpu > MakeAppx : error : Manifest validation error: Line 24, Column 47, Reason: The file name "www\cdvtests\index.html" decla > red for element "m:Applications/m:Application" doesn't exist in the package. [C:\Cordova\foo\platforms\windows\Cordova > App.Windows.jsproj] > MakeAppx : error : Package creation failed. [C:\Cordova\foo\platforms\windows\CordovaApp.Windows.jsproj] > MakeAppx : error : 0x80080204 - The specified package format is not valid: The package manifest is not valid. [C:\Cordo > va\foo\platforms\windows\CordovaApp.Windows.jsproj] > ERROR running one or more of the platforms: Error: C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe: Command failed with exit code 1 > You may not have the required environment or OS to run this project > {noformat} > The issue doesn't reproduce on cordova@5.4.1 -- 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