>>
>>
> Stef if you want to load the source code direct from an mcz, Installer
> can do it as in the following example.

I loaded HTTPSocket httpFileIn: 'ftp.squeak.org/3.11/scripts/LPF.st'.
but  I could not find that method scriptUpgradeMonticelloBootstrap

then I tried

> (Installer url: 'http://www.squeaksource.com/mc/PackageInfo-Base')
> fileInSource.

broke on url:

:(

Then I did
ScriptLoader new installingInstaller
        
> (Installer url: 'http://www.squeaksource.com/mc/PackageInfo-Base')
> fileInSource.

broke MCZInstaller class

Then I tried

        Installer install: 'LevelPlayingField'

and it broke on me InstallerScripts.....

So sorry but I do not suceed to load MC1.5 just to check why what I  
did does not work.
I'm too stupid. SO I trashed my image and the time I lost too.



>
> 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.
>
> Keith
>
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to