Skip to content

Commit

Permalink
MailLogger documentation patch
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273201 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
erikhatcher committed Aug 8, 2002
1 parent 9ea5a0a commit 75bb555
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions docs/manual/listeners.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ <h3><a name="MailLogger">MailLogger</a></h3>
<td width="63%">Mail server to use</td>
<td width="63%">No, default &quot;localhost&quot;</td>
</tr>
<tr>
<td width="337">MailLogger.port </td>
<td width="63%">SMTP Port for the Mail server</td>
<td width="63%">No, default &quot;25&quot;</td>
</tr>
<tr>
<td width="337">MailLogger.from</td>
<td width="63%">Mail &quot;from&quot; address</td>
Expand Down Expand Up @@ -276,15 +281,15 @@ <h3><a name="XmlLogger">XmlLogger</a></h3>
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>
Expand Down

0 comments on commit 75bb555

Please sign in to comment.