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 2010/12/14 03:40:27 UTC

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

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.
The comment on this change is: UNIX2DOS comment about applying the LUCENE-2611 patch..
http://wiki.apache.org/solr/HowToContribute?action=diff&rev1=51&rev2=52

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

  The repository is available on GitHub (git://github.com/eclipseguru/lucene-solr.git). It can be easily kept in sync with Apache SVN using the Lucene & Solr Git mirror.
  
  == IntelliJ (9.0.3) ==
- There used to be a long, complex song-and-dance for doing this, but Steven Rowe did a really cool patch, see: [[https://issues.apache.org/jira/browse/LUCENE-2611|LUCENE-2611]]. Essentially, all you have to do is download the patch, run "ant idea", bring up IntelliJ and set the project-level java SDK. See the comments at the JIRA. I haven't tried to run SOLR after this setup, but since the previous version of these instructions didn't try either, it's no loss.
+ There used to be a long, complex song-and-dance for doing this, but Steven Rowe did a really cool patch, see: [[https://issues.apache.org/jira/browse/LUCENE-2611|LUCENE-2611]]. Essentially, all you have to do is download the patch, run "ant idea", bring up IntelliJ and set the project-level java SDK. See the comments at the JIRA. I haven't tried to run SOLR after this setup, but since the previous version of these instructions didn't try either, it's no loss. NOTE: On my Windows box it was necessary to run UNIX2DOS on this patch before it applied cleanly. 
  
  This patch has not been committed yet, and there's no guarantee it will be. Even if it's not, though, applying this patch is so much easier than doing things by hand that it's worth the effort.