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 A5966C333 for ; Tue, 16 Jul 2013 14:30:33 +0000 (UTC) Received: (qmail 37234 invoked by uid 500); 16 Jul 2013 14:30:33 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 37213 invoked by uid 500); 16 Jul 2013 14:30:32 -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 37205 invoked by uid 99); 16 Jul 2013 14:30:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jul 2013 14:30:32 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shazron@gmail.com designates 209.85.128.49 as permitted sender) Received: from [209.85.128.49] (HELO mail-qe0-f49.google.com) (209.85.128.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jul 2013 14:30:27 +0000 Received: by mail-qe0-f49.google.com with SMTP id cz11so411351qeb.22 for ; Tue, 16 Jul 2013 07:30:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=a5lTGr8N8McEy1dCcTUKDeCISYaZPJvUyfzFa9eBcDw=; b=dvJ8MVXAJHqxHtp6UqqNSZNcnyL8Mifws7Msg5LSRLNYVKkHMTDeunOd5PjtW1N1VP yCLUaFG7Ec4Nxlm0sz0J6GWxv8GprlxtnrnWvm9heSkFqi1g4xtMMEiCf9J/C0Kp6CDO DUCSvHg0UNS6J2hu8XEy3kvMa6bBgW3cKxOIkg+HbdJJPUskwnJX0SCo3wQcys3Ho1q+ PWLTdTHf7RcGDQaS33KV8ISYgPzCw7s2mY0L6qbdmigibuq+mGncEp0xSTnpURgsoW5x dDut15gYl8NYWUJaA61R60VsL5I2nsR7e90mloV/9+skgZodeeMddsCiat+c8Kde1kD0 veaQ== X-Received: by 10.49.74.227 with SMTP id x3mr2337029qev.29.1373985006738; Tue, 16 Jul 2013 07:30:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.49.12.145 with HTTP; Tue, 16 Jul 2013 07:29:26 -0700 (PDT) In-Reply-To: References: From: Shazron Date: Tue, 16 Jul 2013 07:29:26 -0700 Message-ID: Subject: Re: 3.0.0 Testing thread To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=047d7bdc08c240e75b04e1a1d070 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bdc08c240e75b04e1a1d070 Content-Type: text/plain; charset=ISO-8859-1 Filed: https://issues.apache.org/jira/browse/CB-4269 On Tue, Jul 16, 2013 at 7:27 AM, Shazron wrote: > I'm using the master version of the cordova-cli, installing a plugin is > fine, but uninstall throws this error: > > $ ../cordova-cli/bin/cordova plugin remove org.apache.cordova.core.console > [TypeError: Object function uninstallPlugin(platform, project_dir, id, > plugins_dir, options, callback) { > if (!platform_modules[platform]) { > var err = new Error(platform + " not supported."); > if (callback) return callback(err); > else throw err; > } > > var plugin_dir = path.join(plugins_dir, id); > > if (!fs.existsSync(plugin_dir)) { > var err = new Error('Plugin "' + id + '" not found. Already > uninstalled?'); > if (callback) return callback(err); > else throw err; > } > > var current_stack = new action_stack(); > > options.is_top_level = true; > runUninstall(current_stack, platform, project_dir, plugin_dir, > plugins_dir, options, callback); > } has no method 'uninstallPlatform'] > > > > On Tue, Jul 16, 2013 at 7:21 AM, Joe Bowser wrote: > >> Has anyone managed to get plugman to uninstall a plugin? The >> dependencies plugin never cleanly installs or uninstalls. >> >> On Tue, Jul 16, 2013 at 6:37 AM, Shazron wrote: >> > https://issues.apache.org/jira/browse/CB-4264 >> > >> > Turns out it was a "false positive" failure, the test needs to be >> improved. >> > But so far all systems go for iOS. >> > >> > >> > On Mon, Jul 15, 2013 at 6:54 PM, Shazron wrote: >> > >> >> So far I went and tested with the plugins (specified in the >> >> dependencies-plugin on cordova-mobile-spec) on master for iOS, with 1 >> test >> >> failing: >> >> >> >> File API DirectoryReader interface readEntries file.spec.109 should >> return >> >> an empty entry list on the second call. >> >> Expected 0 not to be 0. >> >> >> > > --047d7bdc08c240e75b04e1a1d070--