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 C55A911D83 for ; Thu, 15 May 2014 08:53:28 +0000 (UTC) Received: (qmail 78307 invoked by uid 500); 15 May 2014 02:38:02 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 78273 invoked by uid 500); 15 May 2014 02:38:02 -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 78242 invoked by uid 99); 15 May 2014 02:38:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 May 2014 02:38:02 +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: local policy) Received: from [63.245.216.72] (HELO mail.mozilla.com) (63.245.216.72) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 May 2014 02:37:58 +0000 Received: from mail.mozilla.com (localhost6.localdomain [127.0.0.1]) by zmmta1.mail.corp.phx1.mozilla.com (Postfix) with ESMTPS id 65FB9106435 for ; Wed, 14 May 2014 19:37:37 -0700 (PDT) Received: from zmmbox5.mail.corp.phx1.mozilla.com (zlb1.mail.corp.phx1.mozilla.com [10.20.77.200]) by zmmta1.mail.corp.phx1.mozilla.com (Postfix) with ESMTP id 5802C10642C for ; Wed, 14 May 2014 19:37:37 -0700 (PDT) Date: Wed, 14 May 2014 19:37:36 -0700 (PDT) From: Rodrigo Silveira To: dev@cordova.apache.org Message-ID: <1893914462.25278155.1400121456914.JavaMail.zimbra@mozilla.com> In-Reply-To: References: <582300022.24880084.1400002183948.JavaMail.zimbra@mozilla.com> <1817009189.24886270.1400003425801.JavaMail.zimbra@mozilla.com> Subject: Re: 3.5.0 RC is ready to be tested MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.20.77.22] X-Mailer: Zimbra 8.0.6_GA_5922 (ZimbraWebClient - FF31 (Mac)/8.0.6_GA_5922) Thread-Topic: 3.5.0 RC is ready to be tested Thread-Index: JcvM59vxRUduCOYXzh63j7OARXRI2g== X-Virus-Checked: Checked by ClamAV on apache.org The values in defaults.xml were already present in the initial config.xml, no need to duplicate. ----- Original Message ----- From: "Axel Nennker" To: "dev" Sent: Tuesday, May 13, 2014 12:58:44 PM Subject: Re: 3.5.0 RC is ready to be tested Not sure whether removing those values from defaults.xml is the _right_ fix. Maybe name and description should be added to the singleton list in prepare.js and config.xml values should clobber default.xml values not vice versa. Am 13.05.2014 20:50 schrieb "Rodrigo Silveira" : > The fix for issue 2) is here: > https://github.com/apache/cordova-firefoxos/pull/8 > > Running cordova build/compile with platform firefoxos will produce an > error, this is fixed by this pull request: > https://github.com/apache/cordova-firefoxos/pull/7 > > Can these please be pulled and tagged? Let me know if you need me to > squash and rebase the last pull. > > Thanks, > Rodrigo. > > ----- Original Message ----- > From: "Rodrigo Silveira" > To: dev@cordova.apache.org > Sent: Tuesday, May 13, 2014 10:29:43 AM > Subject: Re: 3.5.0 RC is ready to be tested > > Yes, number 2) is pretty bad, I'll submit fix for this shortly. > > ----- Original Message ----- > From: "Axel Nennker" > To: "dev" > Sent: Tuesday, May 13, 2014 8:34:02 AM > Subject: Re: 3.5.0 RC is ready to be tested > > 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. > >> >>> > >> >> > >> >> > >> > > >> > > > > >