ehatcher 2002/08/08 12:05:03
Modified: docs/manual listeners.html
Log:
MailLogger documentation patch
Revision Changes Path
1.10 +11 -6 jakarta-ant/docs/manual/listeners.html
Index: listeners.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/listeners.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- listeners.html 1 Jun 2002 12:26:32 -0000 1.9
+++ listeners.html 8 Aug 2002 19:05:03 -0000 1.10
@@ -121,6 +121,11 @@
<td width="63%">No, default "localhost"</td>
</tr>
<tr>
+ <td width="337">MailLogger.port </td>
+ <td width="63%">SMTP Port for the Mail server</td>
+ <td width="63%">No, default "25"</td>
+ </tr>
+ <tr>
<td width="337">MailLogger.from</td>
<td width="63%">Mail "from" address</td>
<td width="63%">Yes, if mail needs to be sent</td>
@@ -276,15 +281,15 @@
buffers the information in order to provide timing information for task,
targets, and the project.
<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
+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.
+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.
+is declared at all.
+
-
</p>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>