Commit Graph

211 Commits

Author SHA1 Message Date
Shai Erera ece1524805 LUCENE-2609: Generate jar containing test classes (trunk)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1067738 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06 19:48:54 +00:00
Steven Rowe 5c1983b27b Make the lucene module's run configuration appear on the list, and make it selected by default
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1067566 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06 01:16:15 +00:00
Steven Rowe 2ea5e65959 Added IntelliJ support for the new Solr UIMA contrib
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1062817 13f79535-47bb-0310-9956-ffa450edef68
2011-01-24 15:02:31 +00:00
Steven Rowe 1bb7cd93fa LUCENE-2611: Added Copyright Plugin configuration for Apache Software License
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1059199 13f79535-47bb-0310-9956-ffa450edef68
2011-01-14 23:02:14 +00:00
Steven Rowe b36ad7b31b LUCENE-2611: Added autolinkification for JIRA issues in log comments (thanks to David Smiley)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1057023 13f79535-47bb-0310-9956-ffa450edef68
2011-01-09 20:42:16 +00:00
Steven Rowe 4dca51491c Fix source directories in the IntelliJ IDEA configuration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1056183 13f79535-47bb-0310-9956-ffa450edef68
2011-01-07 03:43:21 +00:00
Steven Rowe 650443ce4e update intellij idea configuration to remove lucene/contrib/remote
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055474 13f79535-47bb-0310-9956-ffa450edef68
2011-01-05 14:49:26 +00:00
Steven Rowe 1e1780b7ae update intellij idea configuration for modules/benchmark
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055053 13f79535-47bb-0310-9956-ffa450edef68
2011-01-04 14:19:46 +00:00
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
Steven Rowe c1c09c7776 LUCENE-2611: Re-sync IntelliJ config in dev-tools/idea/; Move both solr/src/test/test-files/ and solr/contrib/analysis-extras/src/test/test-files/ up one level; Set the IntelliJ Java language level on all Solr modules to 6.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1054374 13f79535-47bb-0310-9956-ffa450edef68
2011-01-02 10:01:17 +00:00
Steven Rowe 4ce982a287 LUCENE-2611: Added IntelliJ IDEA configuration files in dev-tools/idea/, installable via 'ant idea'
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1053988 13f79535-47bb-0310-9956-ffa450edef68
2010-12-30 19:49:51 +00:00