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 1EC44117D4 for ; Wed, 14 May 2014 01:01:45 +0000 (UTC) Received: (qmail 12127 invoked by uid 500); 14 May 2014 00:54:24 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 11938 invoked by uid 500); 14 May 2014 00:54:24 -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 11814 invoked by uid 99); 14 May 2014 00:54:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 May 2014 00:54:24 +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.216.177 as permitted sender) Received: from [209.85.216.177] (HELO mail-qc0-f177.google.com) (209.85.216.177) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 May 2014 00:54:20 +0000 Received: by mail-qc0-f177.google.com with SMTP id i17so1627320qcy.8 for ; Tue, 13 May 2014 17:54:00 -0700 (PDT) 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=8sY5Cpd+N1EIJP/YDkDAtIXsyUxB5vXc+tNUZCjP46w=; b=hSofn9+0LJcS+rqcSGd9jyosdAyxePSrunbbl0N0E0N5+GqlMnGHQ95RZQHkgSDmSh lqumGAwqzbj8FvS76svEOU0M12yuRFN+UfcTWURcKv7CNkSqVhplb4W/JOdBRb4jDS5P 2Hmj4rMfebT575PFO0uDUU3CLMGCc1JxsunIX3hVkt6RY605H20BJJ48YokNLYn0dWzY yHzzPwyicjTjp/eFAWbjhz4Osfivg3PGUpDXGkqJiBG5qBhZQeNGoEcuJ6q/+9Qm05y/ e5uPsZIDGDMi+BK0cftVjfmgXseeW8NFw2iONjYiu33rbHxJ4mUlO30nOLM3p6mdoi4V 99zQ== X-Received: by 10.140.85.102 with SMTP id m93mr873128qgd.26.1400028839890; Tue, 13 May 2014 17:53:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.88.232 with HTTP; Tue, 13 May 2014 17:53:39 -0700 (PDT) In-Reply-To: <2033894316.24973738.1400019143563.JavaMail.zimbra@mozilla.com> References: <1817009189.24886270.1400003425801.JavaMail.zimbra@mozilla.com> <2033894316.24973738.1400019143563.JavaMail.zimbra@mozilla.com> From: Steven Gill Date: Tue, 13 May 2014 17:53:39 -0700 Message-ID: Subject: Re: 3.5.0 RC is ready to be tested To: "dev@cordova.apache.org" Cc: "Sergey Grebnov (Akvelon)" Content-Type: multipart/alternative; boundary=001a11c12816ad700404f9519d8e X-Virus-Checked: Checked by ClamAV on apache.org --001a11c12816ad700404f9519d8e Content-Type: text/plain; charset=ISO-8859-1 Thanks guys! Looks like everything got merged in. Uploaded new zips to https://dist.apache.org/repos/dist/dev/cordova/ New cordova-cli rc is available at `npm install cordova@rc`. This one should have a proper reference to the newest cordova-lib. For platforms that have been retagged (firefoxos, windows, wp8, blackberry), make sure to delete the cached version on your machines at /Users/YOURUSERNAME/.cordova/lib/PLATFORM before testing. Take a look and let me know if you guys find any more issues. I appreciate you all taking time to test! Cheers, -Steve On Tue, May 13, 2014 at 3:12 PM, Rodrigo Silveira wrote: > The command cordova help was throwing a module not found exception. I > submitted a pull request to fix it: > https://github.com/apache/cordova-cli/pull/175 > > ----- Original Message ----- > From: "Steven Gill" > To: dev@cordova.apache.org > Cc: "Sergey Grebnov (Akvelon)" > Sent: Tuesday, May 13, 2014 2:26:41 PM > Subject: RE: 3.5.0 RC is ready to be tested > > Welcome Joel! > > Thanks for the heads up. > On May 13, 2014 2:16 PM, "Joel Kucera" wrote: > > > Hello, we found some issues with the WP8 and Windows8 platforms with > > 3.5.0RC today. > > > > There was a change in build.js for the WP8 platform where exec_verbose > can > > return undefined and cause the build to fail. And on Windows8 there is > some > > new splashscreen support that isn't working when > name="SplashScreen" value="screen" /> is in config.xml > > > > Sergey is investigating further and actively look into fixes for these > > issues. We wanted to raise awareness of these issues and we'd really like > > to get the fixes pulled and have the RC retagged when fixes are > available. > > > > Sergey and I can provide more details if needed and keep people up to > date. > > > > Thank you, > > Joel Kucera > > > > (I don't know if it's customary to do introductions here, but I'm an SDET > > at Microsoft on the team that's been working on the Cordova support in > > Visual Studio, so, Hi everyone, it's great to be able to be part of the > > community.). > > > > -----Original Message----- > > From: Rodrigo Silveira [mailto:rsilveira@mozilla.com] > > Sent: Tuesday, May 13, 2014 12:50 PM > > To: dev@cordova.apache.org > > Subject: Re: 3.5.0 RC is ready to be tested > > > > 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/cord > > > ova/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. > > >> >>> > > >> >> > > >> >> > > >> > > > >> > > > > > > > > > > > --001a11c12816ad700404f9519d8e--