Dear Wiki user,

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

The "HowToContribute" page has been changed by SteveRowe:
http://wiki.apache.org/solr/HowToContribute?action=diff&rev1=79&rev2=80

   * Be very cautious about adding anything like @Ignore to a test. This is 
generally the wrong thing to do unless you get some consensus, and it'll surely 
generate "spirited debate".
   * Of course any effort you want to make towards tracking down the reason a 
test fails in your particular environment is greatly appreciated!
  
+ === 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 the patch file ===
  Check to see what files you have modified with:
  

Reply via email to