Apache Lucene open-source search software
Go to file
Steven Rowe 317d3abbbe LUCENE-2611: When the CWD is solr/build/tests/, the hack in SolrTestCaseJ4.determineSourceHome() fails while running the Solr module tests because of classpath ordering: the CWD is checked first to locate the solr/conf/ dir; this succeeds, but the relative path used for the CWD excludes its ancestry, so the source home can't be navigated to without converting to absolute, which determinSourceHome() does not do.
This change works around the issue by making the CWD for the Solr module tests be solr/build/tests/solr/, which does not contain solr/conf/, so the remainder of the classpath is searched, and the absolute classpath element .../solr/build/tests/ allows the source home to be located.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054464 13f79535-47bb-0310-9956-ffa450edef68
2011-01-02 19:45:59 +00:00
dev-tools LUCENE-2611: When the CWD is solr/build/tests/, the hack in SolrTestCaseJ4.determineSourceHome() fails while running the Solr module tests because of classpath ordering: the CWD is checked first to locate the solr/conf/ dir; this succeeds, but the relative path used for the CWD excludes its ancestry, so the source home can't be navigated to without converting to absolute, which determinSourceHome() does not do. 2011-01-02 19:45:59 +00:00
lucene LUCENE-2838: ConstantScoreQuery now directly supports wrapping a Query instance for stripping off scores 2011-01-02 13:47:59 +00:00
modules LUCENE-2020: Remove unused imports 2010-12-26 19:16:42 +00:00
solr SOLR-2303: remove unnecessary (and problematic) log4j jars in contribs 2011-01-02 13:42:03 +00:00
.hgignore LUCENE-2792: add FST impl 2010-12-12 15:36:08 +00:00
build.xml LUCENE-2611: add eclipse setup (ant eclipse) 2010-12-31 21:08:18 +00:00