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 CD1A4200B76 for ; Tue, 30 Aug 2016 12:57:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CBD21160AA8; Tue, 30 Aug 2016 10:57:23 +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 28738160AC5 for ; Tue, 30 Aug 2016 12:57:23 +0200 (CEST) Received: (qmail 84091 invoked by uid 500); 30 Aug 2016 10:57:22 -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 83844 invoked by uid 99); 30 Aug 2016 10:57:22 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Aug 2016 10:57:22 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F1B942C1B7F for ; Tue, 30 Aug 2016 10:57:21 +0000 (UTC) Date: Tue, 30 Aug 2016 10:57:21 +0000 (UTC) From: "Vladimir Kotikov (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (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: Tue, 30 Aug 2016 10:57:23 -0000 [ https://issues.apache.org/jira/browse/CB-11777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vladimir Kotikov updated CB-11777: ---------------------------------- Labels: triaged (was: ) > Plugins superseding config.xml > ------------------------------ > > Key: CB-11777 > URL: https://issues.apache.org/jira/browse/CB-11777 > Project: Apache Cordova > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > 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.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org