[izpack-users] Substitution of variables
Per Newgro
per.newgro at gmx.ch
Mon Nov 20 11:36:35 CET 2006
Hi *,
I found the bug myself. Its the panel order. I added the userinput after the
install panel. So at installation there was no content in the input
variables.
> <panels>
> <panel classname="HelloPanel"/>
> <panel classname="HTMLLicencePanel"/>
> <panel classname="HTMLInfoPanel"/>
> <panel classname="TargetPanel"/>
> <panel classname="ShortcutPanel"/>
> <panel classname="InstallPanel"/>
> <panel classname="UserInputPanel"/>
> <panel classname="FinishPanel"/>
> </panels>
Correctly it has to be
<panels>
<panel classname="HelloPanel"/>
<panel classname="HTMLLicencePanel"/>
<panel classname="HTMLInfoPanel"/>
<panel classname="TargetPanel"/>
<panel classname="ShortcutPanel"/>
<panel classname="UserInputPanel"/>
<panel classname="InstallPanel"/>
<panel classname="FinishPanel"/>
</panels>
Cheers
Per
More information about the izpack-users
mailing list