bodewig 2003/10/14 03:51:47
Modified: docs/manual tasksoverview.html
Log:
Add some of the new tasks to the overview page
Revision Changes Path
1.24 +53 -4 ant/docs/manual/tasksoverview.html
Index: tasksoverview.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/tasksoverview.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- tasksoverview.html 14 Oct 2003 09:59:19 -0000 1.23
+++ tasksoverview.html 14 Oct 2003 10:51:47 -0000 1.24
@@ -589,6 +589,11 @@
</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
property to that name.</p></td>
@@ -725,6 +730,12 @@
</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>
</tr>
@@ -859,6 +870,12 @@
</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
<a HREF="http://javacc.dev.java.net/" target="_top">
@@ -891,6 +908,11 @@
</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">
MParse</a> compiler-compiler on a grammar file.</p></td>
@@ -905,6 +927,12 @@
</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
translates them with values read from resource bundles.</p></td>
@@ -914,6 +942,7 @@
<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>
@@ -1013,6 +1042,11 @@
</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>
</tr>
@@ -1041,17 +1075,32 @@
</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><read></code> and <code><write></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><read></code> and <code><write></code> tags
+ to indicate strings to wait for and specify text to send.</p></td>
+ </tr>
</table>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]