Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 07160DC5F for ; Sun, 16 Sep 2012 00:33:13 +0000 (UTC) Received: (qmail 24887 invoked by uid 500); 16 Sep 2012 00:33:12 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 24843 invoked by uid 500); 16 Sep 2012 00:33:12 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 24833 invoked by uid 99); 16 Sep 2012 00:33:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Sep 2012 00:33:12 +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.24 as permitted sender) Received: from [64.18.1.24] (HELO exprod6ob110.obsmtp.com) (64.18.1.24) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Sep 2012 00:33:05 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob110.postini.com ([64.18.5.12]) with SMTP ID DSNKUFUeK+ra5qOnCNVXGlgnuajBR7UF7Chh@postini.com; Sat, 15 Sep 2012 17:32:44 PDT Received: from inner-relay-1.corp.adobe.com (ms-exchange.macromedia.com [153.32.1.51]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q8G0WfL1010593 for ; Sat, 15 Sep 2012 17:32:42 -0700 (PDT) Received: from nahub02.corp.adobe.com (nahub02.corp.adobe.com [10.8.189.98]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q8G0WfLc000941 for ; Sat, 15 Sep 2012 17:32:41 -0700 (PDT) Received: from nambxv01a.corp.adobe.com ([10.8.189.95]) by nahub02.corp.adobe.com ([10.8.189.98]) with mapi; Sat, 15 Sep 2012 17:32:40 -0700 From: Filip Maj To: "callback-dev@incubator.apache.org" Date: Sat, 15 Sep 2012 17:32:37 -0700 Subject: Re: plugin tooling/specification Thread-Topic: plugin tooling/specification Thread-Index: Ac2ToscXs81WXlbSSsmWDhX3QzjQBg== 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.3.120616 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 >Ohhh I think I understand. So basically it packages the www resources into >the binary at build time? Correct. Each platform's underlying implementation has its own "www" folder. At build time, the top-level www of your project gets copied into each platform before doing a compile for that platform. >> platforms/xxx/www gets destroyed and recreated on every build. See >> here. >> It's needed to build packages for every platform. It could arguably be >> destroyed after every build though. Fil is there a reason why that's not >> the case ? That is the case is it not? Line 57? Or do you mean, we should delete the platforms//www (or equivalent) after building? If the latter, I don't see the point.