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 ADCDF10009 for ; Wed, 13 Nov 2013 16:19:35 +0000 (UTC) Received: (qmail 16599 invoked by uid 500); 13 Nov 2013 16:19:35 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 16348 invoked by uid 500); 13 Nov 2013 16:19:35 -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 16340 invoked by uid 99); 13 Nov 2013 16:19:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Nov 2013 16:19:33 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of brian.leroux@gmail.com designates 209.85.223.182 as permitted sender) Received: from [209.85.223.182] (HELO mail-ie0-f182.google.com) (209.85.223.182) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Nov 2013 16:19:30 +0000 Received: by mail-ie0-f182.google.com with SMTP id e14so827749iej.41 for ; Wed, 13 Nov 2013 08:19:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=VYQgH0pTREyZYIAzB6IDX0kZPgCtjfXhZCwAoQw7tac=; b=Ehf3qbl0AefVQQ7IB8xeJDIVGMOwAvgLemKzdwbjXADLh+Wgs2BhW0cxv0iKE+XTgm Q0eIJxJ+HTPqjOO6PoOaeEHyNzQB9fAxkuW+WnDEGIFP+G+paT+ClGY38CDntiCPrHkg rbwfJNmjK2DOeBmLe9g76EJY8wtwHrCEA5t+8VdehE/T/Mcyb8YYlIpQJOuS/V88c6oH iyA18hC8+Kch1dhvwgWR9KCaMkaqqKiuiP8Lz/1J+P2lYmnYi0orToUmzP1sUYvUzwDd uBqM5hWPXb+A5NzXQVloSbVw7Kzgz2zHIyEky7M7qDuehMKtYA15h7lUNWe/8GQPJzJM 6WFg== MIME-Version: 1.0 X-Received: by 10.50.103.6 with SMTP id fs6mr19295842igb.16.1384359549562; Wed, 13 Nov 2013 08:19:09 -0800 (PST) Sender: brian.leroux@gmail.com Received: by 10.50.114.132 with HTTP; Wed, 13 Nov 2013 08:19:09 -0800 (PST) In-Reply-To: References: <20131113053941.6693017.31612.4721@blackberry.com> Date: Wed, 13 Nov 2013 08:19:09 -0800 X-Google-Sender-Auth: 9dT7nObj9miz2B09FOHKFE7cH7o Message-ID: Subject: Re: cordova serve broken From: Brian LeRoux To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=047d7b2e0abb32389c04eb11539d X-Virus-Checked: Checked by ClamAV on apache.org --047d7b2e0abb32389c04eb11539d Content-Type: text/plain; charset=ISO-8859-1 Thx Dick. So, Braden/Josh: did we discuss these semantics changes on list at all or was this just colloquially decided out off list and implemented? The latter is not cool. If I missed the former I apologize. I don't have a problem with this new feature per se but I don't think it has been thoroughly discussed (regardless), and obviously it has not been well tested (if at all). And I do have trouble with adding stuff to an already very large project. Do we need the new url scheme for app harness? If so, a landing page thing makes sense, I guess. Feels like we walking into territory that belongs to tooling like Grunt however. Could we have worked together to use the designer resources available from other committers to make it look better than an error state? Yes. Mild rant time. We have to use this list to keep everyone in the loop on the work being done. We can help each other create solid releases with beautiful experiences. Quietly introducing new semantics, untested, and a frankly terrible looking experience is a step backwards and worst of all it wasn't necessary. I am certain this was not deliberate or malicious but I do think it sucks. I am asking everyone here to think before you rock a large changeset, make smaller atomic changes that are thoroughly discussed, and give everyone here the opportunity to contribute to the effort. Each release should be an improvement on the last. On Wed, Nov 13, 2013 at 12:21 AM, Dick Van den Brink < d_vandenbrink@outlook.com> wrote: > Issue created: https://issues.apache.org/jira/browse/CB-5368 > I tested on master and 3.2.0rc, not working in IE11, working in other > browsers. > Landing page is working in all browsers. > > > > From: jsoref@blackberry.com > > To: dev@cordova.apache.org; d_vandenbrink@outlook.com; b@brian.io; > timkim85@gmail.com > > CC: jgee@blackberry.com > > Subject: Re: cordova serve broken > > Date: Wed, 13 Nov 2013 05:39:42 +0000 > > > > Andrew wrote: > >> Sounds issue-worthy. > > > >> I think Josh added some usage messages to serve > > > > Yes, I drove changes by our team here. > > > >> (and a landing page for /), > > > > Yep, especially this > > > >> so the next release will be more user-friendly. > > > > Speaking of which, there's a release candidate available now, please try > the following: > > > > npm install -g cordova@3.2.0-rc.1 > > > > > > cordova create directory com.example.hello HelloWorld > > cd directory > > cordova platform add blackberry10 > > > > cordova serve > > > > And then visit http://localhost:8000 in your browsers. > > > > We're doing testing of Cordova 3.2 RC this week and I'm happy to work on > things that are identified. > > > > I have OS X 10.9 and Windows 8 handy along with some VMs from modern.ie. > If there are browsers that should be tested, please let us know. > > > > The landing page isn't particularly shiny as I don't usually spend time > on CSS. Patches or suggestions are welcome. > > --------------------------------------------------------------------- > > This transmission (including any attachments) may contain confidential > information, privileged material (including material protected by the > solicitor-client or other applicable privileges), or constitute non-public > information. Any use of this information by anyone other than the intended > recipient is prohibited. If you have received this transmission in error, > please immediately reply to the sender and delete this information from > your system. Use, dissemination, distribution, or reproduction of this > transmission by unintended recipients is not authorized and may be > unlawful. > --047d7b2e0abb32389c04eb11539d--