You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2013/12/10 17:00:18 UTC

[Lucene-java Wiki] Update of "HowtoConfigureIntelliJ" by SteveRowe

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change notification.

The "HowtoConfigureIntelliJ" page has been changed by SteveRowe:
https://wiki.apache.org/lucene-java/HowtoConfigureIntelliJ?action=diff&rev1=25&rev2=26

  = Configure IntelliJ =
- == IntelliJ (tested with v9-v12) ==
+ == IntelliJ (tested with v9-v13) ==
  Run '''`ant idea`''' from the command line to populate your working copy with the configuration files IntelliJ needs to be able to compile, test, and debug Lucene and Solr. 
  
  To then open the code in IntelliJ IDEA, simply hit '''File->Open''' ('''File->Open Project''' in IntelliJ v11 and previous) and '''Choose''' the '''''directory''''' containing the checked out source (i.e. the top level directory that contains both the lucene and solr directories.)