ceki 02/04/16 07:37:33 Modified: . INSTALL build.properties.sample src/java/org/apache/log4j/spi LoggingEvent.java src/java/org/apache/log4j/test shallow Removed: src/java/org/apache/log4j/test pattern src/java/org/apache/log4j/test/witness pattern.1 pattern.10 pattern.11 pattern.12 pattern.13 pattern.14 pattern.15 pattern.2 pattern.3 pattern.4 pattern.5 pattern.6 pattern.7 pattern.8 pattern.9 Log: - Fixed missing MDC serialization in LoggingEvent - Misc doc changes. Revision Changes Path 1.18 +3 -1 jakarta-log4j/INSTALL Index: INSTALL =================================================================== RCS file: /home/cvs/jakarta-log4j/INSTALL,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- INSTALL 16 Apr 2002 08:52:33 -0000 1.17 +++ INSTALL 16 Apr 2002 14:37:32 -0000 1.18 @@ -116,7 +116,9 @@ Like most java appilicatios today, log4j relies on ANT as its build tool. ANT is availale from "http://jakarta.apache.org/ant/". ANT requires a build file called build.xml which is part of this -distribution. +distribution. Required components from other projects are specified in +the build.properties and example of which is supplied in the +build.properties.sample file. In case of problems send an e-mail note to [EMAIL PROTECTED] Please do not directly e-mail any of 1.2 +0 -3 jakarta-log4j/build.properties.sample Index: build.properties.sample =================================================================== RCS file: /home/cvs/jakarta-log4j/build.properties.sample,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- build.properties.sample 12 Apr 2002 13:55:35 -0000 1.1 +++ build.properties.sample 16 Apr 2002 14:37:32 -0000 1.2 @@ -1,7 +1,4 @@ -# Required to build test cases -junit.jar=/java/junit3.7/junit.jar - # The jaxp interface and a jaxp parser are required # to build the DOMConfigurator jaxp.home=/java/jaxp-1.1 1.27 +4 -0 jakarta-log4j/src/java/org/apache/log4j/spi/LoggingEvent.java Index: LoggingEvent.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/spi/LoggingEvent.java,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- LoggingEvent.java 22 Feb 2002 10:39:55 -0000 1.26 +++ LoggingEvent.java 16 Apr 2002 14:37:32 -0000 1.27 @@ -339,6 +339,10 @@ // setting ndcLookupRequired to false if not already false. this.getNDC(); + // This call has a side effect of setting this.mdcCopy and + // setting mdcLookupRequired to false if not already false. + this.getMDCCopy(); + // This sets the throwable sting representation of the event throwable. this.getThrowableStrRep(); 1.9 +0 -3 jakarta-log4j/src/java/org/apache/log4j/test/shallow Index: shallow =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/test/shallow,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- shallow 25 Sep 2001 09:05:56 -0000 1.8 +++ shallow 16 Apr 2002 14:37:33 -0000 1.9 @@ -134,9 +134,6 @@ testShallow DATE fi - - - # =============================================================== # Remote socket # ===============================================================
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>