Versions Compared

Key

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

The <fileset> element

...

Attribute

Description

key

key to identify the data

value

value which can be used by a custom action

;<additionaldata> is an element which may provide additional information as key-value pairs to certain custom actions. The particular key-value pairs you might use depend on the particular custom action.

 Currently, there are two built-in custom actions consuming such data, ChmodCompilerListener and ChmodInstallerListener, where relevant keys are

  • permission.dir,
  • permission.file

with integer values interpreted as permissions like in the Unix chmod:

If value begins with "0" -> octal number,

otherwise is is a decimal number representing some permission.

These permissions are applied to the appropriate files either during the compilation of the package or while installing them later, depending on whether the consumer implements a CompilerListener or InstallerListener.

<include>

Explicitely include files by pattern, similar like Ant fileset patterns. For more information see the FileSet core type.
Note: There is currently no file name mapper support in pack filesets.

...

Note: There is currently no file name mapper support in pack filesets.

Fileset Selectors

There can be used all fileset selectors defined in FileSet as nested elements.

<pack200>

The <pack200> element adds Java bytecode compression to all files in this fileset.

...

See Compressing pack files for  for more information how to cutomize this feature.

Fileset Selectors

There can be used all fileset selectors defined in FileSet as nested elements.Since: IzPack 5.1