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 DE168178C5 for ; Wed, 22 Apr 2015 14:12:54 +0000 (UTC) Received: (qmail 67158 invoked by uid 500); 22 Apr 2015 14:12:54 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 67119 invoked by uid 500); 22 Apr 2015 14:12:54 -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 67106 invoked by uid 99); 22 Apr 2015 14:12:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2015 14:12:54 +0000 X-ASF-Spam-Status: No, hits=2.4 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: message received from 54.164.171.186 which is an MX secondary for dev@cordova.apache.org) Received: from [54.164.171.186] (HELO mx1-us-east.apache.org) (54.164.171.186) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2015 14:12:48 +0000 Received: from mail-yk0-f177.google.com (mail-yk0-f177.google.com [209.85.160.177]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 79CCE43E6F for ; Wed, 22 Apr 2015 14:12:28 +0000 (UTC) Received: by ykec202 with SMTP id c202so26946804yke.2 for ; Wed, 22 Apr 2015 07:11:43 -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=GFjSpt7EhAc6z0QW8tQO4bQ+mqh2afIcxvQBpMtpFqE=; b=RDBclmeI6tC5Skl2xavqP3zgjugv4XhylDAFhhNRdivHTH7aUr8dm8PIE19I5f0Xpv LMBDqXIp0E5I6yN3LONWHjw3/EPXz+zdpeuvXaJxY/d7NDsF+OIUPHJ2lrCLrmqf3YBQ dghe750WhliZihoqU7X9rm/YdpIMtoHIhEXouba/1v0uV8/+zQTJNWTfz45e++0bZvT5 5yi5fTWHYF07GyLq4DxJnzcrIM/JFg6litQD9a6Wjg7HXZuKhZQ2ZJxD+LsL74TZd6Wz 6jQRYGpKuRv5SVrkiEC6J4uQgy5lSHyrfUtop65GHOGDV6zkUaXpV1mbmJ7NtyMkOdFl lfcA== MIME-Version: 1.0 X-Received: by 10.170.185.4 with SMTP id b4mr24269773yke.95.1429711903081; Wed, 22 Apr 2015 07:11:43 -0700 (PDT) Received: by 10.129.138.1 with HTTP; Wed, 22 Apr 2015 07:11:43 -0700 (PDT) In-Reply-To: References: Date: Wed, 22 Apr 2015 10:11:43 -0400 Message-ID: Subject: Re: How to get plugin lists for cordova-android 3.7.x From: Carlos Santana To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=001a113954201d4c0f051450be60 X-Virus-Checked: Checked by ClamAV on apache.org --001a113954201d4c0f051450be60 Content-Type: text/plain; charset=UTF-8 Hi Fu If you want to test what was release at the time frame that Android 3.7.1 was released then one way if too look at the release notes. You can use Cordova CLI 4.2.0 [1] "npm install -g cordova@4.2.0", it pinned cordova-android@3.7.1 To get the plugin list that was tested at that time frame you can take a look at the release notes for Plugins [2] when for Android 3.7.1 was the latest pinned. use latest cordova-mobile-spec and latest cordova-plugin-test-framework Don't know why you will want to test old plugins, I will stick with latest plugins released this week. and latest cordova-cli and add android platform 3.7.1 "cordova platform add android@3.7.1" I guess I didn't answer you questions :-), but I gave you enough rope [1]: http://cordova.apache.org/news/2015/03/02/tools-release.html [2]: http://cordova.apache.org/news/2015/02/10/plugins-release.html On Tue, Apr 21, 2015 at 8:20 PM, Fu, Junwei wrote: > Hi All, > > Mobile-spec has no 3.7.x branch, how can I get the plugin lists for > cordova-android 3.7.x, and how to build mobile-spec to test cordova-android > 3.7.x, do we use the latest cordova-plugin-test-framework, cordova-cli, > cordova-mobile-spec and so on. > > Thanks, > Junwei. > -- Carlos Santana --001a113954201d4c0f051450be60--