stevel      02/03/23 11:52:30

  Modified:    docs/manual listeners.html
  Log:
  style sheet control; you can point to anyhting or turn it off completely.
  
  nb, can we make this a logger and not a listener?
  
  Revision  Changes    Path
  1.7       +14 -1     jakarta-ant/docs/manual/listeners.html
  
  Index: listeners.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/listeners.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- listeners.html    4 Feb 2002 20:57:48 -0000       1.6
  +++ listeners.html    23 Mar 2002 19:52:30 -0000      1.7
  @@ -269,7 +269,20 @@
   <h3><a name="XmlLogger">XmlLogger</a></h3>
   
   <p>Writes all build information out to an XML file named log.xml, or the 
value
  -of the XmlLogger.file property if present.</p>
  +of the <code>XmlLogger.file</code> property if present. 
  +<p>
  +By default the xml file creates 
  +a reference to an xslt file "log.xsl" in the current directory; look in 
  +ANT_HOME/etc for one of these. You can set the property 
  +<code>ant.XmlLogger.stylesheet.uri</code> to provide a uri to a style sheet.
  +this can be a relative or absolute file path, or an http URL. 
  +If you set the property to the empty string, "", no XSLT transform
  +is declared at all. 
  +
  + 
  +
  +
  +</p>
   
   <blockquote>
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to