Keith Hodges wrote:

> Stef if you want to load the source code direct from an mcz, Installer
> can do it as in the following example.
>
> scriptUpgradeMonticelloBootstrap
>
>     (Installer url: 'http://www.squeaksource.com/mc/PackageInfo-Base')
> fileInSource.
>     (Installer url:
> 'http://www.squeaksource.com/mc/System-PasswordManager') fileInSource.
>     (Installer url: 'http://www.squeaksource.com/mc/', self class
> configMCVersion,'.mcz') fileInSource.
>
> This is available in Installer install: 'UpgradeMonticelloBootstrap'.
>
> Damien loads MC1.5 via...
>
> Installer install: 'LevelPlayingField'
>
> this doesnt include Installer-Launcher which causes the above problem.
>
>
>   
I was able to load it in a 10379 image after upgrading Installer.

Preferences enable: #allowBlockArgumentAssignment.
Preferences disable: #raiseDepreciatedWarnings.

Installer upgrade upgrade.
Installer install: 'UpgradeMonticelloBootstrap'.

Thanks to Keith :)


_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to