From a996eeb23b38fa41bad5aef84a6a2947a28972ee Mon Sep 17 00:00:00 2001
From: Erik Hatcher
Date: Thu, 8 Aug 2002 19:05:03 +0000
Subject: [PATCH] MailLogger documentation patch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273201 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/listeners.html | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/docs/manual/listeners.html b/docs/manual/listeners.html
index 43fb01d96..628d24281 100644
--- a/docs/manual/listeners.html
+++ b/docs/manual/listeners.html
@@ -120,6 +120,11 @@ control for turning off success or failure messages individually.
Mail server to use |
No, default "localhost" |
+
+ MailLogger.port |
+ SMTP Port for the Mail server |
+ No, default "25" |
+
MailLogger.from |
Mail "from" address |
@@ -276,15 +281,15 @@ or logger, the output is not generated until the build is complete, as it
buffers the information in order to provide timing information for task,
targets, and the project.
-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
ant.XmlLogger.stylesheet.uri
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.
+
-