Author: mbenson
Date: Wed Jul 16 12:25:06 2008
New Revision: 677386

URL: http://svn.apache.org/viewvc?rev=677386&view=rev
Log:
tweak docs

Modified:
    ant/core/trunk/docs/manual/CoreTasks/echo.html
    ant/core/trunk/docs/manual/CoreTasks/sql.html

Modified: ant/core/trunk/docs/manual/CoreTasks/echo.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/echo.html?rev=677386&r1=677385&r2=677386&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/echo.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/echo.html Wed Jul 16 12:25:06 2008
@@ -51,7 +51,7 @@
   <tr>
     <td valign="top">file</td>
     <td valign="top">the file to write the message to.</td>
-    <td valign="top" align="center" rowspan="2">Optionally one of these may be 
specified</td>
+    <td valign="top" align="center" rowspan="2">Optionally one of these may be 
specified.</td>
   </tr>
   <tr>
     <td valign="top">output</td>
@@ -63,9 +63,10 @@
     <td valign="top">append</td>
     <td valign="top">Append to an existing file (or
       <a 
href="http://java.sun.com/j2se/1.4.2/docs/api/java/io/FileWriter.html#FileWriter(java.lang.String,
 boolean)" target="_blank">
-      open a new file / overwrite an existing file</a>)?
+      open a new file / overwrite an existing file</a>)? Default <i>false</i>.
     </td>
-    <td valign="top" align="center">No - default is false.</td>
+    <td valign="top" align="center">No; ignored unless <i>output</i> indicates 
a
+      filesystem destination.</td>
   </tr>
   <tr>
     <td valign="top">level</td>

Modified: ant/core/trunk/docs/manual/CoreTasks/sql.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/sql.html?rev=677386&r1=677385&r2=677386&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/sql.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/sql.html Wed Jul 16 12:25:06 2008
@@ -127,7 +127,8 @@
     <td valign="top">append</td>
     <td valign="top">whether output should be appended to or overwrite
     an existing file.  Defaults to false.</td>
-    <td align="center" valign="top">No</td>
+    <td align="center" valign="top">No, ignored if <i>output</i> does not
+      specify a filesystem destination.</td>
   </tr>
 <tr>
   <td width="12%" valign="top">classpath</td>


Reply via email to