[izpack-users] custom panel

le dinh dinh.le at samcef.com
Wed Oct 11 12:19:15 CEST 2006


Hi all,

I posted my question a couple of times but have no response . So i'm sorry to repost it because i have the feeling that many of you had encountered this problem.
I've created my own panel assumed PingPanel inspired from CompilePanel. My java classes (PingPanel, PingPanelWorker, PingPanelAutomationHelper) are well compiled by using ant. But at run time, I have an error of null pointer.
I think i have made mistakes when hooking my panel with xml install file. By the way thanks a lot by showing me different steps to make a custom panel.

Cheers,

Here included my  PingPanel.Spec.xml


<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<ping>
    <global>
       <prot>
         <choice value="SAMCEF.CLE"/>
         <choice value="SAMTECH.LIC"/>
       </prot>
       <flex>
         <choice value="Nodelock"/>
         <choice value="Floating license"/>
       </flex>
       <flexserv>
         <choice value="localhost"/>
       </flexserv>
    </global>
    <job name="Flexlm Install">
       <os family="unix"/>
       <executefile name="$INSTALL_PATH/ez">
          <arg>ping</arg>
       </executefile>
    </job>
</ping>

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.berlios.de/pipermail/izpack-users/attachments/20061011/38dc5625/attachment.html 


More information about the izpack-users mailing list