Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 08AB8E3FF for ; Tue, 5 Feb 2013 01:11:12 +0000 (UTC) Received: (qmail 11878 invoked by uid 500); 5 Feb 2013 01:11:11 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 11846 invoked by uid 500); 5 Feb 2013 01:11:11 -0000 Mailing-List: contact dev-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 dev@cordova.apache.org Received: (qmail 11836 invoked by uid 500); 5 Feb 2013 01:11:11 -0000 Delivered-To: apmail-incubator-callback-dev@incubator.apache.org Received: (qmail 11831 invoked by uid 99); 5 Feb 2013 01:11:11 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2013 01:11:11 +0000 Date: Tue, 5 Feb 2013 01:11:11 +0000 (UTC) From: "Filip Maj (JIRA)" To: callback-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CB-2343) Can not add plugin to project using 'cordova plugin add ' 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-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj resolved CB-2343. --------------------------- Resolution: Fixed Fixed in latest master of the code base, as well as pushed 2.4.3 to NPM. Joe, to get the latest, easiest bet would be via npm: {{npm install -g cordova}} > Can not add plugin to project using 'cordova plugin add ' > --------------------------------------------------------------- > > Key: CB-2343 > URL: https://issues.apache.org/jira/browse/CB-2343 > Project: Apache Cordova > Issue Type: Bug > Components: CLI > Affects Versions: 2.4.0 > Environment: OS X 10.8.2 > Reporter: Joe Reda > Assignee: Filip Maj > Labels: cli, plugins > Fix For: 2.4.0 > > > I am unable to add any plugins to my project. To remove variables, I started fresh with a new project: > > cordova create TestPlugin > > cd TestPlugin > > cordova platform add ios > > cordova platform add android > > cordova plugin add /Users/Joe/Documents/PGSQLitePlugin > result-> An error occured during plugin installation for android. Error: failed to add children to res/xml/config.xml > The plugin was obtained from here: https://github.com/ApplicationCraft/PGSQLitePlugin > Also, if only the iOS platform is added, the resulting error is 'does not appear to be a PhoneGap project' -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira