You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-cvs@jakarta.apache.org by ce...@apache.org on 2002/01/17 15:48:59 UTC

cvs commit: jakarta-log4j/src/xdocs download.xml history.xml

ceki        02/01/17 06:48:59

  Modified:    .        build.xml
               docs     contributors.html download.html history.html
                        overview.html
               src/xdocs download.xml history.xml
  Log:
  The dist target in log4j's build.xml file not includes javadoc as a
  dependency as requested by Sam Ruby.
  
  The javadoc target can be turned off by setting the NO_JAVADOC system
  env variable.
  
  Revision  Changes    Path
  1.12      +10 -4     jakarta-log4j/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/build.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- build.xml	10 Jan 2002 08:44:17 -0000	1.11
  +++ build.xml	17 Jan 2002 14:48:58 -0000	1.12
  @@ -9,6 +9,11 @@
   <!-- ================================================================= -->
   <project name="log4j" default="usage" basedir="." >
   
  +
  +  <!-- Read the system environment variables and stores them in properties, -->
  +  <!-- prefixed with "env". -->
  +  <property environment="env"/>
  +
     <property name="version" value="1.2alpha6"/>
   
     <!-- The base directory relative to which most targets are built -->
  @@ -242,12 +247,12 @@
     <!-- ================================================================= -->
     <!-- This target builds the javadoc files.                             -->
     <!-- ================================================================= -->
  -  <target name="javadoc" depends="init">
  +  <target name="javadoc" depends="init" unless="env.NO_JAVADOC">
   
       <mkdir dir="${javadoc.dest}" />
  -
  +    
       <javadoc sourcepath="${java.source.dir}" 
  -           destdir="${javadoc.dest}" 
  +      destdir="${javadoc.dest}" 
   	   packagenames="org.apache.log4j,
   			 org.apache.log4j.config,
   			 org.apache.log4j.examples,
  @@ -281,7 +286,7 @@
    <!-- ================================================================= -->
    <!-- Build a complete distribution. Results go to ${dist.images}       -->
    <!-- ================================================================= -->
  -  <target name="dist" depends="init, clean, jar">
  +  <target name="dist" depends="init, clean, javadoc, jar">
   
       <delete verbose="true">
         <fileset dir="."> 
  @@ -371,5 +376,6 @@
       	 
       <delete dir="${dist.tmp}" />
     </target>
  + 
   </project>
   
  
  
  
  1.5       +2 -4      jakarta-log4j/docs/contributors.html
  
  Index: contributors.html
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/docs/contributors.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- contributors.html	10 Jan 2002 08:44:17 -0000	1.4
  +++ contributors.html	17 Jan 2002 14:48:58 -0000	1.5
  @@ -108,10 +108,8 @@
   
   	<li><b>Ceki G�lc�</b> 
   
  -	  <p>Ceki is the founder of the log4j project.  Time
  -	    permitting, he also does custom development for
  -	    clients. See <a href="http://qos.ch">http://qos.ch</a> for
  -	    more information.
  +	  <p>Ceki is the founder and current maintainer of the log4j
  +	  project.
   	  </p>
   	</li>
   
  
  
  
  1.42      +21 -5     jakarta-log4j/docs/download.html
  
  Index: download.html
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/docs/download.html,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- download.html	14 Jan 2002 00:21:09 -0000	1.41
  +++ download.html	17 Jan 2002 14:48:58 -0000	1.42
  @@ -99,13 +99,13 @@
                                                   <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.2 alpha5"><strong>log4j version 1.2 alpha5</strong></a>
  +          <a name="log4j version 1.2 alpha6"><strong>log4j version 1.2 alpha6</strong></a>
           </font>
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <p>An alpha version of log4j 1.2 is now available in in <a href="../jakarta-log4j-1.2alpha5.tar.gz"><b>TAR.GZ</b></a>
  -	format or in <a href="../jakarta-log4j-1.2alpha5.zip"><b>ZIP</b></a> format.
  +                                    <p>An alpha version of log4j 1.2 is now available in in <a href="../jakarta-log4j-1.2alpha6.tar.gz"><b>TAR.GZ</b></a>
  +	format or in <a href="../jakarta-log4j-1.2alpha6.zip"><b>ZIP</b></a> format.
         </p>
                                                   <p>Log4j version 1.2 is still in alpha stage. It is not
   	feature-complete, still requries fair amount of testing, nor
  @@ -225,10 +225,26 @@
   	providing flexible and arbitrarily granular control over log
   	management and configuration.</dd>
   
  -	<dt><a href="http://goanna.sourceforge.net/"><b>log4e</b></a></dt>
  +	<dt><a href="http://log4r.sourceforge.net"><b>log4r</b></a></dt>
  +
  +	<dd>A Powerful Logger for Ruby. 
  +
  +
  +	  <p>Log4r features an extremely flexible logging library for
  +	    Ruby. Killer features include a heiarchial logging system
  +	    of any number of levels, logger inheritance, multiple
  +	    output destinations, tracing, custom formatting and more.
  +	    Log4r was inspired by log4j. Log4r provides the defining
  +	    features of log4j and some of its own features that just
  +	    might make log4j users envious.</p>
  +
  +	    
  +	</dd>
  +
  +	<dt><a href="http://goanna.sourceforge.net/"><b>log4E</b></a></dt>
   
   	<dd>The Goanna project (Eiffel Web Services) now includes
  -	log4E, a complete port log4j. 
  +	log4E, a complete port of log4j. 
   	</dd>
   
         </dl>
  
  
  
  1.19      +1 -2      jakarta-log4j/docs/history.html
  
  Index: history.html
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/docs/history.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- history.html	10 Jan 2002 08:44:17 -0000	1.18
  +++ history.html	17 Jan 2002 14:48:58 -0000	1.19
  @@ -95,8 +95,7 @@
                                                   <p>The package was considerably improved over the years by Ceki
   G�lc� while working at the <a href="http://www.zurich.ibm.com"><b>IBM Zurich Research
   Laboratory</b></a>. However, log4j is no longer associated nor
  -supported with IBM. Please do not refer to log4j as IBM's logging
  -package.</p>
  +supported with IBM.</p>
                                                   <p>Special thanks to M. Niksch from ZRL for his assistance on many
   large and small matters. The Apache members, Pier Fumagalli and Sam
   Ruby in particular, have been extremely helpful in easing the move to
  
  
  
  1.5       +1 -1      jakarta-log4j/docs/overview.html
  
  Index: overview.html
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/docs/overview.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- overview.html	28 Sep 2001 13:37:47 -0000	1.4
  +++ overview.html	17 Jan 2002 14:48:59 -0000	1.5
  @@ -5,7 +5,7 @@
   </head>
   <body>
   
  -<p>Make sure to read the <a href="../manual/manual.html"><b>user manual</b></a>
  +<p>Make sure to read the <a href="../manual.html"><b>user manual</b></a>
   in addition to this javadoc documentation.
   
   </body> </html>
  
  
  
  1.40      +22 -5     jakarta-log4j/src/xdocs/download.xml
  
  Index: download.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/xdocs/download.xml,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- download.xml	14 Jan 2002 00:21:09 -0000	1.39
  +++ download.xml	17 Jan 2002 14:48:59 -0000	1.40
  @@ -57,11 +57,11 @@
   
       </section>
   
  -    <section name="log4j version 1.2 alpha5">
  +    <section name="log4j version 1.2 alpha6">
         <p>An alpha version of log4j 1.2 is now available in in <a
  -	href="../jakarta-log4j-1.2alpha5.tar.gz"><b>TAR.GZ</b></a>
  +	href="../jakarta-log4j-1.2alpha6.tar.gz"><b>TAR.GZ</b></a>
   	format or in <a
  -	href="../jakarta-log4j-1.2alpha5.zip"><b>ZIP</b></a> format.
  +	href="../jakarta-log4j-1.2alpha6.zip"><b>ZIP</b></a> format.
         </p>
   
    
  @@ -175,10 +175,27 @@
   	management and configuration.</dd>
   
   	<dt><a
  -	href="http://goanna.sourceforge.net/"><b>log4e</b></a></dt>
  +	href="http://log4r.sourceforge.net"><b>log4r</b></a></dt>
  +
  +	<dd>A Powerful Logger for Ruby. 
  +
  +
  +	  <p>Log4r features an extremely flexible logging library for
  +	    Ruby. Killer features include a heiarchial logging system
  +	    of any number of levels, logger inheritance, multiple
  +	    output destinations, tracing, custom formatting and more.
  +	    Log4r was inspired by log4j. Log4r provides the defining
  +	    features of log4j and some of its own features that just
  +	    might make log4j users envious.</p>
  +
  +	    
  +	</dd>
  +
  +	<dt><a
  +	href="http://goanna.sourceforge.net/"><b>log4E</b></a></dt>
   
   	<dd>The Goanna project (Eiffel Web Services) now includes
  -	log4E, a complete port log4j. 
  +	log4E, a complete port of log4j. 
   	</dd>
   
         </dl>
  
  
  
  1.8       +1 -2      jakarta-log4j/src/xdocs/history.xml
  
  Index: history.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-log4j/src/xdocs/history.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- history.xml	20 May 2001 10:51:48 -0000	1.7
  +++ history.xml	17 Jan 2002 14:48:59 -0000	1.8
  @@ -32,8 +32,7 @@
   G&#252;lc&#252; while working at the <a
   href="http://www.zurich.ibm.com"><b>IBM Zurich Research
   Laboratory</b></a>. However, log4j is no longer associated nor
  -supported with IBM. Please do not refer to log4j as IBM's logging
  -package.</p>
  +supported with IBM.</p>
   
   <p>Special thanks to M. Niksch from ZRL for his assistance on many
   large and small matters. The Apache members, Pier Fumagalli and Sam
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>