Hi all, (and particularly Dale :)

I want to get the code (classes, methods...) that will be loaded by a
metacello configuration *without* installing it inside the image.

(ConfigurationOfXXX project version: #'1.0')
fetchCode "or something like that"

I saw that there is a #fetch method in the MetacelloMCVersion but It does
not do what I want. Nor it loads the code in the package cache as the Gofer
fetch does.

Is metacello prepared for fetching the code without loading it inside the
image? On one side I know that I can do a #record to get the list of specs
of a particular version.

I also know I can get what I want from a monticello repository + a version
name doing something like this:

(MCHttpRepository location:'
http://smalltalkhub.com/mc/Guille/ObjectSpace/main') versionFromFileNamed:
('OzObjectSpace-GuillermoPolito.124.mcz')

But I don't understand how to easily get the repository location and
versions from a metacello configuration.

Any lead? ^^
Thanks,
Guille

Reply via email to