From 27d6d5a2a14c9e9f006a0194585630ebd3d97df4 Mon Sep 17 00:00:00 2001 From: Jay Luker Date: Tue, 21 Aug 2012 12:56:32 -0400 Subject: [PATCH] build process updated to reflect latest lucene test-framework changes --- common-build.xml | 32 +++++++++++++++++++++++--------- logging.properties | 10 ++++++++++ 2 files changed, 33 insertions(+), 9 deletions(-) create mode 100644 logging.properties diff --git a/common-build.xml b/common-build.xml index 17cd9bf21..3a47cd1e5 100644 --- a/common-build.xml +++ b/common-build.xml @@ -64,6 +64,7 @@ + @@ -91,7 +92,7 @@ - + @@ -559,6 +560,14 @@ + + + + + + + + @@ -705,6 +714,7 @@ + @@ -726,8 +736,7 @@ + - - + + + + + diff --git a/logging.properties b/logging.properties new file mode 100644 index 000000000..f54ee74f6 --- /dev/null +++ b/logging.properties @@ -0,0 +1,10 @@ + +# root handler +handlers=java.util.logging.ConsoleHandler + +# root logger's cutoff threshold. +.level=INFO + +# configure console handler to emit everything in the default format. +java.util.logging.ConsoleHandler.level=FINEST +java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter