[kepler-dev] [Bug 3251] - Installer Splash Screen should be an HTML Widget

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Mon Apr 20 14:25:43 PDT 2009


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3251


cxh at eecs.berkeley.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|higgins at nceas.ucsb.edu      |berkley at nceas.ucsb.edu




------- Comment #1 from cxh at eecs.berkeley.edu  2009-04-20 14:25 -------
I'm the reporter on this, it was assigned to Dan Higgins, I'm reassiging
it to Chad for his configuration.  The issue is that the izPack installer
should use the HTML widget for the installation screen.
In the ptII tree, see
ptII/adm/gen-7.0/ptII7_0_devel_setup.xml

where I have

    <res id="HTMLInfoPanel.info" src="index.htm"/>
    <res id="HTMLLicencePanel.licence" src="copyright.htm"/>
    <res id="InfoPanel.info" src="../../README.txt"/> 
...
  <panels>
        <panel classname="HelloPanel"/>
        <panel classname="HTMLInfoPanel"/>
        <panel classname="HTMLLicencePanel"/>
        <panel classname="TargetPanel"/> 
        <panel classname="PacksPanel"/>
        <panel classname="SummaryPanel"/>
        <panel classname="InstallPanel"/>
        <panel classname="ShortcutPanel"/>
        <panel classname="FinishPanel"/>
    </panels>


More information about the Kepler-dev mailing list