diff --git a/docs/manual/CoreTasks/apply.html b/docs/manual/CoreTasks/apply.html index 7ba809afa..f6ff1be6e 100644 --- a/docs/manual/CoreTasks/apply.html +++ b/docs/manual/CoreTasks/apply.html @@ -8,8 +8,8 @@
The name execon is deprecated and only kept for backwards -compatibilty.
+The name execon
is deprecated and only kept for backwards
+compatibility.
Executes a system command. When the os attribute is specified, then the command is only executed when Ant is run on one of the specified operating @@ -18,11 +18,11 @@ systems.
href="../CoreTypes/fileset.html">FileSets are passed as arguments to the system command.If you specify a nested mapper and the destdir attribute, +href="../CoreTypes/mapper.html">mapper and the dest 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.
-At least one fileset is required, you must not specify more than +for in the given dest.
+At least one fileset is required, and you must not specify more than one mapper.
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). | + the dest attribute for target files).No, default is false |