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 2B479D41C for ; Fri, 13 Jul 2012 20:01:25 +0000 (UTC) Received: (qmail 72087 invoked by uid 500); 13 Jul 2012 20:01:24 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 72063 invoked by uid 500); 13 Jul 2012 20:01:24 -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 72055 invoked by uid 99); 13 Jul 2012 20:01:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2012 20:01:24 +0000 X-ASF-Spam-Status: No, hits=0.3 required=5.0 tests=FREEMAIL_REPLY,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bowserj@gmail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-we0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2012 20:01:19 +0000 Received: by weyr6 with SMTP id r6so2388134wey.6 for ; Fri, 13 Jul 2012 13:00:59 -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=Z6Xk7tKtAF0ORePhVGxefzOiyYChxO3RQyMaIj8WJ9c=; b=mzpTDXwc1/xufpyhX93l1R7W5U0vi3OQaywdPKZZJDKRxKstnXmkLefEiSq1tQgl+H uOnGf3tK0/ViXNbBo3Khrp3W0DgHUfiy5DGg4MFAiRZ53GiVUeo0ohDa/djomXNxzn6o lW5QbV+qmF3uaqo6F1w2qMTNV7FnbY/kVaOkwO+kO8dTpbI64sPhHCqrS9e3gW7XWp59 jnUhAHRaWEu4jlf8W2sev7r+qNi4quQIFK06RdIRA4AP48j9sTfsUY9ehraXOYQPl42o Td7tEP3Oi+PXg/XaFJJqcoOb/n9OFSSrgNA8LMTWyWHNsIEPrEvNyAZppLg1ZKFzwSwH fVPA== MIME-Version: 1.0 Received: by 10.180.79.69 with SMTP id h5mr258454wix.6.1342209655943; Fri, 13 Jul 2012 13:00:55 -0700 (PDT) Received: by 10.223.152.73 with HTTP; Fri, 13 Jul 2012 13:00:55 -0700 (PDT) In-Reply-To: References: Date: Fri, 13 Jul 2012 13:00:55 -0700 Message-ID: Subject: Re: 2.0.0 RC1? From: Joe Bowser To: callback-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Just the test case. I tried file:///android_asset instead of /android_asset. On Fri, Jul 13, 2012 at 12:57 PM, Simon MacDonald wrote: > Did you need to change the code or just the test case? > > Simon Mac Donald > http://hi.im/simonmacdonald > > > On Fri, Jul 13, 2012 at 3:53 PM, Joe Bowser wrote: > >> OK, I tweaked it and I got it working. I threw an MP3 from my >> collection and got it up and going in the assets. >> >> Joe >> >> On Fri, Jul 13, 2012 at 12:40 PM, Simon MacDonald >> wrote: >> > Yeah, we should bump up mobile spec so that it tests all three possible >> > locations on Android. The problem is packaging an audio file along with >> the >> > tests. When I do an android test I make sure that the following 3 >> scenarios >> > work: >> > >> > http://blah.blah.com/test.mp3 >> > /android_asset/www/test.mp3 >> > /sdcard/test.mp3 also test.mp3 which assumes it is on the sdcard >> > >> > Simon Mac Donald >> > http://hi.im/simonmacdonald >> > >> > >> > On Fri, Jul 13, 2012 at 3:35 PM, Joe Bowser wrote: >> > >> >> It fails! We really should have a test for all the supported >> >> scenarios so that we don't miss it. If it's tucked in as a comment in >> >> mobile-spec that I have to change, I probably won't test it on a first >> >> pass. >> >> >> >> >> >> On Fri, Jul 13, 2012 at 12:36 PM, Filip Maj wrote: >> >> > Mobile-spec streams an audio file over http and that works. >> >> > >> >> > I'll check about assets folder. >> >> > >> >> > On 7/13/12 11:59 AM, "Simon MacDonald" >> >> wrote: >> >> > >> >> >>Speaking of Lorin's audio branch. Did it work for you? I can play a >> >> >>file off the sdcard but not from the assets folder or over http. >> >> >> >> >> >>Simon Mac Donald >> >> >>http://hi.im/simonmacdonald >> >> >> >> >> >> >> >> >>On Fri, Jul 13, 2012 at 2:43 PM, Joe Bowser >> wrote: >> >> >>> Not at the moment. I've done the merge of Lorin's audio branch, >> and I >> >> >>> don't have anything that should prevent a release appearing yet. >> >> >>> >> >> >>> On Fri, Jul 13, 2012 at 11:35 AM, Simon MacDonald >> >> >>> wrote: >> >> >>>> Yup, I know Fil posted a new version to Android last night so I >> assume >> >> >>>> the JS tag will be quick in coming. Do you have anything else to go >> >> >>>> into Android Joe? >> >> >>>> >> >> >>>> Simon Mac Donald >> >> >>>> http://hi.im/simonmacdonald >> >> >>>> >> >> >>>> >> >> >>>> On Fri, Jul 13, 2012 at 2:32 PM, Joe Bowser >> >> wrote: >> >> >>>>> Don't we all have to wait for the JS to be tagged? >> >> >>>>> >> >> >>>>> On Fri, Jul 13, 2012 at 11:31 AM, Michael Brooks >> >> >>>>> wrote: >> >> >>>>>> I'm waiting on the migration guides and then >> incubator-cordova-docs >> >> >>>>>>will be >> >> >>>>>> tagged. I expect to tag in the next few hours. >> >> >>>>>> >> >> >>>>>> Michael >> >> >>>>>> >> >> >>>>>> On Fri, Jul 13, 2012 at 11:24 AM, Simon MacDonald >> >> >>>>>>> >> >>>>>>> wrote: >> >> >>>>>> >> >> >>>>>>> Co-incidentally, Brian just asked the same question on another >> >> >>>>>>>thread. >> >> >>>>>>> Okay, at least we are all in agreement that we need to get on >> it. I >> >> >>>>>>> want to check one more think then I'll tag Android to >> "2.0.0rc1". >> >> >>>>>>> >> >> >>>>>>> Simon Mac Donald >> >> >>>>>>> http://hi.im/simonmacdonald >> >> >>>>>>> >> >> >>>>>>> >> >> >>>>>>> On Fri, Jul 13, 2012 at 2:21 PM, Anis KADRI < >> anis.kadri@gmail.com> >> >> >>>>>>>wrote: >> >> >>>>>>> > Yes, we should do that today. >> >> >>>>>>> > >> >> >>>>>>> > On Fri, Jul 13, 2012 at 11:20 AM, Joe Bowser < >> bowserj@gmail.com> >> >> >>>>>>>wrote: >> >> >>>>>>> >> Thanks for starting the thread. I'm ready to cut the RC1 on >> this >> >> >>>>>>>end. >> >> >>>>>>> >> >> >> >>>>>>> >> On Fri, Jul 13, 2012 at 11:18 AM, Simon MacDonald >> >> >>>>>>> >> wrote: >> >> >>>>>>> >>> Hello all, >> >> >>>>>>> >>> >> >> >>>>>>> >>> Should we be cutting a 2.0.0 RC1 today/this weekend? If we >> plan >> >> >>>>>>>on >> >> >>>>>>> >>> releasing 2.0.0 on PG Day a week from now we should get a >> code >> >> >>>>>>>freeze >> >> >>>>>>> >>> and test the flying spagetti monster out of this release. >> >> >>>>>>> >>> >> >> >>>>>>> >>> Simon Mac Donald >> >> >>>>>>> >>> http://hi.im/simonmacdonald >> >> >>>>>>> >> >> > >> >> >>