From 373af70a204903d2c7a2a90048ca4fddcd9cb0b5 Mon Sep 17 00:00:00 2001 From: "Chris M. Hostetter" Date: Mon, 11 Jun 2007 19:29:41 +0000 Subject: [PATCH] LUCENE-930: Various contrib building improvements to ensure contrib dependencies are met, and test compilation errors fail the build. git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@546226 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 4 ++++ build.xml | 18 ++++++++++++------ contrib/benchmark/build.xml | 2 +- contrib/contrib-build.xml | 20 +++++++++++++++++--- contrib/db/bdb-je/build.xml | 2 +- contrib/db/bdb/build.xml | 2 +- contrib/db/build.xml | 11 ++++++++++- contrib/gdata-server/build.xml | 6 +++--- contrib/spellchecker/build.xml | 2 ++ 9 files changed, 51 insertions(+), 16 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index c55cf1f3a10..e56843d256b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -305,6 +305,10 @@ Build jar and makes sure that the lucli jar contains LICENSE.txt and NOTICE.txt. (Chris Hostetter, Michael Busch) + 9. LUCENE-930: Various contrib building improvements to ensure contrib + dependencies are met, and test compilation errors fail the build. + (Steven Parkes, Chris Hostetter) + ======================= Release 2.1.0 2007-02-14 ======================= Changes in runtime behavior diff --git a/build.xml b/build.xml index 3de4323950c..1ef5f9417b3 100644 --- a/build.xml +++ b/build.xml @@ -96,7 +96,7 @@ description="Runs unit tests for the core Lucene code" /> @@ -435,14 +435,20 @@ - - + + - - diff --git a/contrib/benchmark/build.xml b/contrib/benchmark/build.xml index 9d9023fc25b..022ea7348e1 100644 --- a/contrib/benchmark/build.xml +++ b/contrib/benchmark/build.xml @@ -150,6 +150,6 @@ - + diff --git a/contrib/contrib-build.xml b/contrib/contrib-build.xml index d014a56c090..44ce005ece8 100644 --- a/contrib/contrib-build.xml +++ b/contrib/contrib-build.xml @@ -28,7 +28,10 @@ - + + + @@ -48,9 +51,20 @@ - - + + + + + + + + + + + + + diff --git a/contrib/db/bdb-je/build.xml b/contrib/db/bdb-je/build.xml index 68520b427ab..92a6ba06c13 100644 --- a/contrib/db/bdb-je/build.xml +++ b/contrib/db/bdb-je/build.xml @@ -34,5 +34,5 @@ - + diff --git a/contrib/db/bdb/build.xml b/contrib/db/bdb/build.xml index fbed78cf2a9..7cac45c0f52 100644 --- a/contrib/db/bdb/build.xml +++ b/contrib/db/bdb/build.xml @@ -55,6 +55,6 @@ - + diff --git a/contrib/db/build.xml b/contrib/db/build.xml index 8e33d737a1d..7916c428408 100644 --- a/contrib/db/build.xml +++ b/contrib/db/build.xml @@ -39,10 +39,19 @@ - + + + + + + + + + + diff --git a/contrib/gdata-server/build.xml b/contrib/gdata-server/build.xml index 1ae48032b04..55fc1777089 100644 --- a/contrib/gdata-server/build.xml +++ b/contrib/gdata-server/build.xml @@ -90,8 +90,7 @@ - - + @@ -129,5 +128,6 @@ Java 1.5 support not availabble (or prohibited by explicitly set property) ... skipping task - + + diff --git a/contrib/spellchecker/build.xml b/contrib/spellchecker/build.xml index d89be94a268..8ac6a25acbe 100755 --- a/contrib/spellchecker/build.xml +++ b/contrib/spellchecker/build.xml @@ -24,4 +24,6 @@ +