holtdl 02/04/23 07:58:47
Modified: docs/manual tasksoverview.html
Log:
Add Deployment Tasks/<serverdeploy>.
Revision Changes Path
1.12 +28 -4 jakarta-ant/docs/manual/tasksoverview.html
Index: tasksoverview.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/tasksoverview.html,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- tasksoverview.html 15 Apr 2002 09:53:24 -0000 1.11
+++ tasksoverview.html 23 Apr 2002 14:58:47 -0000 1.12
@@ -16,6 +16,7 @@
<a href="#archive">Archive Tasks</a><br>
<a href="#audit">Audit/Coverage Tasks</a><br>
<a href="#compile">Compile Tasks</a><br>
+<a href="#deploy">Deployment Tasks</a><br>
<a href="#doc">Documentation Tasks</a><br>
<a href="#ejb">EJB Tasks</a><br>
<a href="#exec">Execution Tasks</a><br>
@@ -273,7 +274,7 @@
<table width="100%" border="0" cellpadding="4" cellspacing="0">
<th align="left">
<font size="+0" face="arial,helvetica,sanserif">
-<a name="ejb">EJB Tasks</a></th>
+<a name="deploy">Deployment Tasks</a></th>
</font>
<font size="-1" face="arial,helvetica,sanserif">
<th align="right"><a href="#top">[Back to top]</a></th>
@@ -286,8 +287,10 @@
</tr>
<tr valign="top">
- <td nowrap><a href="OptionalTasks/ejb.html">EJB Tasks</a></td>
- <td><p>(See the documentation describing the EJB tasks.)</p></td>
+ <td nowrap><a href="OptionalTasks/serverdeploy.html">ServerDeploy</a></td>
+ <td><p>Task to run a "hot" deployment tool for vendor-specific
+ J2EE server.
+ </p></td>
</tr>
</table>
@@ -319,9 +322,30 @@
Unlike the command-line version of this tool, all three arguments
are required to run the Stylebook task.</p></td>
</tr>
-
</table>
+<p></p>
+<table width="100%" border="0" cellpadding="4" cellspacing="0">
+<th align="left">
+<font size="+0" face="arial,helvetica,sanserif">
+<a name="ejb">EJB Tasks</a></th>
+</font>
+<font size="-1" face="arial,helvetica,sanserif">
+<th align="right"><a href="#top">[Back to top]</a></th>
+</font>
+</table>
+<table width="100%" border="1" cellpadding="4" cellspacing="0">
+ <tr valign="top">
+ <th nowrap>Task Name</th>
+ <th>Description</th>
+ </tr>
+
+ <tr valign="top">
+ <td nowrap><a href="OptionalTasks/ejb.html">EJB Tasks</a></td>
+ <td><p>(See the documentation describing the EJB tasks.)</p></td>
+ </tr>
+</table>
+
<p></p>
<table width="100%" border="0" cellpadding="4" cellspacing="0">
<th align="left">
--
To unsubscribe, e-mail: <mailto:ant-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-dev-help@jakarta.apache.org>
|