Return-Path: Delivered-To: apmail-buildr-users-archive@www.apache.org Received: (qmail 46764 invoked from network); 1 Feb 2010 03:27:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2010 03:27:11 -0000 Received: (qmail 15571 invoked by uid 500); 1 Feb 2010 03:27:11 -0000 Delivered-To: apmail-buildr-users-archive@buildr.apache.org Received: (qmail 15444 invoked by uid 500); 1 Feb 2010 03:27:11 -0000 Mailing-List: contact users-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@buildr.apache.org Delivered-To: mailing list users@buildr.apache.org Received: (qmail 15434 invoked by uid 99); 1 Feb 2010 03:27:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 03:27:10 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of antoine.toulme@gmail.com designates 209.85.223.200 as permitted sender) Received: from [209.85.223.200] (HELO mail-iw0-f200.google.com) (209.85.223.200) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 03:26:59 +0000 Received: by iwn38 with SMTP id 38so1460342iwn.11 for ; Sun, 31 Jan 2010 19:26:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type; bh=3gtg3nDM5omougq0ne6ma/kHsHhrKytkxKAhlDHZe1w=; b=tZ3k0AvrcnM29cdy6AxBVni4SO3pxJXIxbcUmXk0cX6DDw5LzuU+ZghhJalbUVSIuA vxMKenWwHDGpS98ix/gQ+U+bG0KRWysR0yaBmrN/8ZJ31T1f0ncVwmRgf8PS1UJfjbPE sqLyouAW3QgsfTwP/zOt+OtzAxBLqdQpUq1dY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=CzeV6/EPJjlQC1xnW9bQXX9npxJ+FmlaH4tzLbhdx9H0TAb5VJ7noHxCSmtku+4YHh LglU79J6JjUwib205Ds9v0/AuxfpXTJ8InG2qR0FDU+EstZ/KAO2JrlBhY+0DWIjzsIM v6nhwTMQK7LkH1gwmk0yOQmSNmUzbJlyTrx6A= MIME-Version: 1.0 Sender: antoine.toulme@gmail.com Reply-To: antoine@lunar-ocean.com Received: by 10.231.147.149 with SMTP id l21mr615034ibv.0.1264994798219; Sun, 31 Jan 2010 19:26:38 -0800 (PST) In-Reply-To: References: From: Antoine Toulme Date: Sun, 31 Jan 2010 19:26:18 -0800 X-Google-Sender-Auth: 2c839419cd3e4e03 Message-ID: Subject: Re: Patches and documentation To: Anders Janmyr Cc: users@buildr.apache.org Content-Type: multipart/alternative; boundary=0016e64eeb589733ab047e818da8 X-Virus-Checked: Checked by ClamAV on apache.org --0016e64eeb589733ab047e818da8 Content-Type: text/plain; charset=ISO-8859-1 You should probably file a bug for it too. Documentation bugs count as much as code bugs. On Sun, Jan 31, 2010 at 11:47, Anders Janmyr wrote: > Ok, I filed the issue in Jira. > > How about the file-loading part of my documentation, below? > Should I move this discussion to the dev-list? > > Anders > > h2. Startup Files > > The following files are read when Buildr is starting up. > |_<. Files |_<. Name > | _<. Used For | > |Personal buildfile |@$HOME/.buildr/buildr.rb@ |Personal tasks?| > |Common buildfile |@buildr.rb@ |Helper > methods and variables| > |THE Buildfile |@Buildfile@ | The main > projects and tasks| > |Task files | @tasks/\*.task@ > | Reusable tasks| > > Setting can be specified in the following ways. > |_<.Type of setting |_<. File |_<. Accessor method | > |Personal | @$HOME/.buildr/settings.yaml@ | @Buildr.settings.user@| > |Build |@build.yaml@ |@Buildr.settings.build@| > |Profile |@profiles.yaml@|@Buildr.settings.profile@| > > > On Sun, Jan 31, 2010 at 5:56 PM, Antoine Toulme > wrote: > > You need to open one or more Jira bugs and attach patches there to accept > > that your code is enclosed under the ASL terms. > > > > Thanks for your interest! > > > > Antoine > > > > On Sun, Jan 31, 2010 at 02:56, Anders Janmyr >wrote: > > > >> Hi, > >> > >> I started a fork of the project here > http://github.com/andersjanmyr/buildr > >> > >> 7877af8 Started on a quick reference document. > >> > >> 777a48c improved notification when generating files > >> I log when there is no package specification in the project instead of > >> just wring generating xxx.iml file. > >> > >> 1ae35ba upgraded dependencies in gemspec > >> 2a2f9c6 added .idea to ignore > >> > >> Is this a possible way to submit patches or should I package them up > >> and send them in via JIRA? > >> > >> Also, in the process of working on the quick reference I came up with > >> some file loading questions. > >> How are the files read, and in what order? My take on it from > >> "quick_ref.textile" follows below. > >> I would be happy if you can help me clarify this. > >> > >> Regards > >> Anders > >> > >> ------ quick_ref.textile (part of) > >> > >> > >> h2. Startup Files > >> > >> The following files are read when Buildr is starting up. > >> |_<. Files |_<. Name > | > >> _<. Used For | > >> |Personal buildfile |@$HOME/.buildr/buildr.rb@ |Personal > tasks?| > >> |Common buildfile |@buildr.rb@ |Helper methods > >> and variables| > >> |THE Buildfile |@Buildfile@ | The main > >> projects and tasks| > >> |Task files | @tasks/\*.task@ > | > >> Reusable tasks| > >> > >> Setting can be specified in the following ways. > >> |_<.Type of setting |_<. File |_<. Accessor method | > >> |Personal | @$HOME/.buildr/settings.yaml@ | @Buildr.settings.user@| > >> |Build |@build.yaml@ |@Buildr.settings.build@| > >> |Profile |@profiles.yaml@|@Buildr.settings.profile@| > >> > >> > >> > >> -- > >> http://anders.janmyr.com/ > >> > > > > > > -- > http://anders.janmyr.com/ > --0016e64eeb589733ab047e818da8--