Browse Source

Add Deployment Tasks/<serverdeploy>.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272558 13f79535-47bb-0310-9956-ffa450edef68
master
Diane Holt 23 years ago
parent
commit
e3b7ccdf35
1 changed files with 28 additions and 4 deletions
  1. +28
    -4
      docs/manual/tasksoverview.html

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

@@ -16,6 +16,7 @@ documentation.</p>
<a href="#archive">Archive Tasks</a><br> <a href="#archive">Archive Tasks</a><br>
<a href="#audit">Audit/Coverage Tasks</a><br> <a href="#audit">Audit/Coverage Tasks</a><br>
<a href="#compile">Compile 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="#doc">Documentation Tasks</a><br>
<a href="#ejb">EJB Tasks</a><br> <a href="#ejb">EJB Tasks</a><br>
<a href="#exec">Execution Tasks</a><br> <a href="#exec">Execution Tasks</a><br>
@@ -273,7 +274,7 @@ documentation.</p>
<table width="100%" border="0" cellpadding="4" cellspacing="0"> <table width="100%" border="0" cellpadding="4" cellspacing="0">
<th align="left"> <th align="left">
<font size="+0" face="arial,helvetica,sanserif"> <font size="+0" face="arial,helvetica,sanserif">
<a name="ejb">EJB Tasks</a></th>
<a name="deploy">Deployment Tasks</a></th>
</font> </font>
<font size="-1" face="arial,helvetica,sanserif"> <font size="-1" face="arial,helvetica,sanserif">
<th align="right"><a href="#top">[Back to top]</a></th> <th align="right"><a href="#top">[Back to top]</a></th>
@@ -286,8 +287,10 @@ documentation.</p>
</tr> </tr>


<tr valign="top"> <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 &quot;hot&quot; deployment tool for vendor-specific
J2EE server.
</p></td>
</tr> </tr>
</table> </table>


@@ -319,9 +322,30 @@ documentation.</p>
Unlike the command-line version of this tool, all three arguments Unlike the command-line version of this tool, all three arguments
are required to run the Stylebook task.</p></td> are required to run the Stylebook task.</p></td>
</tr> </tr>

</table> </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> <p></p>
<table width="100%" border="0" cellpadding="4" cellspacing="0"> <table width="100%" border="0" cellpadding="4" cellspacing="0">
<th align="left"> <th align="left">


Loading…
Cancel
Save