In 5.0.0-beta11 the AutomatedInstallData.getInstance() method has vanished.
It is not even deprecated - it has completely gone.
It was there in 5.0.0-beta1 and was still there in 5.0.0-beta9, but now it is no more.
Can anyone explain why it has gone, and what the alternatives are for any code that was relying on it? I have been using it to get the InstallData object from inside one of my custom InstallerListener classes. I can't see any other way of accessing it.
Thanks for any help.
Joolz
In 5.0.0-beta11 the AutomatedInstallData.getInstance() method has vanished.It is not even deprecated - it has completely gone.
Thanks for your reply. I should have mentioned in my original post though that the getInstance() method of com.izforge.izpack.api.data.InstallData also seems to have disappeared.
regards
Joolz
______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________
Perfect. Thanks for your help Tim.
Joolz
From:
Tim Anderson [mailto:t...@netspace.net.au]
Sent: 17 March 2013 10:01
To: us...@izpack.codehaus.org
Subject: Re: [izpack-user] the AutomatedInstallData.getInstance() method disappeared
Installer listeners can have most objects injected at construction e.g.: