Browse Source

Added more information about defaults

master
Gintas Grigelionis 7 years ago
parent
commit
9da2ddc932
9 changed files with 12 additions and 12 deletions
  1. +2
    -2
      manual/Tasks/BorlandEJBTasks.html
  2. +1
    -1
      manual/Tasks/cab.html
  3. +2
    -2
      manual/Tasks/checksum.html
  4. +2
    -1
      manual/Tasks/chmod.html
  5. +1
    -2
      manual/Tasks/chown.html
  6. +1
    -1
      manual/Tasks/conditions.html
  7. +1
    -1
      manual/Tasks/copyfile.html
  8. +1
    -1
      manual/Tasks/depend.html
  9. +1
    -1
      manual/Tasks/echoxml.html

+ 2
- 2
manual/Tasks/BorlandEJBTasks.html View File

@@ -24,13 +24,13 @@

<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>


<h3>Description</h3>
<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
Deployment Descriptor, builds the jar file including the support files and verifies whether the
produced jar is valid or not.</p>


+ 1
- 1
manual/Tasks/cab.html View File

@@ -67,7 +67,7 @@ and <code>&lt;patternset&gt;</code> elements.</p>
</tr>
<tr>
<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>
<td>No</td>
</tr>


+ 2
- 2
manual/Tasks/checksum.html View File

@@ -60,8 +60,8 @@ Architecture Standard Algorithm Name Documentation</a></p>
<tr>
<td>todir</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>
</tr>
<tr>


+ 2
- 1
manual/Tasks/chmod.html View File

@@ -71,7 +71,8 @@ alternative.</p>
<tr>
<td>file</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>&lt;fileset/list&gt;</code>s</td>
<td rowspan="2">Exactly one of the two, unless
nested <code>&lt;fileset|filelist|dirset&gt;</code> elements are specified</td>
</tr>
<tr>
<td>dir</td>


+ 1
- 2
manual/Tasks/chown.html View File

@@ -66,8 +66,7 @@ to your current os.</p>
<td>file</td>
<td>the file or directory of which the owner must be
changed.</td>
<td>Yes or nested
<code>&lt;fileset/list&gt;</code> elements.</td>
<td>Yes, unless nested <code>&lt;fileset|filelist|dirset&gt;</code> elements are specified</td>
</tr>
<tr>
<td>owner</td>


+ 1
- 1
manual/Tasks/conditions.html View File

@@ -772,7 +772,7 @@ classpath.</p>
<tr>
<td>pattern</td>
<td>The regular expression pattern used to test.</td>
<td>Yes, unless there is a nested <code>&lt;regexp&gt;</code> element.</td>
<td>Yes, unless there is a nested <code>&lt;regexp&gt;</code> element</td>
</tr>
<tr>
<td>casesensitive</td>


+ 1
- 1
manual/Tasks/copyfile.html View File

@@ -50,7 +50,7 @@ newer than the destination file, or when the destination file does not exist.</p
<tr>
<td>filtering</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>
<td>forceoverwrite</td>


+ 1
- 1
manual/Tasks/depend.html View File

@@ -141,7 +141,7 @@ public final class Constants {
<tr>
<td>dump</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>
<td>classpath</td>


+ 1
- 1
manual/Tasks/echoxml.html View File

@@ -42,7 +42,7 @@
<tr>
<td>append</td>
<td>Whether to append <var>file</var>, if specified.</td>
<td>No</td>
<td>No; default is <q>false</q></td>
</tr>
<tr>
<td>namespacePolicy</td>


Loading…
Cancel
Save