Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fixed english

...

The IzPack fileset concept has been adapted from the Apache Ant Selector core type. Their functionality has been shrunken reduced to the satisfy the needs of IzPack.

Selectors are a mechanism whereby the files that make up a fileset can be selected using more criteria than only a the file name provided by the <include> and <exclude> tags.

...

The <depth> tag selects files based on how many directy levels deep far down they are stored in the directory structure in relation to the base directory of the fileset.

Attribute

Description

Required

min

The minimum number of directory levels below the base directory that a file must be in order to be selected. Default is no limit0.

At least one of the two.

max

The maximum number of directory levels below the base directory that a file can be and still be selected. Default is no limit.

...

  1. If there is no 'other' file, it's different.
  2. Files with different lengths are different.
  3. IfignoreFileTimesis If ignoreFileTimesis turned off, then differing file timestamps will cause files to be regarded as different.
  4. UnlessignoreContentsis Unless ignoreContents is set to true, a byte-for-byte check is run against the two files

...