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 CE65B117B4 for ; Wed, 18 Jun 2014 21:16:25 +0000 (UTC) Received: (qmail 17531 invoked by uid 500); 18 Jun 2014 21:16:25 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 17510 invoked by uid 500); 18 Jun 2014 21:16:25 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 17431 invoked by uid 99); 18 Jun 2014 21:16:25 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jun 2014 21:16:25 +0000 Date: Wed, 18 Jun 2014 21:16:25 +0000 (UTC) From: "Piotr Zalewa (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CB-6089) Can not add device plugin when platform firefoxos present 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-6089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Zalewa resolved CB-6089. ------------------------------ Resolution: Fixed It is working, I assume it was fixed > Can not add device plugin when platform firefoxos present > --------------------------------------------------------- > > Key: CB-6089 > URL: https://issues.apache.org/jira/browse/CB-6089 > Project: Apache Cordova > Issue Type: Bug > Components: CLI, FirefoxOS, Plugin Device > Affects Versions: 3.4.0 > Environment: osx > cordova cli > Reporter: Carlos Santana > > $ cordova create hello > $ cd hello > $ cordova platform add ios > $ cordova platform firefoxos > $ cordova plugin add org.apache.cordova.device > Fetching plugin "org.apache.cordova.device" via plugin registry > Starting installation of "org.apache.cordova.device" for android > Preparing android project > org.apache.cordova.device installed on android. > Starting installation of "org.apache.cordova.device" for firefoxos > Preparing firefoxos project > Error: ENOENT, no such file or directory '/Users/csantana23/git/csantanapr/triangle-open-data-day/hybridApp/todd/platforms/firefoxos/www/config.xml' > at Object.fs.openSync (fs.js:427:18) > at Object.fs.readFileSync (fs.js:284:15) > at Object.module.exports.parseElementtreeSync (/Users/csantana23/.nvm/v0.10.24/lib/node_modules/cordova/node_modules/plugman/src/util/xml-helpers.js:119:27) > at Object.module.exports.package_name (/Users/csantana23/.nvm/v0.10.24/lib/node_modules/cordova/node_modules/plugman/src/platforms/firefoxos.js:10:38) > at Object.module.exports.generate_plugin_config_munge (/Users/csantana23/.nvm/v0.10.24/lib/node_modules/cordova/node_modules/plugman/src/util/config-changes.js:100:53) > at Object.module.exports.add_plugin_changes (/Users/csantana23/.nvm/v0.10.24/lib/node_modules/cordova/node_modules/plugman/src/util/config-changes.js:300:43) > at /Users/csantana23/.nvm/v0.10.24/lib/node_modules/cordova/node_modules/plugman/src/util/config-changes.js:440:28 > at Array.forEach (native) > at Object.module.exports.process (/Users/csantana23/.nvm/v0.10.24/lib/node_modules/cordova/node_modules/plugman/src/util/config-changes.js:439:49) > at Object.handlePrepare (/Users/csantana23/.nvm/v0.10.24/lib/node_modules/cordova/node_modules/plugman/src/prepare.js:69:20) -- This message was sent by Atlassian JIRA (v6.2#6252)