ceki 01/04/29 09:45:57 Modified: docs FAQ.html src/java/org/apache/log4j/helpers PatternParser.java src/xdocs contactUs.xml Log: Doc changes. Revision Changes Path 1.7 +3 -2 jakarta-log4j/docs/FAQ.html Index: FAQ.html =================================================================== RCS file: /home/cvs/jakarta-log4j/docs/FAQ.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- FAQ.html 2001/04/26 17:30:58 1.6 +++ FAQ.html 2001/04/29 16:45:57 1.7 @@ -95,8 +95,9 @@ <p>By fail-stop, we mean that log4j will not throw unexpected exceptions at run-time potentially causing your application to crash. <b>If for any reason, log4j throws an uncaught exception, -please contact the <a href="mailto:[EMAIL PROTECTED]">current -maintainer</a>.</b> Uncaught exceptions are handled as serious bugs +please send an email to the <a +href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> +mailing list</b>. Uncaught exceptions are handled as serious bugs requiring immediate attention. 1.8 +3 -2 jakarta-log4j/src/java/org/apache/log4j/helpers/PatternParser.java Index: PatternParser.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/PatternParser.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- PatternParser.java 2001/04/22 15:34:16 1.7 +++ PatternParser.java 2001/04/29 16:45:57 1.8 @@ -337,7 +337,7 @@ i++; } else - LogLog.error("Unexpected char " +cNext+" at position "+i); + LogLog.error("Unexpected char" +cNext+" at position "+i); } break;*/ case 'x': @@ -346,7 +346,8 @@ currentLiteral.setLength(0); break; default: - LogLog.error("Unexpected char " +c+" at position "+i); + LogLog.error("Unexpected char [" +c+"] at position "+i + +" in conversion patterrn."); pc = new LiteralPatternConverter(currentLiteral.toString()); currentLiteral.setLength(0); } 1.6 +12 -12 jakarta-log4j/src/xdocs/contactUs.xml Index: contactUs.xml =================================================================== RCS file: /home/cvs/jakarta-log4j/src/xdocs/contactUs.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- contactUs.xml 2001/04/22 17:16:14 1.5 +++ contactUs.xml 2001/04/29 16:45:57 1.6 @@ -23,35 +23,35 @@ <section name="Mailing lists"> <p>New releases and important bug-fixes are anounced at the -<em>log4j-announce</em> list. You can subscribe to the log4j-announce list, -or change your existing subscription <a -href="http://lists.sourceforge.net/mailman/listinfo/log4j-announce">online</a>. The -traffic on this list is extremely low and you are encouraged to +<em>log4j-announce</em> list. You can subscribe to the log4j-announce +list, or change your existing subscription <a +href="http://lists.sourceforge.net/mailman/listinfo/log4j-announce">online</a>. +The traffic on this list is extremely low and you are encouraged to subscribe to this list if you are using log4j.</p> <p>Discussion on log4j and logging in general are held on the <em>log4j-user</em> mailing list. This list is <a -href="http://marc.theaimsgroup.com/?l=log4j-user&r=1&w=2">archived</a>. To -post a message to all its members, send email to <A -HREF="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A>. To -subscribe to the log4j-users list send an email to <A +href="http://marc.theaimsgroup.com/?l=log4j-user&r=1&w=2">archived</a>. +To post a message to all its members, send email to <A +HREF="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A>. +To subscribe to the log4j-users list send an email to <A HREF="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A>.</p> <p>Development related discussions are held on the <em>log4j-dev</em> mailing list. This list is <a href="http://marc.theaimsgroup.com/?l=log4j-dev&r=1&w=2">archived</a>. To post a message to all its members, send email to <A -HREF="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A>. To subscribe to the log4j-users list send an email to <A +HREF="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A>. To subscribe to the log4j-dev list send an email to <A HREF="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A>.</p> <p>All developers are encouraged to subscribe to the <em>log4j-cvs</em> list which will notify you of CVS commits to the repository. This list is <a -href="http://marc.theaimsgroup.com/?l=log4j-cvs&r=1&w=2">archived</a>. To -post a message to all its members, send email to <A +href="http://marc.theaimsgroup.com/?l=log4j-cvs&r=1&w=2">archived</a>. +To post a message to all its members, send email to <A HREF="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A>. To -subscribe to the log4j-users list send an email to <A +subscribe to the log4j-cvs list send an email to <A HREF="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</A>.</p> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]