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 39DFB10AE4 for ; Wed, 10 Jul 2013 18:03:51 +0000 (UTC) Received: (qmail 56548 invoked by uid 500); 10 Jul 2013 18:03:51 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 56523 invoked by uid 500); 10 Jul 2013 18:03:51 -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 56281 invoked by uid 99); 10 Jul 2013 18:03:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jul 2013 18:03:50 +0000 Date: Wed, 10 Jul 2013 18:03:50 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-4077) CLI / Plugman can't remove dependency-only 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-4077?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13704845#comment-13704845 ] ASF subversion and git services commented on CB-4077: ----------------------------------------------------- Commit 859e275d3e0fb0bf1c25a7b4752a6f0f506aff8e in branch refs/heads/master from [~iclelland] [ https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;h=859e275 ] [CB-4077] Fix tests for cordova-cli, properly uninstall plugin source > CLI / Plugman can't remove dependency-only plugins > -------------------------------------------------- > > Key: CB-4077 > URL: https://issues.apache.org/jira/browse/CB-4077 > Project: Apache Cordova > Issue Type: Bug > Components: CLI, Plugman > Affects Versions: 3.0.0 > Reporter: Ian Clelland > Assignee: Filip Maj > > {{cordova plugin remove}} cannot delete dependency-only plugins, which do not have any platforms defined in their {{plugin.xml}} file. {{plugman.uninstall()}} is only called for platforms, not for the plugin itself. > I propose fixing this by separating the tasks of > * removing a plugin from a particular platform, and > * removing a plugin from the cordova project > Dependency-only projects need the second step to occur, but not the first. > Other plugins will have the first step run once per platform, and then the second step run once. -- 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