Browse Source

tweak docs

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677386 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 17 years ago
parent
commit
996b7048d9
2 changed files with 6 additions and 4 deletions
  1. +4
    -3
      docs/manual/CoreTasks/echo.html
  2. +2
    -1
      docs/manual/CoreTasks/sql.html

+ 4
- 3
docs/manual/CoreTasks/echo.html View File

@@ -51,7 +51,7 @@ ignored</p>
<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 @@ ignored</p>
<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>


+ 2
- 1
docs/manual/CoreTasks/sql.html View File

@@ -127,7 +127,8 @@ and <b>abort</b> execution and transaction and fail task.</p>
<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>


Loading…
Cancel
Save