Browse Source

clarify the meaning of other in different selector manual. PR 48078

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@919483 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 15 years ago
parent
commit
0ba487ad57
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      docs/manual/CoreTypes/selectors.html

+ 5
- 1
docs/manual/CoreTypes/selectors.html View File

@@ -334,7 +334,11 @@
another location. The rules for determining difference between
the two files are as follows:
<ol>
<li> If there is no 'other' file, it's different.
<li>If a file is only present in the resource collection you apply
the selector to but not in targetdir (or after applying the
mapper) the file is selected.
<li>If a file is only present in targetdir (or after applying the
mapper) it is ignored.
<li> Files with different lengths are different.
<li> If <tt>ignoreFileTimes</tt> is turned off, then differing file
timestamps will cause files to be regarded as different.


Loading…
Cancel
Save