From 57ff9ed94cc087b20a2337917d46f73c87d0a502 Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Sat, 29 Nov 2014 23:52:42 +0000 Subject: [PATCH] LUCENE-5968: Improve error message when 'ant beast' is run on top-level modules This closes #96 git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642488 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 4 ++++ lucene/CHANGES.txt | 3 +++ lucene/analysis/build.xml | 3 +++ lucene/build.xml | 4 ++++ lucene/common-build.xml | 5 +++++ solr/build.xml | 3 +++ 6 files changed, 22 insertions(+) diff --git a/build.xml b/build.xml index 57f848ea33d..df27775dbbe 100644 --- a/build.xml +++ b/build.xml @@ -68,6 +68,10 @@ + + + + diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 870cf2a8255..4ceb500521e 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -313,6 +313,9 @@ Tests Some of the slow Monster tests now explicitly choose the default codec. (Mike McCandless, Shawn Heisey) +* LUCENE-5968: Improve error message when 'ant beast' is run on top-level + modules. (Ramkumar Aiyengar, Uwe Schindler) + Optimizations * LUCENE-5960: Use a more efficient bitset, not a Set, to diff --git a/lucene/analysis/build.xml b/lucene/analysis/build.xml index e77cfdfcf2a..0abd60ae6b6 100644 --- a/lucene/analysis/build.xml +++ b/lucene/analysis/build.xml @@ -105,6 +105,9 @@ + + + diff --git a/lucene/build.xml b/lucene/build.xml index a4f107b47ca..c1e0971fdab 100644 --- a/lucene/build.xml +++ b/lucene/build.xml @@ -60,6 +60,10 @@ description="Runs pitests (core, modules and back-compat)" /> + + + + diff --git a/lucene/common-build.xml b/lucene/common-build.xml index ac6e1c4f757..c7975d30a90 100644 --- a/lucene/common-build.xml +++ b/lucene/common-build.xml @@ -1351,6 +1351,11 @@ ${tests-output}/junit4-*.suites - per-JVM executed suites + + + + + + + +