bodewig 01/12/13 04:04:56
Modified: docs faq.html
xdocs faq.xml
Log:
If you follow the FAQ, it won't work.
Submitted by: Erik Hatcher <[EMAIL PROTECTED]>
Revision Changes Path
1.13 +1 -1 jakarta-ant/docs/faq.html
Index: faq.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/faq.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- faq.html 2001/11/23 12:32:07 1.12
+++ faq.html 2001/12/13 12:04:56 1.13
@@ -1560,7 +1560,7 @@
<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.12 +1 -1 jakarta-ant/xdocs/faq.xml
Index: faq.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/xdocs/faq.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- faq.xml 2001/11/23 12:32:07 1.11
+++ faq.xml 2001/12/13 12:04:56 1.12
@@ -798,7 +798,7 @@
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
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>