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 ErickErickson: http://wiki.apache.org/solr/HowToContribute?action=diff&rev1=63&rev2=64 = Helpful Resources = The following resources may prove helpful when developing Solr contributions. (These are not an endorsement of any specific development tools, but Eclipse and IntelliJ seem to be the most popular) - * [[http://www.eclipse.org/|Eclipse]] ([[http://people.apache.org/~rmuir/Eclipse-Lucene-Codestyle.xml|Eclipse codestyle]]) + * [[http://www.eclipse.org/|Eclipse]] ([[http://people.apache.org/~rmuir/Eclipse-Lucene-Codestyle.xml|Eclipse codestyle]]). - * [[http://www.jetbrains.com/idea/|IntelliJ]] ([[http://people.apache.org/~erick/Intellij-Lucene-Codestyle.xml|IntelliJ codestyle]]) + * [[http://www.jetbrains.com/idea/|IntelliJ]] ([[http://people.apache.org/~erick/Intellij-Lucene-Codestyle.xml|IntelliJ codestyle]]) NOTE: there is no need to install this file separately if you execute "ant idea", it is done for you. If you '''do''' install it, you'll have to tweak the name to select in in IntelliJ as it's currently anonymous (all the more reason to use the ant target, see the IntelliJ instructions). <!> [[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. After running the dist-solrj target look in dist/solrj-lib and add apache-solr-solrj-1.3-dev.jar and commons-httpclient-3.1.jar to your buildpath.