From issues-return-74881-apmail-cordova-issues-archive=cordova.apache.org@cordova.apache.org Wed Nov 2 09:32:04 2016 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 399CE19BB3 for ; Wed, 2 Nov 2016 09:32:04 +0000 (UTC) Received: (qmail 8730 invoked by uid 500); 2 Nov 2016 09:31:59 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 8669 invoked by uid 500); 2 Nov 2016 09:31:59 -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 8626 invoked by uid 99); 2 Nov 2016 09:31:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Nov 2016 09:31:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E846A2C2A67 for ; Wed, 2 Nov 2016 09:31:58 +0000 (UTC) Date: Wed, 2 Nov 2016 09:31:58 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-12071) Fix for CB-11825 breaks usage of InProcessServer in Cordova Windows 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-12071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15628358#comment-15628358 ] ASF GitHub Bot commented on CB-12071: ------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/cordova-windows/pull/208 > Fix for CB-11825 breaks usage of InProcessServer in Cordova Windows > ------------------------------------------------------------------- > > Key: CB-12071 > URL: https://issues.apache.org/jira/browse/CB-12071 > Project: Apache Cordova > Issue Type: Bug > Components: Plugins, Windows > Affects Versions: 4.4.3 > Environment: Windows Phone 8.1, Windows 8.1, Windows 10 UWP > Reporter: Luc Humair > Priority: Critical > > I have a plugin which needs an InProcessServerExtension in the project's package.windows.appxmanifest like: > {code:xml} > > > > Foo.dll > > > > > {code} > The corresponding DLL is configured in the plugin.xml file using: > {code:xml} > > > > {code} > This configuration worked until release 4.4.2. Foo.dll was included in the projects with property "Package Action"="Content" which includes the DLL in the package manifest. > Release 4.4.3 introduced a patch related to issue CB-11825 that changes the DLL's "Package Action" to "None". Now the file is no longer included in the package manifest and the build fails for all the platforms with the following error message: > package.windows.appxmanifest : error APPX0703: Manifest references file 'Foo.dll' which is not part of the payload. -- 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