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 051DAD34D for ; Thu, 7 Feb 2013 20:45:22 +0000 (UTC) Received: (qmail 92737 invoked by uid 500); 7 Feb 2013 20:45:21 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 92710 invoked by uid 500); 7 Feb 2013 20:45:21 -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 92701 invoked by uid 99); 7 Feb 2013 20:45:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2013 20:45:21 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of fil@adobe.com designates 64.18.1.78 as permitted sender) Received: from [64.18.1.78] (HELO exprod6og127.obsmtp.com) (64.18.1.78) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2013 20:45:13 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob127.postini.com ([64.18.5.12]) with SMTP ID DSNKURQSRMg2YVH8qBNjTwA6XmLyGoI+P1t2@postini.com; Thu, 07 Feb 2013 12:44:53 PST Received: from inner-relay-4.eur.adobe.com (inner-relay-4.adobe.com [193.104.215.14]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r17Kfn1v018869 for ; Thu, 7 Feb 2013 12:41:49 -0800 (PST) Received: from nahub01.corp.adobe.com (nahub01.corp.adobe.com [10.8.189.97]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id r17KikXM024414 for ; Thu, 7 Feb 2013 12:44:50 -0800 (PST) Received: from SJ1SWM219.corp.adobe.com (10.5.77.61) by nahub01.corp.adobe.com (10.8.189.97) with Microsoft SMTP Server (TLS) id 8.3.297.1; Thu, 7 Feb 2013 12:44:46 -0800 Received: from nambxv01a.corp.adobe.com ([10.8.189.95]) by SJ1SWM219.corp.adobe.com ([fe80::d55c:7209:7a34:fcf7%11]) with mapi; Thu, 7 Feb 2013 12:44:46 -0800 From: Filip Maj To: "dev@cordova.apache.org" Date: Thu, 7 Feb 2013 12:48:40 -0800 Subject: Re: refactoring mobile spec (was: Creating repos for core plugins) Thread-Topic: refactoring mobile spec (was: Creating repos for core plugins) Thread-Index: Ac4Fc/ajGhGlieulQLeELqzWEW4l1Q== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.5.121010 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org This is definitely what I had envisioned as well.. On 2/7/13 11:13 AM, "Andrew Grieve" wrote: >If someone wants to lead the charge on this angle of the plugin >splitting-out, that would be awesome. On the priority list though, I think >it's pretty low. Right now you have to set up the project file, add the >JS, and then run the tests. This model will still work when plugins are >separated out. > > >On Thu, Feb 7, 2013 at 1:21 PM, Marcel Kinard wrote: > >> I don't want to jump forward too far, but would it make sense to breakup >> mobile-spec in a similar way so that the tests for a plugin are actually >> located in the plugin's repo? Then the test and the function under test >> would be synchronized. And it could potentially open the way for >> third-parties to supply tests for their own plugins. >> >> -- Marcel Kinard >> >> On Feb 7, 2013, at 10:44 AM, Andrew Grieve wrote: >> >> > https://issues.apache.org/jira/browse/INFRA-5839 >> >>