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 3037B18460 for ; Fri, 15 Jan 2016 17:46:40 +0000 (UTC) Received: (qmail 22876 invoked by uid 500); 15 Jan 2016 17:46:40 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 22843 invoked by uid 500); 15 Jan 2016 17:46: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 22732 invoked by uid 99); 15 Jan 2016 17:46:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jan 2016 17:46:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DE5FB2C1F57 for ; Fri, 15 Jan 2016 17:46:39 +0000 (UTC) Date: Fri, 15 Jan 2016 17:46:39 +0000 (UTC) From: "Nikhil Khandelwal (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-10326) don't copy resource-file files at plugin install time 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-10326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15102168#comment-15102168 ] Nikhil Khandelwal commented on CB-10326: ---------------------------------------- You can clone cordova-windows from GitHub to a local directory e.g. c:\cordova-windows and use cordova platform add c:\cordova-windows to test out your code. [~sgrebnov] Who knows about this area and implemented "lib-file" . > don't copy resource-file files at plugin install time > ----------------------------------------------------- > > Key: CB-10326 > URL: https://issues.apache.org/jira/browse/CB-10326 > Project: Apache Cordova > Issue Type: Bug > Components: Windows > Reporter: Marco Biasini > > I just came across the newly added resource-file support for phonegap for windows. I've tried to use it for adding native dlls dependencies to the application. I couldn't completely get it to work with the current version. > I'd like to propose a small change which would make the resource-file tag more powerful and shouldn't impact existing users: > Judging from the source code, the file is copied to the target when the plugin is installed. I'd propose not to copy to the target but to point the include parameter to the existing file. This allows use-cases where a different .dll has to be copied based on the architecture of the project, .e.g. > > > > This should generate code like this for each resource-file entry: > > > foo.dll > Always > > -- 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