[izpack-users] Custom Panel/Class Path

Bartz, Klaus Klaus.Bartz at coi.de
Wed Oct 4 12:08:39 CEST 2006


Hi Vihay,
there are more restrictions ...
The rules for custom panels are:
1. The name of the panel class has to end with the subword "Panel" (e.g. InfoPanel).
2. The name has to be unique (e.g. no two different classes with the name InfoPanel, also if the differ in the
classpath).
3. The class files of alll used classes have to be packed in a jar file which name is the same as the panel class (e.g. InfoPanel.jar).
4. Path will be required for the class files in the jar file.
5. The jar file has to be stored in the directory %IZ_HOME%\bin\panels
 
I see no big problem to follow this rules. For my installations I create all custom panels (and custom actions) into the
bin dir of IzPack.
IIf you would change this behavior you have to change the packager (also known as IzPack compiler) at more than
one point. For some rules are also changes needed in the installer, may be also in the uninstaller.
I see no reason to do it in IzPack self, else you can do it in your own version of IzPack.
 
Cheers
 
Klaus
-----Original Message-----
From: izpack-users-bounces at lists.berlios.de [mailto:izpack-users-bounces at lists.berlios.de]On Behalf Of vijaykiran.d
Sent: Tuesday, October 03, 2006 1:00 PM
To: izpack-users at lists.berlios.de
Subject: [izpack-users] Custom Panel/Class Path


Hi,
 
I've created a custom panel for getting some information from the use as a last step during installation. I'm using Izpack ant task to create the installer jar file. But the task is expecting the jar file in the [Izpack_DIR]bin/panels directory. How can I change this behavior?
 
 
Regards,
Vijay Kiran, 
I  <http://www.vijaykiran.com/> blog, therefore I am. 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.berlios.de/pipermail/izpack-users/attachments/20061004/47a7869a/attachment.html 


More information about the izpack-users mailing list