[izpack-devel] variables in UserInputPanel

Julien Ponge julien.ponge at gmail.com
Fri Jan 5 10:31:57 CET 2007


Hi Dennis,

That's excellent, but could you (or Fabrice if he has time!) add this
to the documentation?

Thanks

On 1/4/07, Dennis Reil <Dennis.Reil at reddot.de> wrote:
> I added support for defining variables in userinput panels. It's
> possible to do the following now:
>
> userinputspec.xml:
>
> <panel id="somepanel">
>           <!-- the default context path -->
>         <variable conditionid="notwarfilesetup" name="SERVLET_CONTEXT_PATH"
> value="tomcat/webapps/myappname"/>
>         <variable conditionid="warfilesetup" name="SERVLET_CONTEXT_PATH"
> value=""/>
>
> ...
>
> </panel>
>
>
> This means, that if the installer switches to "somepanel", the variable
> definitions will be analyzed, conditions will be checked and the
> variable(s) will be added or updated in install data. The value of such
> a variable can be used in the same panel and on following panels, custom
> actions, ...
>
>
> --
> Regards,
>    Dennis
> _______________________________________________
> izpack-devel mailing list
> izpack-devel at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/izpack-devel
>



More information about the izpack-devel mailing list