[izpack-users] how to rebuild izpack with a new custom panel

E.othman othmanelmoulat at menara.ma
Tue Mar 13 18:51:54 CET 2007


thank you klaus your proposition solved my problem!
how ever i still need help about using conditional panels .
here is the situation :
ideclared a panel in a userinput.xml resource file like this :
<userInput>

 <panel order="1" classname="OpenOfficePathPanel"  id="p4"  /> 
</userInput>
this panel never gets displayed even though i used the variable :
<variable name="compareToVariable.1" value="radioSelection"/>

<variable name="compareToOperator.1" value="=" />
<variable name="compareToValue.1" value="false"/>
what's the problem ?
can u help in this please
thanks

my conditions file is :
<conditions>
    <condition type="variable" id="showmypathpanel">
        <name>radioSelection</name>
        <value>true</value>
    </condition>
    <panelcondition conditionid="showmypathpanel"
panelid="p3" />     
<panelcondition conditionid="showmypathpanel"
panelid="p4" /> 
</conditions>

Bartz, Klaus wrote:
> May be you use the standalone-compiler. Then you have to put the
> jar also in it.
> Or you add a rule for your panel into $IZ_HOME/src/build.xml
> and call 
> build
> But do not forget to include all needed classes into the rule;
> look as example into other rules.
>
> Cheers
>
> Klaus
>
>   
>> -----Original Message-----
>> From: izpack-users-bounces at lists.berlios.de 
>> [mailto:izpack-users-bounces at lists.berlios.de] On Behalf Of E.othman
>> Sent: Tuesday, March 13, 2007 2:25 PM
>> To: izpack-users at lists.berlios.de
>> Subject: [izpack-users] how to rebuild izpack with a new custom panel
>>
>>
>> hi all;
>>
>> i wrote my own custom panel that extends PathInputPanel .after that i 
>> packaged the 3 classes into a jar file andput in under: 
>> izpack-path\\bin\\panels folder
>>
>> but when i compiled again my installer i got an error : panel jar not 
>> found (even though the jar is there under bin /panels)
>> am i doing something wrong ?
>> can you help in this please ?
>> thanks
>> _______________________________________________
>> izpack-users mailing list
>> izpack-users at lists.berlios.de 
>> https://lists.berlios.de/mailman/listinfo/izpack-users
>>
>>     
> _______________________________________________
> izpack-users mailing list
> izpack-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/izpack-users
>
>   

-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.berlios.de/pipermail/izpack-users/attachments/20070313/47025ee6/attachment.html 


More information about the izpack-users mailing list