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 2010/08/24 16:23:39 UTC

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

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 RobertMuir.
http://wiki.apache.org/lucene-java/HowToContribute?action=diff&rev1=25&rev2=26

--------------------------------------------------

   * [[attachment:Intellij-Lucene-Codestyle.xml|IntelliJ IDEA codestyle.xml file for Lucene's coding conventions]]
   * Setting up the .classpath - copy the contents of [[attachment:eclipse.lucene.classpath|this]] file to your project's .classpath file. Note that you may need to change the location of ant.jar.
   * A guide to setting up IDEs for both Lucene and SOLR can be found at [[http://wiki.apache.org/solr/HowToContribute|SOLR How To Contribute]]
+  * Additional information on [[RunningTests|running tests]].