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 A3CA510FCB for ; Fri, 6 Dec 2013 21:11:03 +0000 (UTC) Received: (qmail 43754 invoked by uid 500); 6 Dec 2013 21:11:03 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 43725 invoked by uid 500); 6 Dec 2013 21:11:03 -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 43717 invoked by uid 99); 6 Dec 2013 21:11:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Dec 2013 21:11:03 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of stevengill97@gmail.com designates 209.85.219.53 as permitted sender) Received: from [209.85.219.53] (HELO mail-oa0-f53.google.com) (209.85.219.53) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Dec 2013 21:10:59 +0000 Received: by mail-oa0-f53.google.com with SMTP id m1so1438238oag.40 for ; Fri, 06 Dec 2013 13:10:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Sz14HJ0UiD2qZrSgksqqrOCrBxKcExJwKGBmw6aBgE4=; b=tYOEeN9CHz/uMd+kVFXEGf95z+mgDCGysuocECq6qkzIHA/RoU8Z4/2R+A7PgMZfNW bMMUFrTXDso8MpClLOxDtPdX+28cx6nh62KYqlYeQJDIFAcWMMHvXpeaW1Dipb48+kQP 8UJb+OhcJRmVyQ7SuJh67iRygiV2fe4qpYRlbMWiuSAaMZEJUSTKntvdAzh+pCMV7fM9 eSRNgfS70yFNqKlixQhptYAZPEQ2SFS9mpM8BFXA0kE3TJnTs5Qga71gAzZNCnDl4y3P 62UFSxwm/aIjyFatIcV+/uBWLXUDiL0QJfFx31luKsCHJ+7Av3cH4DBYf7GrMbBPLq9c KYzA== X-Received: by 10.182.250.200 with SMTP id ze8mr4095988obc.72.1386364236844; Fri, 06 Dec 2013 13:10:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.76.2.176 with HTTP; Fri, 6 Dec 2013 13:10:16 -0800 (PST) In-Reply-To: References: From: Steven Gill Date: Fri, 6 Dec 2013 13:10:16 -0800 Message-ID: Subject: Re: Ubuntu and FireOS update To: "dev@cordova.apache.org" Cc: Maxim Ermilov , "Naik, Archana" Content-Type: multipart/alternative; boundary=089e0160c660ddd59404ece41371 X-Virus-Checked: Checked by ClamAV on apache.org --089e0160c660ddd59404ece41371 Content-Type: text/plain; charset=ISO-8859-1 nvm. Found the repos for ubuntu. Cordova-js support looks good for both platforms On Fri, Dec 6, 2013 at 12:36 PM, Steven Gill wrote: > I would also like to see pull requests for cordova-js support for both > ubuntu and fireOS! > > > On Fri, Dec 6, 2013 at 10:32 AM, Steven Gill wrote: > >> Thanks for the tip Braden. I will make sure that is done now. >> >> >> On Fri, Dec 6, 2013 at 9:24 AM, Braden Shepherdson wrote: >> >>> Make sure these platforms get added to cordova platform ls, with >>> appropriate logic for where Ubuntu can be built. >>> >>> Braden >>> >>> >>> On Thu, Dec 5, 2013 at 6:02 PM, Andrew Grieve >>> wrote: >>> >>> > On Thu, Dec 5, 2013 at 8:53 PM, Steven Gill >>> > wrote: >>> > >>> > > Just wanted to give a update >>> > > >>> > > Support for both of these now exists in plugman + CLI on master. It >>> seems >>> > > to be working well enough. >>> > > >>> > > Docs: This is a pretty important piece. Once we release 3.3.0, our >>> users >>> > > are going to want to know what plugins are supported, what the >>> getting >>> > > started requirements are, etc. I know FireOS has already sent some >>> doc >>> > > updates. I would suggest installing all of the plugins you support >>> and >>> > run >>> > > mobile-spec. Once you have confirmed a plugin has full support, add >>> your >>> > > platform to the supported platform list. >>> > > >>> > > Docs can be found at https://github.com/apache/cordova-docs/ >>> > > >>> > > *FireOS* >>> > > Plugman Tests: I commented out the tests because they need work. They >>> > rely >>> > > to heavily on a copy paste job of the android tests. I had to update >>> the >>> > > plugin.xml files for the three plugins in the tests to add support >>> for >>> > > amazon-fireos just to get the tests to run. >>> > > >>> > > Check-reqs: right now the requirements are being checked in the cli. >>> We >>> > > will want to change this to use the platform level chec_reqs script >>> > > instead. Android made this change recently. Hopefully someone can >>> point >>> > you >>> > > to the specific commits that made the change. This is suffering >>> from the >>> > > same problem Android just had, in that it is setting the base api >>> level >>> > at >>> > > 17. We should update that number for now and after 3.3.0 work on >>> > converting >>> > > this. >>> > > >>> > To add to this - I made a check afterwards to just make CLI's >>> > check_requirements return true immediately. It makes more sense to >>> have the >>> > bin/create script run check_reqs itself. The original reason for having >>> > check_requirements in CLI was to be able to check requirements before >>> > running lazy_load, but that never came to fruition (and is a pretty >>> minor >>> > optimization anyways). >>> > >>> > >>> > > >>> > > *Ubuntu* >>> > > Tests! We need them! :) >>> > > Need to make clear that ubuntu option isn't available on Mac or >>> Windows. >>> > > The error messages aren't clear here. Documentation around this >>> would go >>> > a >>> > > long way! >>> > > >>> > > >>> > > I will continue to give suggestions as I play around more with both >>> of >>> > > these platforms. Please file issues for any of the work you do and >>> use >>> > > those in the commit messages. >>> > > >>> > > The 3.3.0-rc.1 will be tagged & released tomorrow. I will tag both of >>> > these >>> > > platforms leading up to the release. I'm aiming to release 3.3.0 >>> next Wed >>> > > or Thursday. So we will still have some time to improve the >>> experience >>> > for >>> > > users who will be trying out these platforms for the first time. >>> > > >>> > >>> >> >> > --089e0160c660ddd59404ece41371--