ceki 01/04/22 10:16:16 Modified: build build.xml docs HISTORY contactUs.html download.html src/java/org/apache/log4j RollingFileAppender.java src/xdocs contactUs.xml download.xml Log: last minutes changes mostly documentation. Revision Changes Path 1.26 +12 -6 jakarta-log4j/build/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-log4j/build/build.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- build.xml 2001/04/22 14:55:02 1.25 +++ build.xml 2001/04/22 17:16:07 1.26 @@ -54,14 +54,17 @@ <target name="usage"> <echo> - ant build - compile all project files, if a certain library is missing, - then the compilation of its dependents is skipped. - ant javadoc - build project javadoc files + These are the targets supported by this ANT build scpript: - ant jar - build log4j-core and log4j jar files + build - compile all project files, if a certain library is missing, + then the compilation of its dependents are skipped. - ant dist - will create a complete distribution in dist/ + javadoc - build project javadoc files + + jar - build log4j-core and log4j jar files + + dist - will create a complete distribution in dist/ </echo> </target> @@ -393,7 +396,10 @@ <fixcrlf srcdir="${dist.tmp}/jakarta-log4j-${version}" includes="build.sh" cr="remove"/> - + <fixcrlf srcdir="${dist.tmp}/jakarta-log4j-${version}" + includes="build.bat" cr="add"/> + <chmod dir="${dist.tmp}/jakarta-log4j-${version}" + includes="build.sh" perm="+x"/> <tar tarfile="${dist.images}/jakarta-log4j-${version}.tar" basedir="${dist.tmp}" 1.41 +9 -2 jakarta-log4j/docs/HISTORY Index: HISTORY =================================================================== RCS file: /home/cvs/jakarta-log4j/docs/HISTORY,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- HISTORY 2001/04/22 16:08:23 1.40 +++ HISTORY 2001/04/22 17:16:09 1.41 @@ -12,8 +12,8 @@ - Corrected an important performance bug in LocationInfo. Hein Couwet and [EMAIL PROTECTED] have independently identified the bug. This is - yet another example of the fact that the number of eyeballs - studying code makes a difference. [*] + yet another example of the difference made by the number of eyeballs + studying source code. [*] - Corrected the incorrect value returned by LocationInfo.getClassName method when running under IBM Visual Age. Thanks to Mathias @@ -22,7 +22,14 @@ - Corrected a bug where the build.sh file in the distribution would be in DOS CRLF format. Thanks to [EMAIL PROTECTED] for reporting the problem. [*] + + - Corrected InvalidJarIndexException thrown in applets while + searching for the default log4j configuration file. Thanks to + Michael Lundahl for reporting this bug. [*] + - Added missing PropertySetterException class to log4j-core.jar. + Thanks to [EMAIL PROTECTED] for reporting this bug. [*] + April 20, 2001 - Release of version 1.1b4 1.7 +4 -3 jakarta-log4j/docs/contactUs.html Index: contactUs.html =================================================================== RCS file: /home/cvs/jakarta-log4j/docs/contactUs.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- contactUs.html 2001/04/21 13:21:42 1.6 +++ contactUs.html 2001/04/22 17:16:10 1.7 @@ -121,9 +121,10 @@ </td></tr> <tr><td> <blockquote> - <p>Bugs should be reported by using the <a href="http://nagoya.apache.org/bugzilla">Apache Bug -Database</a>. Before reporting a problem, please check the <a href="log4j/HISTORY">project history</a> file to see if the problem is -already known.</p> + <p>Bugs should be reported by using the +<a href="http://nagoya.apache.org/bugzilla">Apache Bug Database</a>.<br /> +Before reporting a problem, please <a href="http://nagoya.apache.org/bugzilla/query.cgi">check the database</a> +and the <a href="HISTORY">project history file</a> to see if the problem is already known.</p> <p>Support requests should be sent to the log4j-user list (see below).</p> </blockquote> </td></tr> 1.21 +9 -9 jakarta-log4j/docs/download.html Index: download.html =================================================================== RCS file: /home/cvs/jakarta-log4j/docs/download.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- download.html 2001/04/21 13:21:43 1.20 +++ download.html 2001/04/22 17:16:10 1.21 @@ -116,18 +116,17 @@ <table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr><td bgcolor="#525D76"> <font color="#ffffff" face="arial,helvetica,sanserif"> - <a name="log4j version 1.1beta4 (release candidate)"><strong>log4j version 1.1beta4 (release candidate)</strong></a> + <a name="log4j version 1.1beta5 (final-release candidate)"><strong>log4j version 1.1beta5 (final-release candidate)</strong></a> </font> </td></tr> <tr><td> <blockquote> - <p>Downlaod version 1.1beta4 (release candiate) including <i>full -source code</i>, class files and documentation in <a href="../jakarta-log4j-1.1b4.tar.gz"><b>TAR.GZ</b></a> format or in <a href="../jakarta-log4j-1.1b4.zip"><b>ZIP</b></a> format. You may elect + <p>Downlaod version 1.1beta5 (final-release candiate) including +<i>full source code</i>, class files and documentation in <a href="../jakarta-log4j-1.1b5.tar.gz"><b>TAR.GZ</b></a> format or in <a href="../jakarta-log4j-1.1b5.zip"><b>ZIP</b></a> format. You may elect to browse log4j <a href="documentation.html"><b>documentation</b></a> -online.</p> - <p>This release candidate should be sanctioned as the official 1.1 -release after a short period of probation.</p> - <p>Version 1.1b4 is the 21st major public release of log4j. It is 100% +online. This release candidate should be sanctioned as the official +1.1 release after a short period of probation.</p> + <p>Version 1.1b5 is the 21st major public release of log4j. It is 100% backward compatible with log4j version 1.0.x.</p> <p>We also maintain a list of <a href="earlier.html">earlier versions</a> of log4j for download, intended for the curious @@ -169,8 +168,9 @@ <dd>A visual log4j configuration file editor by Tobias Dezulian.</dd> - <dt><a href="http://log4cpp.sourceforge.net"><b>log4cpp</b></a></dt> - <dd>A C++ translation of log4j by Bastiaan Bakker.</dd> + <dt><a href="http://sourceforge.net/projects/log4cpp/"><b>log4cpp</b></a></dt> + <dd>A library of C++ classes for flexible logging to files, syslog, IDSA and + other destinations modeled after log4j by Bastiaan Bakker.</dd> <dt><a href="http://developer.jini.org/exchange/projects/log"><b>JINI logging service</b></a></dt> <dd>A log4j wrapper for JINI Jerome Bernard.</dd> 1.12 +1 -1 jakarta-log4j/src/java/org/apache/log4j/RollingFileAppender.java Index: RollingFileAppender.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/RollingFileAppender.java,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- RollingFileAppender.java 2001/04/18 17:21:11 1.11 +++ RollingFileAppender.java 2001/04/22 17:16:12 1.12 @@ -254,7 +254,7 @@ <code>String</code> argument by the JavaBeans {@link java.beans.Introspector Introspector}. - @see setMaxFileSize(String) + @see #setMaxFileSize(String) */ public void setMaximumFileSize(long maxFileSize) { 1.5 +1 -1 jakarta-log4j/src/xdocs/contactUs.xml Index: contactUs.xml =================================================================== RCS file: /home/cvs/jakarta-log4j/src/xdocs/contactUs.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- contactUs.xml 2001/04/22 12:58:25 1.4 +++ contactUs.xml 2001/04/22 17:16:14 1.5 @@ -13,7 +13,7 @@ <p>Bugs should be reported by using the <a href="http://nagoya.apache.org/bugzilla">Apache Bug Database</a>.<br/> -Before reporting a problem, please <a href="http://nagoya.betaversion.org/bugzilla/query.cgi">check the database</a> +Before reporting a problem, please <a href="http://nagoya.apache.org/bugzilla/query.cgi">check the database</a> and the <a href="HISTORY">project history file</a> to see if the problem is already known.</p> <p>Support requests should be sent to the log4j-user list (see below).</p> 1.17 +8 -10 jakarta-log4j/src/xdocs/download.xml Index: download.xml =================================================================== RCS file: /home/cvs/jakarta-log4j/src/xdocs/download.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- download.xml 2001/04/22 12:45:53 1.16 +++ download.xml 2001/04/22 17:16:15 1.17 @@ -32,19 +32,17 @@ --> -<section name="log4j version 1.1beta4 (release candidate)"> +<section name="log4j version 1.1beta5 (final-release candidate)"> -<p>Downlaod version 1.1beta4 (release candiate) including <i>full -source code</i>, class files and documentation in <a -href="../jakarta-log4j-1.1b4.tar.gz"><b>TAR.GZ</b></a> format or in <a -href="../jakarta-log4j-1.1b4.zip"><b>ZIP</b></a> format. You may elect +<p>Downlaod version 1.1beta5 (final-release candiate) including +<i>full source code</i>, class files and documentation in <a +href="../jakarta-log4j-1.1b5.tar.gz"><b>TAR.GZ</b></a> format or in <a +href="../jakarta-log4j-1.1b5.zip"><b>ZIP</b></a> format. You may elect to browse log4j <a href="documentation.html"><b>documentation</b></a> -online.</p> +online. This release candidate should be sanctioned as the official +1.1 release after a short period of probation.</p> -<p>This release candidate should be sanctioned as the official 1.1 -release after a short period of probation.</p> - -<p>Version 1.1b4 is the 21st major public release of log4j. It is 100% +<p>Version 1.1b5 is the 21st major public release of log4j. It is 100% backward compatible with log4j version 1.0.x.</p> <p>We also maintain a list of <a href="earlier.html">earlier --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]