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 E94DCE706 for ; Thu, 7 Mar 2013 01:55:11 +0000 (UTC) Received: (qmail 14690 invoked by uid 500); 7 Mar 2013 01:55:11 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 14652 invoked by uid 500); 7 Mar 2013 01:55:11 -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 14644 invoked by uid 99); 7 Mar 2013 01:55:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Mar 2013 01:55:11 +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 (nike.apache.org: domain of bowserj@gmail.com designates 209.85.223.180 as permitted sender) Received: from [209.85.223.180] (HELO mail-ie0-f180.google.com) (209.85.223.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Mar 2013 01:55:06 +0000 Received: by mail-ie0-f180.google.com with SMTP id bn7so10235565ieb.39 for ; Wed, 06 Mar 2013 17:54:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=1DlR/Lj90kHEO06TUSiiJB9qGHH/aLlh4egArcDUxD4=; b=jolFj0c5osx0bB4aK/yf8uHdyMvcL8Rtop7VKQaUyOmS6LkPaAzNRrq0cJj6jnvQ6l JuqxTcz817hiD4hvk1R0R9dKihNxKgpaKK/5USKHM3rTT4jw60b+Ki+yyax6xPaQSHtg Ei1CIAqdMAFZIAnkg1o2wp3WaE9oXVt5dxCqjAE/OrxqOYFsKNsSO0i42LTpHoE4SvPc 7wGpQgKVue0q6n8MAjmJGknKjfqQdWUhprgRyGJEBZr8hTnIVI1sa1+PfBvdmiQtkjF0 //vrz4CsE+7JouSq37XGG2BAcCtvXQuD0DmbBXzaFKvSUOssK7WzaxAzwv3tZ8Fyy6I/ KvHg== MIME-Version: 1.0 X-Received: by 10.50.10.161 with SMTP id j1mr12821246igb.45.1362621285189; Wed, 06 Mar 2013 17:54:45 -0800 (PST) Received: by 10.50.236.106 with HTTP; Wed, 6 Mar 2013 17:54:45 -0800 (PST) Received: by 10.50.236.106 with HTTP; Wed, 6 Mar 2013 17:54:45 -0800 (PST) In-Reply-To: References: <34BEB719-3373-447E-9D41-6E43E8A42BD6@gmail.com> Date: Wed, 6 Mar 2013 17:54:45 -0800 Message-ID: Subject: Re: [Android] Seriously, WTF does baseUrl actually do? From: Joe Bowser To: dev@cordova.apache.org Content-Type: multipart/alternative; boundary=14dae9340943aad03904d74bfd93 X-Virus-Checked: Checked by ClamAV on apache.org --14dae9340943aad03904d74bfd93 Content-Type: text/plain; charset=ISO-8859-1 OK, I deleted it and all the tests pass. I'll check that in tomorrow. On Mar 6, 2013 5:46 PM, "Andrew Grieve" wrote: > Yeah, I had a look at baseUrl last week and couldn't figure out what it was > for. I figured it was something that you (joe) had added, but guess not! > :P. > > Definitely agree that the best docs are inline with the code, except for > maybe architectural type things. > > > On Wed, Mar 6, 2013 at 8:42 PM, Marcel Kinard wrote: > > > I'd suggest putting the internal documentation inline with the code, such > > as javadoc or block comments. Keep the docs right next to the code so > they > > are less likely to diverge over time. > > > > -- Marcel Kinard > > > > On Mar 6, 2013, at 7:31 PM, Joe Bowser wrote: > > > > > Side note: We have too many weird obscure things in Cordova-Android > > > that aren't well documented, like how we handle offline storage. > > > Should we throw this in the wiki? Somwhere else? > > > > > > Joe > > > > > --14dae9340943aad03904d74bfd93--