Return-Path: X-Original-To: apmail-lucene-java-commits-archive@www.apache.org Delivered-To: apmail-lucene-java-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3C51C91C2 for ; Wed, 26 Sep 2012 20:03:33 +0000 (UTC) Received: (qmail 64540 invoked by uid 500); 26 Sep 2012 20:03:33 -0000 Delivered-To: apmail-lucene-java-commits-archive@lucene.apache.org Received: (qmail 64452 invoked by uid 500); 26 Sep 2012 20:03:32 -0000 Mailing-List: contact java-commits-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-commits@lucene.apache.org Received: (qmail 64442 invoked by uid 99); 26 Sep 2012 20:03:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2012 20:03:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Sep 2012 20:03:30 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 12F3517F; Wed, 26 Sep 2012 20:03:09 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Wed, 26 Sep 2012 20:03:08 -0000 Message-ID: <20120926200308.29102.68001@eos.apache.org> Subject: =?utf-8?q?=5BLucene-java_Wiki=5D_Update_of_=22HowToContribute=22_by_Steve?= =?utf-8?q?Rowe?= Auto-Submitted: auto-generated Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" f= or change notification. The "HowToContribute" page has been changed by SteveRowe: http://wiki.apache.org/lucene-java/HowToContribute?action=3Ddiff&rev1=3D37&= rev2=3D38 = Since running all test cases can take some time, after any change try run= ning a previously failing single test case first. = + =3D=3D=3D=3D Pre-commit check =3D=3D=3D=3D + = + Before constructing your patch, please run the top-level pre-commit check= , which + finds problems like tabs and @author tags in source files, broken links in + javadocs, files not controlled by Subversion (a.k.a. "unversioned files")= , etc. + = + To run the pre-commit checks from ant, run the following from the top-lev= el directory + -- the directory containing {{{lucene/}}} and {{{solr/}}} -- in your work= ing copy: + = + {{{ + ant precommit + }}} + = =3D=3D=3D=3D Creating a patch =3D=3D=3D=3D Check to see what files you have modified with: =20