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 1D28911EA1 for ; Tue, 13 May 2014 20:30:31 +0000 (UTC) Received: (qmail 81457 invoked by uid 500); 13 May 2014 17:43:51 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 81414 invoked by uid 500); 13 May 2014 17:43:51 -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 81405 invoked by uid 99); 13 May 2014 17:43:51 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 May 2014 17:43:51 +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 (nike.apache.org: domain of stevengill97@gmail.com designates 209.85.216.182 as permitted sender) Received: from [209.85.216.182] (HELO mail-qc0-f182.google.com) (209.85.216.182) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 May 2014 17:43:48 +0000 Received: by mail-qc0-f182.google.com with SMTP id e16so895526qcx.27 for ; Tue, 13 May 2014 10:43:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=9pc139oLzsWwoMD/LjQL0uTsTFHCvbpryGE2d1QhYGk=; b=EhWClJ3bp/WO76Lo8wOM0pwQiDXU/t5KUEDaDRlUGiNnJg+hj9RqkgaINcTv8B7mSI Uts33BBxIOqOXqyAuArSU3BzFcMqkFC06luByud20zzluKqIibGp/zv+yZPaBBLhm8r7 hNlOqNWfBrslyOF1mEgdIwLbc+xpYNjfDEeKK8Vc80bHeqE/Q1b2ukGPgjdiXlxI+FZP 63hRFZAlqa5XpjlN0LUGVU/pI9a/rQILqPHisaou32g0nqodAWuQQmbMERO/HJMWao5j ezfncoHLF5zHDbmkfdnRqr4l1vp3+cLWwikfDGPjvYgcpRlr8OqKmTMBZAOgzrNRY34t Uhpg== MIME-Version: 1.0 X-Received: by 10.140.32.195 with SMTP id h61mr37698886qgh.10.1400003005519; Tue, 13 May 2014 10:43:25 -0700 (PDT) Received: by 10.140.88.232 with HTTP; Tue, 13 May 2014 10:43:25 -0700 (PDT) Received: by 10.140.88.232 with HTTP; Tue, 13 May 2014 10:43:25 -0700 (PDT) In-Reply-To: References: Date: Tue, 13 May 2014 10:43:25 -0700 Message-ID: Subject: Re: 3.5.0 RC is ready to be tested From: Steven Gill To: dev@cordova.apache.org Content-Type: multipart/alternative; boundary=001a113a7720d41cf204f94b9922 X-Virus-Checked: Checked by ClamAV on apache.org --001a113a7720d41cf204f94b9922 Content-Type: text/plain; charset=ISO-8859-1 I believe I referenced Cordova lib incorrectly. I'll redo it this afternoon. For 2) definitely seems like a bug. On May 13, 2014 8:34 AM, "Axel Nennker" wrote: > Regarding 2): > prepare.js merges defaults.xml and config.xml which yields in duplicate > elements name and description. > This is a bug in cordova-lib, I think. > > Axel > Am 13.05.2014 13:50 schrieb "Axel Nennker" : > > > 1) > > I just installed 3.5.0-0.2.2 and the FirefoxOS icon PR is not in it. > > Although it is in here: > > > > > https://github.com/apache/cordova-lib/blob/master/cordova-lib/src/cordova/metadata/firefoxos_parser.js > > > > 2) > > Again on platform==firefoxos the values of config.name and > > config.description in firefoxos_parser.js seem to be the values of the > > template app and not the values from config.xml > > I get this values in manifest.webapp > > "name": "HelloCordova", > > "description": "A sample Apache Cordova application that responds to > > the deviceready event.", > > while www/config.xml contains different values. > > In android's create.js the projectname is written to the > > AndroidManifest.xml while on firefoxos the create.js never touches > > manifest.webapp and leaves the manifest creation to firefoxos_parser.js > > which seems to contain the bogus values from ConfigParser.js. > > > > > > > > 2014-05-13 1:22 GMT+02:00 Steven Gill : > > > >> New zips uploaded at > >> https://dist.apache.org/repos/dist/dev/cordova/CB-6586/rc/ > >> > >> Update versions of CLI + plugman available at the rc tag. Uses updated > >> cordova-lib. > >> npm install -g cordova@rc > >> npm install -g plugman@rc > >> > >> TEST TEST TEST! > >> I will start the vote threads tomorrow as long as we don't have any big > >> new > >> issues arise. > >> > >> -Steve > >> > >> > >> On Mon, May 12, 2014 at 12:16 PM, Steven Gill >> >wrote: > >> > >> > Cordova-blackberry got retagged. > >> > > >> > Cordova-lib has a few changes incoming (bb check req, ffos icon > support, > >> > amazon-fireos error). I will add these in, bump version for lib, cli > and > >> > plugman around 2pm pst. I'll also take a look at any other PR on > >> > cordova-lib. > >> > > >> > If you have other mandatory fixes with this new setup, please respond > to > >> > this thread asap. > >> > > >> > Keep testing! Cordova-lib is a pretty big change. > >> > > >> > > >> > On Sun, May 11, 2014 at 8:20 PM, Steven Gill >> >wrote: > >> > > >> >> Also https://dist.apache.org/repos/dist/dev/cordova/CB-6586/ > >> >> > >> >> > >> >> On Fri, May 9, 2014 at 4:38 PM, Steven Gill >> >wrote: > >> >> > >> >>> https://twitter.com/apachecordova/status/464911591561887745 > >> >>> > >> >>> npm install -g cordova@rc > >> >>> npm install -g plugman@rc > >> >>> > >> >>> This release is using cordova-lib. > >> >>> > >> >> > >> >> > >> > > >> > > > > > --001a113a7720d41cf204f94b9922--