You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2012/09/26 22:03:08 UTC

[Lucene-java Wiki] Update of "HowToContribute" by SteveRowe

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change notification.

The "HowToContribute" page has been changed by SteveRowe:
http://wiki.apache.org/lucene-java/HowToContribute?action=diff&rev1=37&rev2=38

  
  Since running all test cases can take some time, after any change try running a previously failing single test case first.
  
+ ==== Pre-commit check ====
+ 
+ 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-level directory
+ -- the directory containing {{{lucene/}}} and {{{solr/}}} -- in your working copy:
+ 
+ {{{
+ ant precommit
+ }}}
+ 
  ==== Creating a patch ====
  Check to see what files you have modified with: