On 3/30/07, Erik Hatcher <[EMAIL PROTECTED]> wrote:
I'm curious to see how you configured your IDE to run Solr tests, if you can share the config.
Not much too it (for IntelliJ IDEA)... I right-click on the test to run it. I set "Working directory" to "F:\code\solr\src\test\test-files" in the config dialog, and somehow made it sticky (it's the default for all the tests I run). Since Solr defaults the solr home to "./solr", everything works. I don't run all the tests from the IDE though, just what I'm developing, or one that fails if I need to debug. -Yonik
