You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4net-dev@logging.apache.org by ni...@apache.org on 2005/01/24 04:38:22 UTC

cvs commit: logging-log4net/xdocs/src/release building.xml

nicko       2005/01/23 19:38:22

  Modified:    xdocs/src/release building.xml
  Log:
  Added section on building the HTML documentation
  
  Revision  Changes    Path
  1.4       +10 -1     logging-log4net/xdocs/src/release/building.xml
  
  Index: building.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4net/xdocs/src/release/building.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- building.xml	17 Jan 2005 20:25:51 -0000	1.3
  +++ building.xml	24 Jan 2005 03:38:22 -0000	1.4
  @@ -130,10 +130,19 @@
   				</p>
   			</section>
   
  -			<section name="NDoc">
  +			<section name="SDK Reference">
   				<p>
   					NDoc is used to build the log4net SDK documentation.
   					NDoc is available from <a href="http://ndoc.sourceforge.net">ndoc.sourceforge.net</a>.
  +				</p>
  +			</section>
  +
  +			<section name="HTML Documentation">
  +				<p>
  +					The log4net HTML documentation is built using Velocity.
  +					The source are XML files in the <span class="code">xdcos/src</span> directory.
  +					Building the documentation requires Java, Ant, and Velocity.
  +					Run ant from within the <span class="code">xdocs</span> directory.
   				</p>
   			</section>