ceki 2003/02/19 05:37:36
Modified: src/xdocs/stylesheets Tag: v1_2-branch project.xml
tests/src/java/org/apache/log4j/xml Tag: v1_2-branch
XMLLayoutTestCase.java
Log:
Minor changes to bring the 1.2 in sync with main brach
Revision Changes Path
No revision
No revision
1.11.2.1 +2 -0 jakarta-log4j/src/xdocs/stylesheets/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-log4j/src/xdocs/stylesheets/project.xml,v
retrieving revision 1.11
retrieving revision 1.11.2.1
diff -u -r1.11 -r1.11.2.1
--- project.xml 28 Mar 2002 11:27:47 -0000 1.11
+++ project.xml 19 Feb 2003 13:37:36 -0000 1.11.2.1
@@ -12,6 +12,7 @@
<item name="Download" href="/download.html"/>
<item name="Documentation" href="/documentation.html"/>
<item name="Plan" href="/plan.html"/>
+ <item name="Wiki"
href="http://nagoya.apache.org/wiki/apachewiki.cgi?Log4JProjectPages"/>
<item name="Contact us" href="/contactUs.html"/>
<item name="Contributors" href="/contributors.html"/>
<item name="History" href="/history.html"/>
@@ -26,6 +27,7 @@
</menu>
<menu name="Translations">
+ <item name="Korean" href="http://jakarta.apache-korea.org/log4j/index.html"/>
<item name="Japanese" href="http://www.ingrid.org/jajakarta/log4j/"/>
</menu>
</body>
No revision
No revision
1.2.2.3 +1 -1
jakarta-log4j/tests/src/java/org/apache/log4j/xml/XMLLayoutTestCase.java
Index: XMLLayoutTestCase.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j/tests/src/java/org/apache/log4j/xml/XMLLayoutTestCase.java,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -r1.2.2.2 -r1.2.2.3
--- XMLLayoutTestCase.java 18 Feb 2003 16:39:01 -0000 1.2.2.2
+++ XMLLayoutTestCase.java 19 Feb 2003 13:37:36 -0000 1.2.2.3
@@ -76,7 +76,7 @@
root.addAppender(new FileAppender(xmlLayout, TEMP, false));
logger.debug("hi");
logger.debug(null);
- Exception e = new Exception(null);
+ Exception e = new Exception((String) null);
logger.debug("hi", e);
Transformer.transform(TEMP, FILTERED, new Filter[] {new LineNumberFilter(),
new XMLTimestampFilter()});
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]