Browse Source

If you follow the FAQ, it won't work.

Submitted by:	Erik Hatcher <jakarta-ant@ehatchersolutions.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270137 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
feb7e14e12
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      docs/faq.html
  2. +1
    -1
      xdocs/faq.xml

+ 1
- 1
docs/faq.html View File

@@ -1560,7 +1560,7 @@ build.succeeded.email.subject=Nightly build succeeded!
<tr>
<td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
<td bgcolor="#ffffff"><pre>
ant -listener BuildMonitor
ant -listener BuildMonitor -logfile build.log
</pre></td>
<td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
</tr>


+ 1
- 1
xdocs/faq.xml View File

@@ -798,7 +798,7 @@ build.succeeded.email.subject=Nightly build succeeded!
invoke Ant like</p>
<source><![CDATA[
ant -listener BuildMonitor
ant -listener BuildMonitor -logfile build.log
]]></source>

<p>Make sure that <code>mail.jar</code> from JavaMail and


Loading…
Cancel
Save