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. + -