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 A3EB0F5A0 for ; Wed, 27 Mar 2013 00:19:36 +0000 (UTC) Received: (qmail 52784 invoked by uid 500); 27 Mar 2013 00:19:36 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 52729 invoked by uid 500); 27 Mar 2013 00:19:36 -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 52715 invoked by uid 99); 27 Mar 2013 00:19:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Mar 2013 00:19:36 +0000 X-ASF-Spam-Status: No, hits=-1.3 required=5.0 tests=FRT_ADOBE2,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.29 as permitted sender) Received: from [64.18.1.29] (HELO exprod6og112.obsmtp.com) (64.18.1.29) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Mar 2013 00:19:31 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob112.postini.com ([64.18.5.12]) with SMTP ID DSNKUVI6/ulb02R1bm6rbqHyOSv2Caia1tS/@postini.com; Tue, 26 Mar 2013 17:19:11 PDT Received: from inner-relay-1.corp.adobe.com (inner-relay-1.adobe.com [153.32.1.51]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r2R0J82h011538 for ; Tue, 26 Mar 2013 17:19:09 -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 r2R0J8AV012065 for ; Tue, 26 Mar 2013 17:19:08 -0700 (PDT) Received: from SJ1SWM219.corp.adobe.com (10.5.77.61) by nahub02.corp.adobe.com (10.8.189.98) with Microsoft SMTP Server (TLS) id 8.3.298.1; Tue, 26 Mar 2013 17:19:08 -0700 Received: from nambxv01a.corp.adobe.com ([10.8.189.95]) by SJ1SWM219.corp.adobe.com ([fe80::d55c:7209:7a34:fcf7%11]) with mapi; Tue, 26 Mar 2013 17:19:08 -0700 From: Filip Maj To: "dev@cordova.apache.org" Date: Tue, 26 Mar 2013 17:19:03 -0700 Subject: Re: [plugman] js install Thread-Topic: [plugman] js install Thread-Index: Ac4qgLIPwjkDYXIOTrWu+3SrOlsUeQ== 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.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 FYI, I've added a bunch of issues based on a brain dump of outstanding tasks that Braden wrote up in plugman's future branch. Tagged the issues in JIRA as "future", and they are also noted at the bottom of plugman/future FUTURE.md under the TODO section. We're pretty damn close but missing tests for all the new features, but I think close to 2.6 release time this stuff should be ready.. Super exciting!! On 3/26/13 10:23 AM, "Brian LeRoux" wrote: >fuckin eh, sounds awesome---thx man > >On Tue, Mar 26, 2013 at 10:14 AM, Braden Shepherdson > wrote: >> I added the plugin-loading code there (see scripts/plugin_loader.js) >>but I >> wasn't aware that XHRs to file:// URLs always have status 0 instead of >> 200/404/etc. Andrew fixed that today, but we decided not to try to >> cherry-pick that change into 2.6.x. >> >> It's harmless for the main function of cordova-js, but it means that the >> future branch of the CLI tools won't work with the released 2.6. >> >> Braden >> >> >> On Tue, Mar 26, 2013 at 12:57 PM, Brian LeRoux wrote: >> >>> Braden: whats happening in cordova-js that is broken/being heavily >>> refactored? >>> >>> >>> On Tue, Mar 26, 2013 at 9:36 AM, Braden Shepherdson >>> >>> wrote: >>> > You'll need the future branch of cordova-cli and plugman, and to go >>> through >>> > a bit of a dance to get those two installed and npm linked properly. >>>The >>> > dance is as follows: >>> > >>> > cd plugman >>> > npm install >>> > sudo npm link >>> > cd ../cordova-cli >>> > npm install >>> > sudo npm link >>> > npm link plugman >>> > >>> > Now when you run 'cordova' you get the git version, and 'plugman' >>> likewise. >>> > You can skip everything after the first three lines if you're only >>>using >>> > plugman and not CLI. >>> > >>> > Note that the master branch is currently broken with cordova-js >>>2.6.0; >>> > you'll have to use the future branch. Unfortunately that branch is >>>under >>> > heavy development right now, but I'm trying to keep it in a working >>> state. >>> > >>> > Braden >>> > >>> > >>> > On Tue, Mar 26, 2013 at 12:16 PM, Filip Maj wrote: >>> > >>> >> Use the future branch of plugman. That's where braden is putting the >>> >> symbol mapping work into. >>> >> >>> >> On 3/26/13 9:09 AM, "Brian LeRoux" wrote: >>> >> >>> >> >Steve has plugman working with devicemotion plugin. Happy days! Its >>> >> >time he ripped the JS out of cordova-js and put it in the plugin. >>>But >>> >> >does plugman support js installation? What needs happening to make >>>it >>> >> >so? >>> >> >>> >> >>>