[izpack-users] How can I create a panel and not display it?

Klaus Bartz bartzkau at gmx.net
Wed Feb 22 12:36:17 CET 2006


Hi Yossi,
unfortunately your class name is not compatible with the
IzPack build script.
If you use a class name like
XXXPanel
with XXX as your custom name (please only regular chars...)
ant with the IzPack build script will do it automatically for you.
The rule simple is
<include name="bin/panels/*Panel.jar" />
For it you should do:

Rename your my_ini may be to MyPanel
add it with the right name to $IzHome/src/build.xml
install an ant 1.6.2 or higher
go into
$IzHome/src
call
ant clean
then
ant

No your panel created in
$IzHome/bin/panels/MyPanel.jar
was packed into
$IzHome/lib/standalone-compiler.jar

If you love your class name, you can adapt $IzHome/src/build.xml.
But only if you are firm with ant scripts.

Cheers

Klaus

Am 21.02.2006, 17:39 Uhr, schrieb Yossi Baram <yossiba at eldat.com>:

> Thanks Klaus,
> Yes, I use the compile.bat as you said.
> Can you tell me how to rebuild the standalone compiler with my
> additional panels?
> It will be great.
> thanks
> Yossi



More information about the izpack-users mailing list