[izpack-devel] JRE 1.6 and HTMLInfoPane
Dr. Steffen Greiffenberg
steffen.greiffenberg at semture.de
Wed May 16 17:16:15 CEST 2007
Hi Klaus,
> I think you mean the borders which are wider as needed.
> I have just tested the IzPack installation self with a
> 1.6.0_01 VM. At three tests I have seen it zero times.
> I assume that you have build the installation with the 1.6
> and runs the installation with the 1.6.
> What if you compile with a 1.5?
I've tried this (and many others :) and it makes no difference. The
borders are still there. I've minimized my "build.xml" to:
------------------------------------------------------------------------
----------------------
<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
<installation version="1.0">
<info>
<appname>Dummy</appname>
<appversion>Dummy</appversion>
<javaversion>1.5.0</javaversion>
</info>
<guiprefs width="800" height="620" resizable="no">
<modifier key="useLabelIcons" value="no"/>
</guiprefs>
<locale>
<langpack iso3="deu"/>
</locale>
<resources>
<res id="Installer.image.0" src="installer_images/
InstallerImage.1.Info.gif"/>
<res id="HTMLInfoPanel.info" src="readme.html"/>
</resources>
<panels>
<panel classname="HTMLInfoPanel"/>
</panels>
<packs>
<pack id="core" name="core" required="yes">
<description/>
</pack>
</packs>
</installation>
------------------------------------------------------------------------
----------------------
My readme.html now only contains "<html><body>test</body></html>".
For JDK 1.6 a screenshot is attached. By the way: Now the bug is
really reproducible for me. I can start the installation with this
example as often as I want, and only saw the wide border.
I can send you the jar-file if you want it. It's only about 600kB.
Kind Regards
Steffen
>
> Cheers
>
> Klaus
>
>> -----Original Message-----
>> From: izpack-devel-bounces at lists.berlios.de
>> [mailto:izpack-devel-bounces at lists.berlios.de] On Behalf Of
>> Dr. Steffen Greiffenberg
>> Sent: Wednesday, May 16, 2007 2:09 PM
>> To: izpack-devel at lists.berlios.de
>> Subject: [izpack-devel] JRE 1.6 and HTMLInfoPane
>>
>>
>> Hi,
>>
>> I've noticed a bug in the HTMLInfoPane or the JRE 1.6. I don't know
>> who should I blame :) I'm running the current version 3.10.2 (build
>> 2007.05.11) and Java 1.6.0_01-b06, mixed mode, sharing.
>>
>> You see a screenshot showing what happens if I run the created
>> installer under Java 1.6. Java 1.5 works fine by the way. The
>> strange
>> thing is, that if I run the installer several times, there is one
>> correct behaviour under let's say 10 screens like the attached. The
>> content of the HTMLInfoPane doesn't matter, I've tried a simple
>> <html><body>test</body></html> which shows the same result.
>>
>> I've fixed the size of the installer by:
>>
>> <guiprefs width="800" height="620" resizable="no">
>> <modifier key="useLabelIcons" value="no"/>
>> </guiprefs>
>>
>> If the size is not fixed everything is a bit smaller but the border-
>> bug is the same. Any idea what's wrong there?
>>
>>
> _______________________________________________
> izpack-devel mailing list
> izpack-devel at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/izpack-devel
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: screenshot.gif
Type: image/gif
Size: 15378 bytes
Desc: not available
Url : https://lists.berlios.de/pipermail/izpack-devel/attachments/20070516/c382e143/attachment.gif
-------------- next part --------------
More information about the izpack-devel
mailing list