[Seaside] Re: Pharo one-click and Magritte

Dale Henrichs dhenrich at vmware.com
Mon Oct 4 19:16:39 UTC 2010


Fritz,

If you want to see what Metacello will load (without doing the load 
itself), you use printIt on the following expression:

   ((Smalltalk at: #ConfigurationOfMagritte2 )
     project latestVersion) record

#record or #record: works like #load and #load: except that the packages 
are not loaded into your image, so it runs a lot faster.

Technically both #load and #record return a "loadDirective" that when 
printed (inspected) shows a structured view of the packages and 
configurations that were (would be) loaded.

Dale

fritz schenk wrote:
> "Gofer new
> squeaksource: 'MetacelloRepository';
> package: 'ConfigurationOfMagritte2';
> load.
> 
> ((Smalltalk at: #ConfigurationOfMagritte2 ) project latestVersion) load"
> 
> Compiles and I see method MADescription. I wish there was a transcript when the
> compile is going to see if everything is Ok. Looking that MADescription is there
> I think is sufficient to see if Magritte is installed.
> 
> What should be my next step.
> 
> I will explore around.
> 
> Thanks
> 
> 
> 
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the seaside mailing list