You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2012/01/16 15:12:31 UTC

[Solr Wiki] Trivial Update of "HowToContribute" by EricPugh

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 EricPugh:
http://wiki.apache.org/solr/HowToContribute?action=diff&rev1=68&rev2=69

Comment:
Hopefully save others my frustration with java 1.5/1.6.

  
  (thanks to Mark Miller and Erik Hatcher for contributing to this)
  
- To get correct classpath and project setting in Eclipse, simply run {{{ant eclipse}}} and then reload the project in Eclipse.
+ To get correct classpath and project setting in Eclipse, simply run {{{ant eclipse}}} and then reload the project in Eclipse.  Make sure you are using Java 1.6, otherwise you may get "inconsistent hierarchy" error messages for some of the test classes.
  
  == Generating a patch ==
  A "patch file" is the format that all good contributions come in.  It bundles up everything that is being added, removed, or changed in your contribution.