[izpack-devel] Variables defined in UserInputPanel vs silent mode

Piotr Skowronek piotr at skowro.net
Fri Jan 18 10:08:37 CET 2008


Dennis Reil pisze:
> Hi,
> 
> The dynamic variables should be used as replacement for variables only defined in UserInputPanel as they are more general and with variables in UserInputPanel you could have problems if changing the panel order in the future.

Hi Dennis,

I was trying to use dynamic variables, but had problems with using 
Conditions with them. The example in docs looks like:
<dynamicvariables>
       <variable name="app-version" value="1.4" condition="mycondition1"
       <variable name="app-version" value="1.4b" 
condition="!mycondition1" />
       <variable name="released-on" value="08/03/2002" />
</dynamicvariables>


But, it seems that app-version variable is destroyed when
mycondition1 is true. It looks like, that second condition removes
previous declaration of app-version. Did you experience such problem?

Regards
Piotr Skowronek


More information about the izpack-devel mailing list