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 B9543FC26 for ; Fri, 22 Mar 2013 20:03:38 +0000 (UTC) Received: (qmail 88393 invoked by uid 500); 22 Mar 2013 20:03:38 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 88372 invoked by uid 500); 22 Mar 2013 20:03:38 -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 88363 invoked by uid 99); 22 Mar 2013 20:03:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Mar 2013 20:03:38 +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 (athena.apache.org: domain of fil@adobe.com designates 64.18.1.183 as permitted sender) Received: from [64.18.1.183] (HELO exprod6og102.obsmtp.com) (64.18.1.183) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Mar 2013 20:03:34 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob102.postini.com ([64.18.5.12]) with SMTP ID DSNKUUy5Ac1+tTL1qCNYqLqyw6i9E8xrvQDz@postini.com; Fri, 22 Mar 2013 13:03:13 PDT Received: from inner-relay-4.eur.adobe.com (inner-relay-4b [10.128.4.237]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r2MK3C2h011033 for ; Fri, 22 Mar 2013 13:03:12 -0700 (PDT) Received: from nacas02.corp.adobe.com (nacas02.corp.adobe.com [10.8.189.100]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id r2MK0iXh027453 for ; Fri, 22 Mar 2013 13:03:09 -0700 (PDT) Received: from nambxv01a.corp.adobe.com ([10.8.189.95]) by nacas02.corp.adobe.com ([10.8.189.100]) with mapi; Fri, 22 Mar 2013 13:02:12 -0700 From: Filip Maj To: "dev@cordova.apache.org" Date: Fri, 22 Mar 2013 13:02:07 -0700 Subject: Re: [cordova-cli] - what does the plugins folder do? Thread-Topic: [cordova-cli] - what does the plugins folder do? Thread-Index: Ac4nOCQQlPWSwAhuSjaozvAon2jwDA== Message-ID: In-Reply-To: <018DFBD6-C0D4-419C-A9EA-7F1786351893@devgeeks.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.2.130206 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 Agree with everything Braden said On 3/22/13 12:05 PM, "tommy-carlos Williams" wrote: >+1 for ./platforms becoming a build artifact. > >That is already how we are attempting to roll in our project using the >cli, though its not quite right yet. > >On 23/03/2013, at 5:26, Braden Shepherdson wrote: > >> We want this to stick around. One of my goals for the CLI is to make the >> platforms/foo subdirectories completely build artifacts. Native code, >>web >> assets, JS code, all get copied on every prepare. That's not currently >>true >> for native code, but it is for the rest. >>=20 >> Since we're doing that, we need the full content of the plugins to stick >> around. Is there a problem with keeping this around? >>=20 >> Braden >>=20 >>=20 >> On Fri, Mar 22, 2013 at 2:12 PM, Brian LeRoux wrote: >>=20 >>> Cool. So, is this interim or necessary to exist for all of time? >>> (Would assume you need some sort of staging area but not sure you need >>> to keep em around if we can cache the manifest info or something.) >>>=20 >>> On Fri, Mar 22, 2013 at 11:01 AM, Braden Shepherdson >>> wrote: >>>> I assume you mean the top-level plugins/ folder in the CLI? >>>>=20 >>>> That is where plugins are cached when you cordova plugin add them. >>> Whether >>>> they're coming from local directories or git or wherever, they get >>>>copied >>>> here. Then on a prepare this is where the plugin's assets are copied >>> from. >>>>=20 >>>> Braden >>>>=20 >>>>=20 >>>> On Fri, Mar 22, 2013 at 1:56 PM, Brian LeRoux wrote: >>>>=20 >>>>> ... >>>=20