Browse Source

Add some of the new tasks to the overview page

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275479 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
64bb412104
1 changed files with 53 additions and 4 deletions
  1. +53
    -4
      docs/manual/tasksoverview.html

+ 53
- 4
docs/manual/tasksoverview.html View File

@@ -588,6 +588,11 @@ documentation.</p>
files.</p></td>
</tr>

<tr valign="top">
<td nowrap><a href="CoreTasks/sync.html">Sync</a></td>
<td><p>Synchronize two directory trees.</p></td>
</tr>

<tr valign="top">
<td nowrap><a href="CoreTasks/tempfile.html">Tempfile</a></td>
<td><p>Generates a name for a new temporary file and sets the specified
@@ -724,6 +729,12 @@ documentation.</p>
<th>Description</th>
</tr>

<tr valign="top">
<td nowrap><a href="CoreTasks/defaultexcludes.html">Defaultexcludes</a></td>
<td><p>Modify the list of default exclude patterns from within
your build file.</p></td>
</tr>

<tr valign="top">
<td nowrap><a href="CoreTasks/echo.html">Echo</a></td>
<td><p>Echoes text to <code>System.out</code> or to a file.</p></td>
@@ -858,6 +869,12 @@ documentation.</p>
a graphical user interface that lets you turn on/off assertions.</p></td>
</tr>

<tr valign="top">
<td nowrap><a href="CoreTasks/import.html">Import</a></td>
<td><p>Import another build file and potentially override targets
in it with targets of your own.</p></td>
</tr>

<tr valign="top">
<td nowrap><a href="OptionalTasks/javacc.html">JavaCC</a></td>
<td><p>Invokes the
@@ -890,6 +907,11 @@ documentation.</p>
the generated JavaCC file.</p></td>
</tr>

<tr valign="top">
<td nowrap><a href="CoreTasks/macrodef.html">Macrodef</a></td>
<td><p>Define a new task as a macro built-up upon other tasks.</p></td>
</tr>

<tr valign="top">
<td nowrap><a href="OptionalTasks/mparse.html">MParse</a></td>
<td><p>Invokes the Metamata <a HREF="http://www.metamata.com/parse.html">
@@ -904,6 +926,12 @@ documentation.</p>
operating system encoding to ASCII, prior to compilation.</p></td>
</tr>

<tr valign="top">
<td nowrap><a href="CoreTasks/presetdef.html">Presetdef</a></td>
<td><p>Define a new task by instrumenting an existing task with
default values for attributes or child elements.</p>
</tr>

<tr valign="top">
<td nowrap><a href="OptionalTasks/translate.html">Translate</a></td>
<td><p>Identifies keys in files, delimited by special tokens, and
@@ -914,6 +942,7 @@ documentation.</p>
<td nowrap><a href="CoreTasks/style.html">Xslt/Style</a></td>
<td><p>Processes a set of documents via XSLT.</p></td>
</tr>

</table>

<p></p>
@@ -1012,6 +1041,11 @@ documentation.</p>
source files.</p></td>
</tr>

<tr valign="top">
<td nowrap><a href="CoreTasks/whichresource.html">Whichresource</a></td>
<td><p>Find a class or resource.</p></td>
</tr>

<tr valign="top">
<td nowrap><a href="CoreTasks/xmlproperty.html">XmlProperty</a></td>
<td><p>Loads property values from a valid XML file.</p></td>
@@ -1041,17 +1075,32 @@ documentation.</p>
</tr>

<tr valign="top">
<td nowrap><a href="OptionalTasks/telnet.html">Telnet</a></td>
<td><p>Task to automate a remote <i>telnet</i> session. This task uses
nested <code>&lt;read&gt;</code> and <code>&lt;write&gt;</code> tags
to indicate strings to wait for and specify text to send.</p></td>
<td nowrap><a href="OptionalTasks/rexec.html">Rexec</a></td>
<td><p>Task to automate a remote rexec session.</p></td>
</tr>

<tr valign="top">
<td nowrap><a href="OptionalTasks/scp.html">Scp</a></td>
<td><p>Copy files to or from a remote server using SSH.</p></td>
</tr>

<tr valign="top">
<td nowrap><a href="OptionalTasks/setproxy.html">setproxy</a></td>
<td><p>Sets Java's web proxy properties, so that tasks and code run
in the same JVM can have through-the-firewall access to remote web sites.</p></td>
</tr>

<tr valign="top">
<td nowrap><a href="OptionalTasks/sshexec.html">Sshexec</a></td>
<td><p>Execute a command on a remote server using SSH.</p></td>
</tr>

<tr valign="top">
<td nowrap><a href="OptionalTasks/telnet.html">Telnet</a></td>
<td><p>Task to automate a remote <i>telnet</i> session. This task uses
nested <code>&lt;read&gt;</code> and <code>&lt;write&gt;</code> tags
to indicate strings to wait for and specify text to send.</p></td>
</tr>

</table>



Loading…
Cancel
Save