Details
Description
I am getting a Null Pointer Exception when doing an automated install.
java.lang.NullPointerException
java.lang.NullPointerException
at com.izforge.izpack.panels.UserPathPanelAutomationHelper.runAutomated(Unknown Source)
at com.izforge.izpack.installer.AutomatedInstaller.installPanel(Unknown Source)
at com.izforge.izpack.installer.AutomatedInstaller.doInstall(Unknown Source)
at com.izforge.izpack.installer.Installer.main(Unknown Source)
The UserPathPanel is optional in installer and was not selected when sabing the xml file. When running the xml file for automated it will fail with above error. A git pack has been included.
Well this patch is huge and makes edits were it should not (e.g., the KEYS files, the README file, etc).
Would you be able to come up with one that focuses only on the fix of this issue?
Thanks