Dec. 3, 2008
5:31 p.m.
jannik.laval.gmail wrote:
Ok, it works with the last version.
Now, I have a problem with the method browse: Installer ss project:'Installer'; browse: 'InstallerAll'.
The browser open on the class Loading.MCVersionLoader.
Is there any reason ? Thanks
Jannik The reason being that earlier versions of installer would return an MCVersion in order to laod a single version. Current versions return an MCVersionLoader which doesnt implement browse, and so falls back to the implementation on Object.
Fixed in latest MC1.5/6, and a workaround has been added to latest Installer. Keith