Versions Compared

Key

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

...

  • <config>
    Used for embedding the contents of install.xml as CDATA directly to the build file (see the example below) 
  • <property>
    Add a property to the build visible only to the IzPack task. The Syntax is the same like for defining properties in Ant. 

...

It builds an executable installer setup.jar in the working directory.

Anchor

...

Embedding install.xml contents as CDATA

...

Embedding install.xml contents as CDATA
Embedding the installation file contents using a <config> element

Instead of using the 'input' attribute to specify an external installation document, you can embed the installation config as a child of the IzPack task using a config child element with a CDATA section. For example:

...