[izpack-users] parsable dont work with inputpanel

Per Newgro per.newgro at gmx.ch
Wed Dec 6 16:11:28 CET 2006


Hi Aelous

Looks not to bad.

1st: What is not working? Is there an exception or is the file not parsed?

2nd: It seems to be a common mistake to call the user input panel after the 
install panel in installation.xml file. The order has to be
		<panel classname="UserInputPanel"/>
		<panel classname="InstallPanel"/>
Otherwise the installation will be done and after that the userinput will be 
requested. But then the file is already parsed.

Cheers
Per

Am Mittwoch, 6. Dezember 2006 15:55 schrieb Feng He:
> Hello,
>
> i'd like to parse a ini file after intallation using the data from a
> inputpanel. How could I realize this feature? The "variable substitution
> System" works not with my Codes.
>
> I have under my installation.xml
>
> <parsable targetfile="$INSTALL_PATH/bin/toParse.ini" type="plain"
> encoding="ISO-8859-1"/>
>
> and the content of toParse.ini is filling with a simple line text
>
> $my.input.path
>
> which is defined in UserInputSpec.xml like
>
> <field type="search" variable="my.input.path">
> .........
> </field>
>
> can somebody help me please??
>
> cheers
>
> Aeolus
> _______________________________________________
> izpack-users mailing list
> izpack-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/izpack-users



More information about the izpack-users mailing list