How to create the custom panels in Izpack

367 views
Skip to first unread message

maragani veera

unread,
Oct 18, 2017, 7:04:06 AM10/18/17
to izpack-user
Hi All,

Could you please let me know how to create the custom panels in izpack.

Thanks,
Veerababu Maragani

Andreas Kuhtz

unread,
Oct 18, 2017, 8:20:05 AM10/18/17
to izpack-user

--
You received this message because you are subscribed to the Google Groups "izpack-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to izpack-user+unsubscribe@googlegroups.com.
To post to this group, send email to izpac...@googlegroups.com.
Visit this group at https://groups.google.com/group/izpack-user.
For more options, visit https://groups.google.com/d/optout.

maragani veera

unread,
Oct 18, 2017, 9:23:50 AM10/18/17
to izpack-user
Hi Andreas,

I write one custom panel(studioFinishPanel) in one project by extending SimpleFinishPanel,i build that project and copied that jar in to my izpack installer project  and run the build then i am able to see this error in console and when i run the installer not able to see my changes in finish panel.

[INFO] Adding panel: studioFinishPanel :: Classname : com.izforge.izpack.panels.mypanels.StudioFinishPanel

[WARNING] No console mode helper found for class com.izforge.izpack.panels.mypanels.StudioFinishPanel, panel type will be skipped in console mode installation

[WARNING] No automation helper found for class com.izforge.izpack.panels.mypanels.StudioFinishPanel, panel type will be skipped in automated installation

could you please let me know the reason why it is not loading my custom panel.
Please find the installer.xml .

Thanks,
Veerababu
On Wednesday, October 18, 2017 at 5:50:05 PM UTC+5:30, Andreas Kuhtz wrote:
2017-10-18 13:04 GMT+02:00 maragani veera <maraga...@gmail.com>:
Hi All,

Could you please let me know how to create the custom panels in izpack.

Thanks,
Veerababu Maragani

--
You received this message because you are subscribed to the Google Groups "izpack-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to izpack-user...@googlegroups.com.
build_installer_macos_template.xml

Andreas Kuhtz

unread,
Oct 18, 2017, 3:33:08 PM10/18/17
to izpack-user
Hi Veerababu,

I think the reference to the jar file is missing in the installer.xml

Something like:

  <!-- add the custom panel jar -->
  <jar src="lib/custom-installer-panel-@{projectversion}.jar"/>

I've prepared a demo that shows how to create a custom panel:
https://github.com/akuhtz/izpack-custom-test

On the finishPage an additional label is shown.

Cheers,
Andreas

To unsubscribe from this group and stop receiving emails from it, send an email to izpack-user+unsubscribe@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages