From 5c1124bf38f007bbcb3646042c3ee8de93ecc978 Mon Sep 17 00:00:00 2001 From: Sasha Sherstnev Date: Tue, 30 Jul 2013 11:00:46 +0100 Subject: [PATCH] 1. git rid of jaba (now jabaws is everywhere) 2. fix problem with the clearStatDB target --- build.xml | 103 ++++++++++++++++++++++--------------------- log/log4j.properties.statdb | 27 ++++++++++++ 2 files changed, 79 insertions(+), 51 deletions(-) create mode 100644 log/log4j.properties.statdb diff --git a/build.xml b/build.xml index e3ce16a..e0ad3a4 100644 --- a/build.xml +++ b/build.xml @@ -2,7 +2,6 @@ - @@ -20,26 +19,26 @@ - - - - - - + + + + + + - - - - - - + + + + + + - + - + @@ -81,6 +80,7 @@ + @@ -101,8 +101,9 @@ Cleaning Statistics database - - + + + @@ -213,11 +214,11 @@ - + Jar file: JABAWS client source - + - + @@ -235,10 +236,10 @@ - + Jar file: Minimal WS client jar - - + + @@ -255,8 +256,8 @@ - - + + @@ -274,11 +275,11 @@ - + Jar file: Full WS client jar - + - + @@ -317,22 +318,22 @@ - + Packing binaries, and configuration files - + - + - + - + @@ -372,11 +373,11 @@ - + Jar file: Full WS client jar - + - + @@ -410,11 +411,11 @@ - + Preparing a war file without binaries - + - + @@ -435,7 +436,7 @@ - + @@ -443,31 +444,31 @@ Packing data for internal web site - + - + - + Preparing a complete war file - + - - + + - + - + - + diff --git a/log/log4j.properties.statdb b/log/log4j.properties.statdb new file mode 100644 index 0000000..f9541b0 --- /dev/null +++ b/log/log4j.properties.statdb @@ -0,0 +1,27 @@ + +## CHANGE THIS (The root directory where to store all the log files) +#logDir = . + +## Uncomment to enable JWS2 activity logging to standard out (to the console if available) +## for possible log levels please refer to Log4j documentation http://logging.apache.org/log4j/1.2/manual.html +## Valid log levels are: +## TRACE - log everything from below including very detailed messages (useful for debugging only) +## DEBUG - log everything from below including some minor events (useful for debugging only) +## INFO - log everything from below including some information messages +## WARN - log error and warnings +## ERROR - log errors and fatal events only +## FATAL - log fatal events only + +################################################################################################################################## +log4j.rootLogger=ERROR, R +log4j.appender.R=org.apache.log4j.FileAppender +log4j.appender.R.File=logs/StatDBcleaningErrorFile.log +log4j.appender.R.layout=org.apache.log4j.PatternLayout +log4j.appender.R.layout.ConversionPattern=%m%n %d{MM-dd@HH:mm:ss} %-5p (%13F:%L) %3x - + +# %d{ABSOLUTE} %5p %c{1}:%L - +log4j.logger.compbio=WARN, B +log4j.appender.B=org.apache.log4j.FileAppender +log4j.appender.B.File=logs/StatDBcleaningWarningFile.log +log4j.appender.B.layout=org.apache.log4j.PatternLayout +log4j.appender.B.layout.ConversionPattern=%m%n %d{MM-dd@HH:mm:ss} %-5p (%13F:%L) %3x - -- 1.7.10.2