Commit Graph

114 Commits

Author SHA1 Message Date
Steven Rowe accce5dc26 SOLR-3430: IntelliJ IDEA configuration: add DIH test dependency on HSQLDB
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1338854 13f79535-47bb-0310-9956-ffa450edef68
2012-05-15 19:34:55 +00:00
Dawid Weiss 4652d65f0b LUCENE-4047: Cleanup of LuceneTestCase: moved blocks of initialization/ cleanup code into JUnit instance and class rules.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1338826 13f79535-47bb-0310-9956-ffa450edef68
2012-05-15 18:47:45 +00:00
Christopher John Male 0bad718d58 LUCENE-2510: Moved Analysis Factory parent classes into analysis module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1335331 13f79535-47bb-0310-9956-ffa450edef68
2012-05-08 03:23:47 +00:00
Dawid Weiss 13653afe5c LUCENE-3993: Polishing annoyances from JUnit4
- print @Ignore/@Assumption cause.
- perturb randomness in static contexts (LUCENE-3995).
- intellij idea (in)compatibilities.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327554 13f79535-47bb-0310-9956-ffa450edef68
2012-04-18 15:58:25 +00:00
Steven Rowe 7ad9f7aad5 LUCENE-3965: IntelliJ IDEA configuration: support modules/*->lucene/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327150 13f79535-47bb-0310-9956-ffa450edef68
2012-04-17 15:50:40 +00:00
Yonik Seeley cf2aab7874 dev-tools: add randomizedtesting jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326660 13f79535-47bb-0310-9956-ffa450edef68
2012-04-16 15:50:23 +00:00
Christopher John Male 2de3c452c2 idea config: Added Ant back into the lucene classpath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1325101 13f79535-47bb-0310-9956-ffa450edef68
2012-04-12 01:59:12 +00:00
Christopher John Male 3c16d84f3c idea config: Added Ant back into the lucene classpath
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1325100 13f79535-47bb-0310-9956-ffa450edef68
2012-04-12 01:58:45 +00:00
Steven Rowe c81bb33eea Add JUnit library test scope dependencies where they are missing; switch Lucene module to use the IDEA JUnit library instead of everything under test-framework/lib/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1311880 13f79535-47bb-0310-9956-ffa450edef68
2012-04-10 17:42:46 +00:00
Robert Muir 86c7878963 svn:eolstyle=native
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308638 13f79535-47bb-0310-9956-ffa450edef68
2012-04-03 00:59:11 +00:00
Steven Rowe 32fbefeccf LUCENE-3930: IntelliJ configuration: modules/benchmark/conf/ doesn't need to be a test source root - test resource *.alg files are now copied to build/classes/test/conf/ via an ant task (IntelliJ dumps them in build/classes/test/ when benchmark/conf/ is a test soruce root, and that doesn't work)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308476 13f79535-47bb-0310-9956-ffa450edef68
2012-04-02 19:15:37 +00:00
Steven Rowe 0945a6521f IntelliJ configuration: enable IntelliJ .alg file copying to benchmark/build/classes/test/conf/ via a new Ant task 'copy-alg-files-for-testing', which is now also called by the benchmark module's compile-test target. (Standard IntelliJ configuration mechanisms don't support copying to a sub-directory of the test output directory.)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308188 13f79535-47bb-0310-9956-ffa450edef68
2012-04-01 19:46:49 +00:00
Steven Rowe e0614fd0f0 Make most of the IntelliJ build work again. (Benchmark module still isn't quite right yet)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1308011 13f79535-47bb-0310-9956-ffa450edef68
2012-04-01 03:29:12 +00:00
Steven Rowe fa3aec5c49 added *.json to list of files to include when copying resources to build/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307647 13f79535-47bb-0310-9956-ffa450edef68
2012-03-30 22:36:19 +00:00
Robert Muir 8f0d7cc135 LUCENE-3930: nuke jars from source tree and use ivy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307563 13f79535-47bb-0310-9956-ffa450edef68
2012-03-30 18:04:43 +00:00
Robert Muir ae0f44fcb9 remaining eol-style fixes to trunk, native except .sh (LF)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305492 13f79535-47bb-0310-9956-ffa450edef68
2012-03-26 18:57:08 +00:00
Robert Muir a29a14698e fix eol-style
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1305339 13f79535-47bb-0310-9956-ffa450edef68
2012-03-26 12:58:58 +00:00
Steven Rowe 0c447d1344 LUCENE-3795: IntelliJ IDEA configuration: fixed module name in dev-tools/idea/.idea/workspace.xml; and in spatial.iml, removed unnecessary "exported" attributes, and switched analysis-common module dependency to have TEST scope.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1300424 13f79535-47bb-0310-9956-ffa450edef68
2012-03-14 00:25:28 +00:00
David Wayne Smiley 4fd44f3d41 LUCENE-3795: get intellij build to work.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1295438 13f79535-47bb-0310-9956-ffa450edef68
2012-03-01 07:08:59 +00:00
Ryan McKinley bb9b30bf57 LUCENE-3795: get maven build to work. Add spatial4j jar file to solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1294980 13f79535-47bb-0310-9956-ffa450edef68
2012-02-29 05:43:24 +00:00
David Wayne Smiley de101ca393 LUCENE-3795 move "base" module's tests back into itself from "strategies".
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1292972 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23 21:41:30 +00:00
David Wayne Smiley 26b903d010 Fix IntelliJ output directories to be parent spatial build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1292548 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 22:23:42 +00:00
Ryan McKinley 5818381078 LUCENE-3795: fix paths for spatial-base.jar and spatial-strategy.jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1292433 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 18:27:17 +00:00
David Wayne Smiley 42d08cd271 LUCENE-3795 IntelliJ IDEA updates
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1292166 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 07:50:32 +00:00
Steven Rowe bade8e172b LUCENE-3731: Maven and IntelliJ IDEA configuration: fleshed these configurations out so they're functional
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1244275 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14 23:38:03 +00:00
Tommaso Teofili d66d97790b [LUCENE-3731] - Creating the analysis-uima module for UIMA based tokenizers/analyzers
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1244236 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14 22:13:34 +00:00
Dawid Weiss 213ad3290a LUCENE-3762: Upgrade JUnit to 4.10, refactor state-machine of detecting
setUp/tearDown call chaining.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243863 13f79535-47bb-0310-9956-ffa450edef68
2012-02-14 10:27:16 +00:00
Steven Rowe dd13217dee IntelliJ IDEA configuration: include lucene/lib/ in the non-test classpath (in addition to the test classpath) for the IntelliJ (uber-)Lucene module, so that lucene/tools/**/LicenseCheckTask.java will compile.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243726 13f79535-47bb-0310-9956-ffa450edef68
2012-02-13 22:50:38 +00:00
Steven Rowe 9cf7bc1c22 LUCENE-3753: IntelliJ IDEA configuration: Add new Ant build files in lucene/core/, lucene/test-framework/, and lucene/tools/.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241598 13f79535-47bb-0310-9956-ffa450edef68
2012-02-07 20:30:33 +00:00
Steven Rowe 3c586fa3ea LUCENE-3753: IntelliJ IDEA configuration: make lucene module test configuration working directory be the IntelliJ build output directory for this module.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241596 13f79535-47bb-0310-9956-ffa450edef68
2012-02-07 20:23:45 +00:00
Steven Rowe eb0ab3d392 LUCENE-3753: Restructure the Lucene build system
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1241588 13f79535-47bb-0310-9956-ffa450edef68
2012-02-07 19:59:05 +00:00
Steven Rowe 3309fe9b30 IntelliJ IDEA config: Moved kuromoji dependency from analysis-extras contrib module to where it belongs: the (core) solr module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1239337 13f79535-47bb-0310-9956-ffa450edef68
2012-02-01 21:42:27 +00:00
Steven Rowe 167982a5b4 LUCENE-3737: IntelliJ IDEA configuration: Fix module references in .idea/ant.xml.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1238671 13f79535-47bb-0310-9956-ffa450edef68
2012-01-31 15:44:39 +00:00
Steven Rowe 2d3d42f29b IntelliJ IDEA configuration: Alphabetize entries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1238670 13f79535-47bb-0310-9956-ffa450edef68
2012-01-31 15:42:50 +00:00
Steven Rowe aec9985944 IntelliJ IDEA configuration: removed obsolete Ant library
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1238668 13f79535-47bb-0310-9956-ffa450edef68
2012-01-31 15:39:26 +00:00
Steven Rowe 886ca6d94c IntelliJ IDEA configuration: Added *.dat to list of patterns of resources to copy to the compiler output directory; fixed typo in .idea/workspace.xml that misidentified the module for the kuromoji run configuration.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1232296 13f79535-47bb-0310-9956-ffa450edef68
2012-01-17 04:36:05 +00:00
Steven Rowe 9c628ea72b LUCENE-3305: Added IntelliJ IDEA configuration for the new Kuromoji analysis module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1230827 13f79535-47bb-0310-9956-ffa450edef68
2012-01-12 22:55:30 +00:00
Steven Rowe d4505e65e3 LUCENE-3634: IntelliJ IDEA configuration: Added ICU dependency to benchmark contrib.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1227654 13f79535-47bb-0310-9956-ffa450edef68
2012-01-05 15:56:41 +00:00
Robert Muir a55f511a77 LUCENE-3650: move o.a.l.index.codecs to o.a.l.codecs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1215245 13f79535-47bb-0310-9956-ffa450edef68
2011-12-16 19:03:12 +00:00
Steven Rowe 0546719498 LUCENE-2621: remove instantiated contrib from IntelliJ IDEA configuration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1205064 13f79535-47bb-0310-9956-ffa450edef68
2011-11-22 16:26:29 +00:00
Robert Muir 873f199924 LUCENE-2621: move TermVectors,FieldInfos,SegmentInfos to codec
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1202842 13f79535-47bb-0310-9956-ffa450edef68
2011-11-16 19:09:35 +00:00
Steven Rowe 69be4f84c7 Fix IntelliJ configuration for solr langid contrib so that the pre-defined whole-module JUnit run configuration works
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1197997 13f79535-47bb-0310-9956-ffa450edef68
2011-11-05 17:39:24 +00:00
Robert Muir fa6500fa6c LUCENE-3490: restructure codec hierarchy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1197603 13f79535-47bb-0310-9956-ffa450edef68
2011-11-04 15:43:35 +00:00
Steven Rowe 39e6cfe173 IntelliJ IDEA configuration: Enable assertions by default in JUnit run configurations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1189527 13f79535-47bb-0310-9956-ffa450edef68
2011-10-26 23:11:59 +00:00
Erik Hatcher 426bc2d0b6 SOLR-2588: Move VelocityResponseWriter back to contrib/velocity
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1189383 13f79535-47bb-0310-9956-ffa450edef68
2011-10-26 18:59:18 +00:00
Martijn van Groningen 91c633c989 Added the langid libraries on the classpath for idea
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1187903 13f79535-47bb-0310-9956-ffa450edef68
2011-10-23 15:18:57 +00:00
Steven Rowe b0c7a2bbee LUCENE-3261: IntelliJ IDEA configuration: added facet module dependency to the benchmark module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1183427 13f79535-47bb-0310-9956-ffa450edef68
2011-10-14 17:09:10 +00:00
Steven Rowe bfb789b70f Brought IntelliJ IDEA configuration up-to-date: made 1.6 language level project-level - Solr specialization is no longer required; added solr langid contrib module; added *.mt to the compiler resource patterns; renamed solr contrib build dirs to be the same as the Ant locations (build/contrib/solr-*/)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1180720 13f79535-47bb-0310-9956-ffa450edef68
2011-10-09 21:30:47 +00:00
Martijn van Groningen 70a7363fdb LUCENE-3483: Move Function grouping collectors from Solr to grouping module.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1179808 13f79535-47bb-0310-9956-ffa450edef68
2011-10-06 20:09:36 +00:00
Steven Rowe 283ba51e19 LUCENE-3381: intellij configuration: removed vestigial queries-contrib dependencies
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1167577 13f79535-47bb-0310-9956-ffa450edef68
2011-09-10 18:12:41 +00:00