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 B1BFFC993 for ; Tue, 16 Jul 2013 17:12:04 +0000 (UTC) Received: (qmail 7948 invoked by uid 500); 16 Jul 2013 17:12:04 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 7890 invoked by uid 500); 16 Jul 2013 17:12:03 -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 7872 invoked by uid 99); 16 Jul 2013 17:12:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jul 2013 17:12:01 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_REPLY,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bowserj@gmail.com designates 209.85.212.52 as permitted sender) Received: from [209.85.212.52] (HELO mail-vb0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jul 2013 17:11:55 +0000 Received: by mail-vb0-f52.google.com with SMTP id f12so638578vbg.25 for ; Tue, 16 Jul 2013 10:11:34 -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=K6VDqLkgHnLRq7vQnirgSTQwXH11HlhtPu/K8/oi+8U=; b=C19RbTvTMcxP6hNOc3+PHU7zb4l1XVu4sezVobyInY/A57vZqNIZ0yoQtZK9LXk6jg fVI+c+As8kAjxjsBSynHtjN4tbn/c09PR6EOkdVM1AHhSodJkTRRIRDkwtunl+6wBaqk alnjbbDlO41FXJ9kvMrpPy6C/3iW12V2m1dw7zT+KpKqRaKn9IW7C7LTpOkDkhr9qcVO m9HKylYaj5RUQ67jzRYUU2AIVwgty55y/ha98HE6ymoVKm2TchKyo72zQKieifyOj7t4 Z/XekEAQHhgLWwfAB4hQfQ0hKmiz5HBtQqgXFW7JSOaWAGILXT8Bbu6fPwdJnAy2Yaxq ClhA== MIME-Version: 1.0 X-Received: by 10.58.97.199 with SMTP id ec7mr743910veb.72.1373994694227; Tue, 16 Jul 2013 10:11:34 -0700 (PDT) Received: by 10.221.6.197 with HTTP; Tue, 16 Jul 2013 10:11:34 -0700 (PDT) Received: by 10.221.6.197 with HTTP; Tue, 16 Jul 2013 10:11:34 -0700 (PDT) In-Reply-To: References: Date: Tue, 16 Jul 2013 10:11:34 -0700 Message-ID: Subject: Re: 3.0.0 Testing thread From: Joe Bowser To: dev Content-Type: multipart/alternative; boundary=089e013a0696ac405704e1a411af X-Virus-Checked: Checked by ClamAV on apache.org --089e013a0696ac405704e1a411af Content-Type: text/plain; charset=ISO-8859-1 I'm testing on the HTC One running stock 4.2.2. The Google one without sense and the other crap. On Jul 16, 2013 9:51 AM, "Andrew Grieve" wrote: > Joe - what setup are you seeing the failures for? I'm running latest > everything and on 4.1.1 emulator all file tests pass. > > Shouldn't be related to ResourceApi change, as the File plugin doesn't use > it. > > > On Tue, Jul 16, 2013 at 11:51 AM, Filip Maj wrote: > > > Yes, when you clone down either of the tools, ALWAYS run `npm install` in > > its directory to reinitialize the dependencies. Even when just updating > > the code for the tools, run `npm install` just in case in case the deps > > changed > > > > On 7/16/13 8:06 AM, "Shazron" wrote: > > > > >aha, cordova-cli specified plugman 0.9.3 -- and that works. It's a bug > > >when > > >cordova-cli uses the latest plugman > > > > > > > > > > > >On Tue, Jul 16, 2013 at 8:03 AM, David Kemp wrote: > > > > > >> I had the same error that you got, but running npm install in the > > >> cordova-cli directory installed a fresh one (not sure which version ) > > >>and > > >> everything worked fine > > >> > > >> > > >> On Tue, Jul 16, 2013 at 10: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. > > >> > > > > >> > > >> > > > > > > >> > > > > > >> > > > > >> > > > >> > > > > > --089e013a0696ac405704e1a411af--