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 9B418C460 for ; Tue, 16 Jul 2013 15:00:06 +0000 (UTC) Received: (qmail 18921 invoked by uid 500); 16 Jul 2013 15:00:06 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 18897 invoked by uid 500); 16 Jul 2013 15:00:06 -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 18872 invoked by uid 99); 16 Jul 2013 15:00:02 -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 15:00:02 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bowserj@gmail.com designates 209.85.212.48 as permitted sender) Received: from [209.85.212.48] (HELO mail-vb0-f48.google.com) (209.85.212.48) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jul 2013 14:59:57 +0000 Received: by mail-vb0-f48.google.com with SMTP id w15so532365vbf.7 for ; Tue, 16 Jul 2013 07:59:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=53W2NUq8AFnpfJcCEtEbK1ul6clA4PKPVGQfhTn7w3c=; b=uyuP7TI33WOIDqMQwrMHfBecAOxgQpG4BTNHGphHAzIkjWaaqKDBLzLus2fOizu0XA zjs8z73PsNhFgnsLFGssNoHNOLD7yUSnB1X53eP2y+o8N1huPDQU/iSOPVHF3M9+6T38 tYQma6zv9HPFN4lzobiBcFKoWV0l5n6pg+2WpZ7w4RFNf9XwuRIsEl7cV3qSeO7Zrwl4 f6sHUxIpmp4guLCre6BKYedxS72MmanCVg8JVTmmWh8DPlOza3gsHLZcA9qsZxX0kX9S Zygbdd3NHUP0yRHg38Vp6M1fUopbDr+mNNT74INjuz7mROpe5eaqBDLy+ZDF6pBX2n6s Drqw== MIME-Version: 1.0 X-Received: by 10.52.237.164 with SMTP id vd4mr439385vdc.118.1373986777055; Tue, 16 Jul 2013 07:59:37 -0700 (PDT) Received: by 10.221.6.197 with HTTP; Tue, 16 Jul 2013 07:59:36 -0700 (PDT) In-Reply-To: References: Date: Tue, 16 Jul 2013 07:59:36 -0700 Message-ID: Subject: Re: 3.0.0 Testing thread From: Joe Bowser To: dev Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Found and filed an issue with FileTransfer. The new CordovaResourceApi changes broke FileTransfer. That needs to get fixed ASAP before we can do a tag with our current way of doing things. :S On Tue, Jul 16, 2013 at 7:50 AM, Shazron wrote: > I installed plugman 0.9.6 before using cordova-cli from master, and that is > the latest on npm - but I assume you mean the latest from the > cordova-plugman repo > > > On Tue, Jul 16, 2013 at 7:42 AM, David Kemp wrote: > >> the newest cli needs the newest plugman. >> Also if you uninstall plugins with the older version, the new one wont put >> them in. >> >> >> >> On Tue, Jul 16, 2013 at 10: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. >> > > >> >> > > >> > >>