Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note that IzPack will not automatically convert / or \ characters in the to and from attributes to the correct directory separator of your current platform. If you need to specify this separator, use ${file.separator} instead. For the regexpmapper, ${file.separator} will not work, as on windows it is the '\' character, and this is an escape character for regular expressions, one should use the handledirsep attribute instead.

Note

File name mappers can be currently used only in descriptors for the ConfigurationInstallerListener - tag <configurableset>.

They are ignored when used in <pack> definitions.

Nested Elements

Nested File Mappers can be supplied via either <mapper> elements. If nested File Mappers are specified by either means, the mapper will be implicitly configured as a composite mapper.

...