Return-Path: Delivered-To: apmail-lucene-general-archive@www.apache.org Received: (qmail 58772 invoked from network); 24 Mar 2009 17:15:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Mar 2009 17:15:15 -0000 Received: (qmail 28081 invoked by uid 500); 24 Mar 2009 17:15:14 -0000 Delivered-To: apmail-lucene-general-archive@lucene.apache.org Received: (qmail 27911 invoked by uid 500); 24 Mar 2009 17:15:14 -0000 Mailing-List: contact general-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@lucene.apache.org Delivered-To: mailing list general@lucene.apache.org Received: (qmail 27840 invoked by uid 99); 24 Mar 2009 17:15:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Mar 2009 17:15:13 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.69.42.181] (HELO radix.cryptio.net) (208.69.42.181) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Mar 2009 17:15:06 +0000 Received: by radix.cryptio.net (Postfix, from userid 1007) id EE22C71C1CD; Tue, 24 Mar 2009 10:14:44 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by radix.cryptio.net (Postfix) with ESMTP id EBE5A71C18A; Tue, 24 Mar 2009 10:14:44 -0700 (PDT) Date: Tue, 24 Mar 2009 10:14:44 -0700 (PDT) From: Chris Hostetter To: general@lucene.apache.org cc: mahout-dev@lucene.apache.org Subject: Re: [VOTE] Mahout 0.1 In-Reply-To: <510143ac0903230106y2780dc4ds9fd67b6e5529164c@mail.gmail.com> Message-ID: References: <098B94EE-BACB-4F44-90F2-0D6AD4798918@apache.org> <510143ac0903221431n315c6afapc087296db71ba058@mail.gmail.com> <0E490E4C-086B-42C6-B4E1-B7415D5478DC@apache.org> <510143ac0903230106y2780dc4ds9fd67b6e5529164c@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org : No, more about how the source release is produced and used. From where : I come the source release is the exact set of bits that the release : manager is using to build any additional release artifacts. So by : definition it can't be a build target among others. Having a build : target produce the source package can easily miss something or +1 ... I remember suggesting something along these lines for lucene-java a while back: create the source tgz, then unpack it and use it to create the binary tgz. (IIRC, we had a problem once where the one of hte build files was being excluded from the release, so you couldn't build the demo) -Hoss