@@ -24,13 +24,13 @@ | |||||
<body> | <body> | ||||
<h2 id="log">BorlandDeploy Tool</h2> | |||||
<h2 id="log">BorlandDeployTool</h2> | |||||
<p>by Benoit Moussaud (<a href="mailto:benoit.moussaud@criltelecom.com">benoit.moussaud@criltelecom.com</a>)</p> | <p>by Benoit Moussaud (<a href="mailto:benoit.moussaud@criltelecom.com">benoit.moussaud@criltelecom.com</a>)</p> | ||||
<h3>Description</h3> | <h3>Description</h3> | ||||
<p>The BorlandDeployTool is a vendor specific nested element for the Ejbjar optional task.</p> | <p>The BorlandDeployTool is a vendor specific nested element for the Ejbjar optional task.</p> | ||||
<p>BorlandDeploymentTool is dedicated to the Borland Application Server 4.5.x and Borland Enterprise | |||||
<p>BorlandDeployTool is dedicated to the Borland Application Server 4.5.x and Borland Enterprise | |||||
Server 5.x. It generates and compiles the stubs and skeletons for all EJBs described in the | Server 5.x. It generates and compiles the stubs and skeletons for all EJBs described in the | ||||
Deployment Descriptor, builds the jar file including the support files and verifies whether the | Deployment Descriptor, builds the jar file including the support files and verifies whether the | ||||
produced jar is valid or not.</p> | produced jar is valid or not.</p> | ||||
@@ -67,7 +67,7 @@ and <code><patternset></code> elements.</p> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td>options</td> | <td>options</td> | ||||
<td>use to set additional command-line options for the <code>cabarc</code> tool. Should not | |||||
<td>set additional command-line options for the <code>cabarc</code> tool. Should not | |||||
normally be necessary.</td> | normally be necessary.</td> | ||||
<td>No</td> | <td>No</td> | ||||
</tr> | </tr> | ||||
@@ -60,8 +60,8 @@ Architecture Standard Algorithm Name Documentation</a></p> | |||||
<tr> | <tr> | ||||
<td>todir</td> | <td>todir</td> | ||||
<td>The root directory where checksums should be written.</td> | <td>The root directory where checksums should be written.</td> | ||||
<td>No. If not specified, checksum files will be written to the same directory as the files | |||||
themselves. <em>since Apache Ant 1.6</em> | |||||
<td>No; by default, checksum files will be written to the same directory as the original | |||||
files. <em>since Apache Ant 1.6</em> | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -71,7 +71,8 @@ alternative.</p> | |||||
<tr> | <tr> | ||||
<td>file</td> | <td>file</td> | ||||
<td>the file or single directory of which the permissions must be changed.</td> | <td>the file or single directory of which the permissions must be changed.</td> | ||||
<td rowspan="2">Exactly one of the two, or nested <code><fileset/list></code>s</td> | |||||
<td rowspan="2">Exactly one of the two, unless | |||||
nested <code><fileset|filelist|dirset></code> elements are specified</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td>dir</td> | <td>dir</td> | ||||
@@ -66,8 +66,7 @@ to your current os.</p> | |||||
<td>file</td> | <td>file</td> | ||||
<td>the file or directory of which the owner must be | <td>the file or directory of which the owner must be | ||||
changed.</td> | changed.</td> | ||||
<td>Yes or nested | |||||
<code><fileset/list></code> elements.</td> | |||||
<td>Yes, unless nested <code><fileset|filelist|dirset></code> elements are specified</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td>owner</td> | <td>owner</td> | ||||
@@ -772,7 +772,7 @@ classpath.</p> | |||||
<tr> | <tr> | ||||
<td>pattern</td> | <td>pattern</td> | ||||
<td>The regular expression pattern used to test.</td> | <td>The regular expression pattern used to test.</td> | ||||
<td>Yes, unless there is a nested <code><regexp></code> element.</td> | |||||
<td>Yes, unless there is a nested <code><regexp></code> element</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td>casesensitive</td> | <td>casesensitive</td> | ||||
@@ -50,7 +50,7 @@ newer than the destination file, or when the destination file does not exist.</p | |||||
<tr> | <tr> | ||||
<td>filtering</td> | <td>filtering</td> | ||||
<td>indicates whether token filtering should take place during the copy</td> | <td>indicates whether token filtering should take place during the copy</td> | ||||
<td>No</td> | |||||
<td>No; default is <q>false</q></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td>forceoverwrite</td> | <td>forceoverwrite</td> | ||||
@@ -141,7 +141,7 @@ public final class Constants { | |||||
<tr> | <tr> | ||||
<td>dump</td> | <td>dump</td> | ||||
<td>If true the dependency information will be written to the debug level log</td> | <td>If true the dependency information will be written to the debug level log</td> | ||||
<td>No</td> | |||||
<td>No; default is <q>false</q></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td>classpath</td> | <td>classpath</td> | ||||
@@ -42,7 +42,7 @@ | |||||
<tr> | <tr> | ||||
<td>append</td> | <td>append</td> | ||||
<td>Whether to append <var>file</var>, if specified.</td> | <td>Whether to append <var>file</var>, if specified.</td> | ||||
<td>No</td> | |||||
<td>No; default is <q>false</q></td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<td>namespacePolicy</td> | <td>namespacePolicy</td> | ||||