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 2011/07/07 15:55:39 UTC

[Lucene-java Wiki] Trivial Update of "HowtoConfigureIntelliJ" by SindreSvendby

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 SindreSvendby:
http://wiki.apache.org/lucene-java/HowtoConfigureIntelliJ?action=diff&rev1=10&rev2=11

Comment:
Removed ref. to Lucene code style configuration that is auto. done, ref LUCENE-2611

   1. A JUnit test run/debug configuration defined for each module's tests, including the runtime directory and required JVM parameters.  All tests run and pass.  IntelliJ allows more than one of these to run simultaneously, so you can gain some test parallelism by starting up more than one at a time.
   1. Ant integration: from the "Run" menu, you can invoke any Ant task defined in any module's build.xml file.
  
- After '''`ant idea`''' runs, it will print out instructions about finishing the configuration, including putting the Lucene code style configuration in place, and configuring the project SDK.
+ After '''`ant idea`''' runs, it will print out instructions about how to configuring the project SDK.
  
  Running '''`ant clean-idea`''' from the command line removes all IntelliJ configuration files.  If you already have an existing configuration, but want to replace it with the one provided by '''`ant idea`''', it's a good idea to run '''`ant clean-idea`''' first.  <!> '''WARNING''': IntelliJ apparently uses the `.idea/` directory, which is removed by '''`ant clean-idea`''', to store shelved changes - do not run '''`ant clean-idea`''' if you have shelved any changes. <!>