Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 22D7E9C13 for ; Wed, 29 Feb 2012 19:31:31 +0000 (UTC) Received: (qmail 45362 invoked by uid 500); 29 Feb 2012 19:31:31 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 45331 invoked by uid 500); 29 Feb 2012 19:31:31 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 45321 invoked by uid 99); 29 Feb 2012 19:31:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Feb 2012 19:31:30 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bowserj@gmail.com designates 209.85.214.47 as permitted sender) Received: from [209.85.214.47] (HELO mail-bk0-f47.google.com) (209.85.214.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Feb 2012 19:31:26 +0000 Received: by bkcjg15 with SMTP id jg15so3898255bkc.6 for ; Wed, 29 Feb 2012 11:31:05 -0800 (PST) Received-SPF: pass (google.com: domain of bowserj@gmail.com designates 10.112.10.41 as permitted sender) client-ip=10.112.10.41; Authentication-Results: mr.google.com; spf=pass (google.com: domain of bowserj@gmail.com designates 10.112.10.41 as permitted sender) smtp.mail=bowserj@gmail.com; dkim=pass header.i=bowserj@gmail.com Received: from mr.google.com ([10.112.10.41]) by 10.112.10.41 with SMTP id f9mr835732lbb.8.1330543864984 (num_hops = 1); Wed, 29 Feb 2012 11:31:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=s+Iqcnq0THXXex62lUmYclZabCcLRExGnbVihHkS7Yc=; b=rU+dby1ltlBolOI64PrX+X4DPoDNXSsoS430aknMbSbO4qnk84PSbgd20wXhAT07y8 8U0W/PozYrCEfeliz4hugVxAmclGjLxbk/QF53Yxh3UeYeoCLmmUxtosdTza0PMK7OSH rdENqAnw2cK+10gIevfLEq4yK0W3gjIqef2Rk= MIME-Version: 1.0 Received: by 10.112.10.41 with SMTP id f9mr687434lbb.8.1330543864872; Wed, 29 Feb 2012 11:31:04 -0800 (PST) Received: by 10.152.28.226 with HTTP; Wed, 29 Feb 2012 11:31:04 -0800 (PST) In-Reply-To: References: Date: Wed, 29 Feb 2012 11:31:04 -0800 Message-ID: Subject: Re: tagging 1.5rc friday From: Joe Bowser To: callback-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=e0cb4efe28e86c7e4004ba1f627d X-Virus-Checked: Checked by ClamAV on apache.org --e0cb4efe28e86c7e4004ba1f627d Content-Type: text/plain; charset=ISO-8859-1 ant clean is critically important. That burnt us more than a few times when we were testing here yesterday. On Wed, Feb 29, 2012 at 11:29 AM, Simon MacDonald wrote: > Make sure you do an "ant clean" of your workspace. If you've built > cleanly and are still running into problems let us know what you see. > > Simon Mac Donald > http://hi.im/simonmacdonald > > > > On Wed, Feb 29, 2012 at 2:03 PM, Elizabeth Baldwin > wrote: > > Simon - I'm seeing regression using the latest: > > > > incubator-cordova-android-21b7346.tar.gz > > > > I don't know if I should be updating my code from what I > > used from 1.4.1 phonegap docs - ? Did edge docs online change? > > > > Problems: Camera, Capture, Media, File:Read. > > > > Libby > > > > On Wed, Feb 29, 2012 at 10:26 AM, Simon MacDonald < > simon.macdonald@gmail.com > >> wrote: > > > >> Okay, I've just committed fixes that take care of the last two pain > >> points. Also, I see that Joe's reverted his changes so we should go > >> full steam ahead doing regression testing on Android to see if > >> anything is broken. If we can't find any breakages we'll be all set to > >> tag 1.5.0 on Android. > >> > >> Simon Mac Donald > >> http://hi.im/simonmacdonald > >> > >> > >> > >> On Wed, Feb 29, 2012 at 11:58 AM, Filip Maj wrote: > >> > Ping the dev list when you get there Simon, then Joe and me and > whomever > >> > else wants to join the fun can also run through tests on our end. > >> > > >> > On 2/29/12 8:46 AM, "Simon MacDonald" > wrote: > >> > > >> >>We may be able to tag 1.5 today. There are two more things that should > >> >>be changed before 1.5 goes out: > >> >> > >> >>1) Revert the change of the PERSISTENT filesystem now defaulting to > >> >>the internal storage. We'll go back to the old implementation for this > >> >>release and have a larger discussion on this issue for a future > >> >>release. > >> >>2) FileSystem.js creates a DirectoryEntry with the wrong name. > >> >> > >> >>I expect I'll be able to get both of those changes in today. Then I > >> >>want to run through the regression tests one more time to make sure I > >> >>haven't broken anything. Once I've completed that I'll tag and let > >> >>everyone know. > >> >> > >> >>Sound good? > >> >> > >> >>Simon Mac Donald > >> >>http://hi.im/simonmacdonald > >> >> > >> >> > >> >> > >> >>On Wed, Feb 29, 2012 at 11:32 AM, Steve Gill > >> >>wrote: > >> >>> Hey guys. > >> >>> > >> >>> How do we feel about tagging 1.5 today? > >> >>> > >> >>> Simon, do you still feel like android isn't ready? > >> >>> > >> >>> How about other repos? > >> >>> > >> >>> -Steve > >> >>> > >> >>> > >> >>> > >> >>> On Feb 28, 2012, at 7:20 AM, Simon MacDonald > >> >>> wrote: > >> >>> > >> >>>> Yeah, Android is not ready. I've found another bug where you cannot > >> >>>>play > >> >>>> audio using the Media class. I will post up a description of what > is > >> >>>>going > >> >>>> on in another thread. > >> >>>> > >> >>>> I'm sorry to be the old curmudgeon but I don't think that Android > is > >> >>>>ready > >> >>>> to be tagged 1.5.0 and released quite yet. > >> >>>> > >> >>>> Simon Mac Donald > >> >>>> http://hi.im/simonmacdonald > >> >>>> > >> >>>> > >> >>>> On Mon, Feb 27, 2012 at 5:51 PM, Steven Gill < > stevengill97@gmail.com> > >> >>>>wrote: > >> >>>> > >> >>>>> Sorry, for some reason I missed the last half of this thread. The > >> >>>>>plan in > >> >>>>> my mind was to make sure every platform had 1.5.0rc tagged friday > >> >>>>>(today > >> >>>>> now) and do the final release tomorrow/Wed. If more discussion is > >> >>>>>needed, > >> >>>>> please continue. > >> >>>>> > >> >>>>> -Steve > >> >>>>> > >> >>>>> On Mon, Feb 27, 2012 at 2:38 PM, Steve Gill < > stevengill97@gmail.com> > >> >>>>> wrote: > >> >>>>> > >> >>>>>> Pulling it together today. Release this Wed Feb 29th. > >> >>>>>> > >> >>>>>> Sound good to everyone? > >> >>>>>> > >> >>>>>> -Steve > >> >>>>>> > >> >>>>>> > >> >>>>>> > >> >>>>>> On Feb 27, 2012, at 1:18 PM, Simon MacDonald > >> >>>>>> > >> >>>>>> wrote: > >> >>>>>> > >> >>>>>>> Wait, when are we supposed to be releasing 1.5? > >> >>>>>>> > >> >>>>>>> Simon Mac Donald > >> >>>>>>> http://hi.im/simonmacdonald > >> >>>>>>> > >> >>>>>>> > >> >>>>>>> On Mon, Feb 27, 2012 at 4:10 PM, Steven Gill > >> >>>>>>> > >> >>>>>> wrote: > >> >>>>>>> > >> >>>>>>>> I haven't pulled the release candidate together yet, so feel > free > >> >>>>>>>>to > >> >>>>>> retag. > >> >>>>>>>> > >> >>>>>>>> -Steve > >> >>>>>>>> > >> >>>>>>>> On Mon, Feb 27, 2012 at 12:58 PM, Becky Gibson < > >> >>>>> gibson.becky@gmail.com > >> >>>>>>>>> wrote: > >> >>>>>>>> > >> >>>>>>>>> Has anything been done with the build? I would like to add > the > >> >>>>>>>>> Entry.toURL() api and deprecate to.URI() into the > release > >> >>>>>>>> candidate. > >> >>>>>>>>> Is ready to go, just need to retag if this change is to go in. > >> >>>>>>>>> > >> >>>>>>>>> -becky > >> >>>>>>>>> > >> >>>>>>>>> > >> >>>>>>>>> On Mon, Feb 27, 2012 at 12:35 PM, Becky Gibson < > >> >>>>> gibson.becky@gmail.com > >> >>>>>>>>>> wrote: > >> >>>>>>>>> > >> >>>>>>>>>> iOS is tagged for 1.5.0rc1 > >> >>>>>>>>>> > >> >>>>>>>>>> > >> >>>>>>>>>> On Sat, Feb 25, 2012 at 12:31 AM, Simon MacDonald < > >> >>>>>>>>>> simon.macdonald@gmail.com> wrote: > >> >>>>>>>>>> > >> >>>>>>>>>>> One test case was using escapeURL when it should have used > >> >>>>> escapeURI > >> >>>>>>>> so > >> >>>>>>>>> I > >> >>>>>>>>>>> fixed it and checked it in. Also, in common-js there was a > bug > >> >>>>>>>>>>>in > >> >>>>> the > >> >>>>>>>>>>> readEntries method where it was referencing this.fullPath > when > >> >>>>>>>>>>>it > >> >>>>>>>> should > >> >>>>>>>>>>> have been this.path. I fixed that as well. > >> >>>>>>>>>>> > >> >>>>>>>>>>> I've regenerated the cordova.android.js file and checked it > in > >> >>>>> along > >> >>>>>>>>> with > >> >>>>>>>>>>> a > >> >>>>>>>>>>> version bump for Android to 1.5.0rc1. > >> >>>>>>>>>>> > >> >>>>>>>>>>> Simon Mac Donald > >> >>>>>>>>>>> http://hi.im/simonmacdonald > >> >>>>>>>>>>> > >> >>>>>>>>>>> > >> >>>>>>>>>>> On Fri, Feb 24, 2012 at 6:53 PM, Joe Bowser < > bowserj@gmail.com > >> > > >> >>>>>>>> wrote: > >> >>>>>>>>>>> > >> >>>>>>>>>>>> Which test case? > >> >>>>>>>>>>>> > >> >>>>>>>>>>>> On Fri, Feb 24, 2012 at 12:23 PM, Simon MacDonald < > >> >>>>>>>>>>>> simon.macdonald@gmail.com > >> >>>>>>>>>>>>> wrote: > >> >>>>>>>>>>>> > >> >>>>>>>>>>>>> I will not be tagging Android today. There are a few > >> >>>>>>>>>>>>>previously > >> >>>>>>>>>>> passing > >> >>>>>>>>>>>>> test cases in mobile-spec that are now failing. Will tag > once > >> >>>>>>>>>>>>>the > >> >>>>>>>>>>> problem > >> >>>>>>>>>>>>> is resolved. > >> >>>>>>>>>>>>> > >> >>>>>>>>>>>>> Simon Mac Donald > >> >>>>>>>>>>>>> http://hi.im/simonmacdonald > >> >>>>>>>>>>>>> > >> >>>>>>>>>>>>> > >> >>>>>>>>>>>>> On Fri, Feb 24, 2012 at 1:54 PM, Steve Gill < > >> >>>>>>>> stevengill97@gmail.com > >> >>>>>>>>>> > >> >>>>>>>>>>>>> wrote: > >> >>>>>>>>>>>>> > >> >>>>>>>>>>>>>> Hey guys, > >> >>>>>>>>>>>>>> > >> >>>>>>>>>>>>>> Lets tag 1.5.0rc1 today. Post here once your repo is > tagged. > >> >>>>>>>>>>>>>> > >> >>>>>>>>>>>>>> -Steve > >> >>>>>>>>>>>>>> > >> >>>>>>>>>>>>>> > >> >>>>>>>>>>>>>> > >> >>>>>>>>>>>>>> > >> >>>>>>>>>>>>>> On Feb 22, 2012, at 9:31 AM, Brian LeRoux > >> wrote: > >> >>>>>>>>>>>>>> > >> >>>>>>>>>>>>>>> notes from call this am > >> >>>>>>>>>>>>>>> > >> >>>>>>>>>>>>>>> - aim to release 1.5 on tues > >> >>>>>>>>>>>>>>> - cordova js unlikely for wp, ios, blackberry > >> >>>>>>>>>>>>>>> - cordova rename from phonegap on track > >> >>>>>>>>>>>>>>> - coho release tool now does gpg signing: need input > from > >> >>>>>>>>> mentors > >> >>>>>>>>>>> on > >> >>>>>>>>>>>>>>> cutting official apache release > >> >>>>>>>>>>>>>>> - plugins are breaking: create a wiki page about > updating > >> >>>>>>>> ---but > >> >>>>>>>>>>>>>>> plugins have bigger problems which we aim to address > >> >>>>>>>>>>>>>>>sometime > >> >>>>>>>>>>> between > >> >>>>>>>>>>>>>>> now and 2.x > >> >>>>>>>>>>>>>> > >> >>>>>>>>>>>>> > >> >>>>>>>>>>>> > >> >>>>>>>>>>> > >> >>>>>>>>>> > >> >>>>>>>>>> > >> >>>>>>>>> > >> >>>>>>>> > >> >>>>>> > >> >>>>> > >> > > >> > --e0cb4efe28e86c7e4004ba1f627d--