Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by YousefOurabi: http://wiki.apache.org/solr/HowToContribute The comment on the change is: added note about solrj jar on eclipse buildpath when following trunk ------------------------------------------------------------------------------ * [attachment:Eclipse.3.2.codestyle.xml Eclipse 3.2 codestyle.xml file for Solr's coding conventions] * [attachment:IntelliJ.codestyle.xml IntelliJ IDEA codestyle.xml file for Solr's coding conventions] + <!> ["Solr1.3"] + If you are using eclipse to follow trunk (leading up to the 1.3 release) eclipse will give several errors about not resolving components in the solrj library. This will appear in the org.apache.solr.handler.component package relating to distributed search (sharedrequest.java ...etc) The solution is to compile the solrj library via the dist-solrj target and add them to your eclipse build path. +
