bodewig 02/04/18 07:59:19
Modified: docs/manual/CoreTasks apply.html
Log:
typo's in apply's docs.
PR: 8094
Submitted by: Jesse Glick <[EMAIL PROTECTED]>
Revision Changes Path
1.14 +7 -7 jakarta-ant/docs/manual/CoreTasks/apply.html
Index: apply.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/apply.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- apply.html 3 Feb 2002 22:00:41 -0000 1.13
+++ apply.html 18 Apr 2002 14:59:19 -0000 1.14
@@ -8,8 +8,8 @@
<body>
<h2><a name="apply">Apply/<i>ExecOn</i></a></h2>
-<p><i>The name execon is deprecated and only kept for backwards
-compatibilty.</i></p>
+<p><i>The name <code>execon</code> is deprecated and only kept for backwards
+compatibility.</i></p>
<h3>Description</h3>
<p>Executes a system command. When the <i>os</i> attribute is specified, then
the command is only executed when Ant is run on one of the specified
operating
@@ -18,11 +18,11 @@
href="../CoreTypes/fileset.html">FileSet</a>s are passed as arguments
to the system command.</p>
<p>If you specify a nested <a
-href="../CoreTypes/mapper.html">mapper</a> and the destdir attribute,
+href="../CoreTypes/mapper.html">mapper</a> and the <i>dest</i> attribute,
the timestamp of each source file is compared to the timestamp of a
target file which is defined by the nested mapper element and searched
-for in the given destdir.</p>
-<p>At least one fileset is required, you must not specify more than
+for in the given dest.</p>
+<p>At least one fileset is required, and you must not specify more than
one mapper.</p>
<h3>Parameters</h3>
<table border="1" cellpadding="2" cellspacing="0">
@@ -54,7 +54,7 @@
<td valign="top">whether the filenames should be passed on the
command line as absolute or relative pathnames (relative to the
base directory of the corresponding fileset for source files or
- the dest attribute for target files).</td>
+ the <i>dest</i> attribute for target files).</td>
<td align="center" valign="top">No, default is <i>false</i></td>
</tr>
<tr>
@@ -146,7 +146,7 @@
<code><srcfile></code> and marks the position of the target
filename on the command line. If omitted, the target filenames will
not be added to the command line at all. This element can only be
-specified, if you also define a nested mapper and the destdir
+specified, if you also define a nested mapper and the <i>dest</i>
attribute.</p>
<h4>env</h4>
<p>It is possible to specify environment variables to pass to the
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>