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 C94D6200C6A for ; Wed, 19 Apr 2017 21:08:47 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C8063160B94; Wed, 19 Apr 2017 19:08:47 +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 08F0E160B9C for ; Wed, 19 Apr 2017 21:08:46 +0200 (CEST) Received: (qmail 61664 invoked by uid 500); 19 Apr 2017 19:08:46 -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 61403 invoked by uid 99); 19 Apr 2017 19:08:46 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Apr 2017 19:08:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 9474CCD744 for ; Wed, 19 Apr 2017 19:08:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.001 X-Spam-Level: X-Spam-Status: No, score=-100.001 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 85zbMbgQVr_V for ; Wed, 19 Apr 2017 19:08:45 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 703CE60E16 for ; Wed, 19 Apr 2017 19:08:44 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 9A96CE0D88 for ; Wed, 19 Apr 2017 19:08:43 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 334BB24095 for ; Wed, 19 Apr 2017 19:08:42 +0000 (UTC) Date: Wed, 19 Apr 2017 19:08:42 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-11777) Plugins superseding config.xml MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 19 Apr 2017 19:08:47 -0000 [ https://issues.apache.org/jira/browse/CB-11777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15975326#comment-15975326 ] ASF GitHub Bot commented on CB-11777: ------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/487 > Plugins superseding config.xml > ------------------------------ > > Key: CB-11777 > URL: https://issues.apache.org/jira/browse/CB-11777 > Project: Apache Cordova > Issue Type: Bug > Components: CordovaLib > Affects Versions: 6.3.1 > Reporter: Darryl Pogue > Assignee: Darryl Pogue > Labels: triaged > > The ongoing saga of CB-11589 and CB-11698... > When running {{cordova prepare}} to restore platforms and plugins, the platform has prepare called before the plugins are restored. This leads to the top-level config.xml data being copied into the platform at prepare time, and then plugin config being appended when they are later restored. > In my case, this was causing the Crosswalk version defined in my top-level config.xml to be overwritten by an undefined version when the plugin was installed. A workaround is to run {{cordova prepare}} a second time. > A better fix is probably to restore the platforms, restore the plugins, and then run prepare after everything has been restored. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org