From java-dev-return-38792-apmail-lucene-java-dev-archive=lucene.apache.org@lucene.apache.org Thu Aug 27 17:31:04 2009 Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 59264 invoked from network); 27 Aug 2009 17:31:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Aug 2009 17:31:04 -0000 Received: (qmail 1625 invoked by uid 500); 27 Aug 2009 17:31:03 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 1534 invoked by uid 500); 27 Aug 2009 17:31:03 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 1526 invoked by uid 99); 27 Aug 2009 17:31:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2009 17:31:03 +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; Thu, 27 Aug 2009 17:30:54 +0000 Received: by radix.cryptio.net (Postfix, from userid 1007) id 9106071C4AA; Thu, 27 Aug 2009 10:30:33 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by radix.cryptio.net (Postfix) with ESMTP id 8EA3271C1C7 for ; Thu, 27 Aug 2009 10:30:33 -0700 (PDT) Date: Thu, 27 Aug 2009 10:30:33 -0700 (PDT) From: Chris Hostetter To: Lucene Dev Subject: RAT on just src/java ??? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Checked: Checked by ClamAV on apache.org I noticed that the Release TODO recommends running "ant rat-sources" to look for possible errors ... but the rat-soruces tag is setup to only analyze the src/java directory -- not any of the other source files included in the release (contrib, tests, demo, etc...) let alone the full release artifacts I though the whole point of RAT is to make sure you aren't releasing something you shouldn't be? I'm currently running rat on the dist zip/tgz products ... but does anyone know of a reason why it was setup this way? -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org