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 83845188E4 for ; Wed, 2 Mar 2016 20:09:18 +0000 (UTC) Received: (qmail 86365 invoked by uid 500); 2 Mar 2016 20:09:18 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 86337 invoked by uid 500); 2 Mar 2016 20:09:18 -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 86320 invoked by uid 99); 2 Mar 2016 20:09:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Mar 2016 20:09:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 116292C1F58 for ; Wed, 2 Mar 2016 20:09:18 +0000 (UTC) Date: Wed, 2 Mar 2016 20:09:18 +0000 (UTC) From: "Richard B Knoll (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CB-10761) cordova prepare does not restore saved plugins with no version MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Richard B Knoll created CB-10761: ------------------------------------ Summary: cordova prepare does not restore saved plugins with no version Key: CB-10761 URL: https://issues.apache.org/jira/browse/CB-10761 Project: Apache Cordova Issue Type: Bug Components: CordovaLib Reporter: Richard B Knoll If you give a plugin element in config.xml but do not give the {{spec}} attribute like so: {code} {code} Then when you run {{cordova prepare}} the CLI will not install the plugin but will print out a message saying that it is installing it. {code} $ cordova prepare Discovered plugin "cordova-plugin-inappbrowser" in config.xml. Installing to the project {code} Giving the {{spec}} attribute causes the same message but the plugin will actually be installed. I'm not sure what the intended behavior is, but we need to fix it and add some test cases. -- 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