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 8E3D617FA1 for ; Fri, 13 Feb 2015 04:33:12 +0000 (UTC) Received: (qmail 9328 invoked by uid 500); 13 Feb 2015 04:33:12 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 9201 invoked by uid 500); 13 Feb 2015 04:33:12 -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 8894 invoked by uid 99); 13 Feb 2015 04:33:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Feb 2015 04:33:12 +0000 Date: Fri, 13 Feb 2015 04:33:12 +0000 (UTC) From: "Tim Barham (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-8472) Exception (can't find config.xml) installing platform after plugins 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-8472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14319558#comment-14319558 ] Tim Barham commented on CB-8472: -------------------------------- I have a fix for this and will be sending it out for CR soon. > Exception (can't find config.xml) installing platform after plugins > ------------------------------------------------------------------- > > Key: CB-8472 > URL: https://issues.apache.org/jira/browse/CB-8472 > Project: Apache Cordova > Issue Type: Bug > Components: CordovaLib > Affects Versions: Master > Reporter: Tim Barham > Priority: Critical > Original Estimate: 24h > Remaining Estimate: 24h > > If you add a platform after adding a plugin, you can get an exception > h4. Repro steps: > # Create a new cordova app (e.g. 'cordova create TestApp'). > # Add a plugin (e.g. 'cordova plugin add org.apache.cordova.camera'). > # Add a platform (e.g. 'cordova platform add browser'). > h4. Result: > The following error: > {code}Failed to install 'org.apache.cordova.camera':Error: ENOENT, no such file or > directory 'D:\tbarham\OneDrive\Documents\CordovaApps\TestApp\platforms\browser\config.xml' > at Error (native) > at Object.fs.openSync (fs.js:502:18) > at Object.fs.readFileSync (fs.js:354:15) > at Object.module.exports.parseElementtreeSync (D:\GIT\Cordova\cordova-lib\cordova-lib\src\util\xml-helpers.js:118:27) > at Object.module.exports.package_name (D:\GIT\Cordova\cordova-lib\cordova-lib\src\plugman\platforms\browser.js:51:38) > at PlatformMunger.generate_plugin_config_munge (D:\GIT\Cordova\cordova-lib\cordova-lib\src\plugman\util\config-changes.js:264:54) > at PlatformMunger.add_plugin_changes (D:\GIT\Cordova\cordova-lib\cordova-lib\src\plugman\util\config-changes.js:184:29) > at D:\GIT\Cordova\cordova-lib\cordova-lib\src\plugman\util\config-changes.js:315:14 > at Array.forEach (native) > at PlatformMunger_process [as process] (D:\GIT\Cordova\cordova-lib\cordova-lib\src\plugman\util\config-changes.js:314:45){code} > The problem is we are trying to install plugins for the platform before we call prepare() for the platform, so config.xml has not been created yet. -- 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