Another feature I'd like to see in IzPack is being able to use variables for
adding files.
Example use case:
My project ships in multiple flavors, they all have a very similar design but each flavor need to include a, say, different database dump. Now I would not like to maintain multiple configuration files, but rather have a install-base.xml containing basicly everything (and a
<singlefile src="${FLAVOR}.dump" ...>) and a install.xml which looks something like this:
Now I could create one of these small files for each flavor and adjust the variable, and every flavor would use the same configuration, but a different dump file.