Am 20.07.2011 um 10:39 schrieb jtuchel:
Hi there,
I need to load packages from SqueakSource into an image that sits on a machine behind a proxy that won't let me download from Squeaksource. I can, however, download packages using the Browser. The problem for me is that ConfigurationOfSeaside30, for example, requires a lot of packages to be loaded first.
So I know I can donload all the .mcz files from Squeaksource and copy them to my local PackageCache, but I am looking for a way to find out which ones I need. Is manually extracting the info from the ConfigurationOfSeaside30 class the only way to do that?
And how would I go about using ConfigurationOfSeaside30 to use my package cache instead of the online repositories?
Any ideas?
Please have a look at http://code.google.com/p/metacello/ especially look at the FAQ that has two answers for your questions http://code.google.com/p/metacello/wiki/FAQ#How_do_I_create_a_local_cache_re... http://code.google.com/p/metacello/wiki/FAQ#How_do_I_override_the_repository... If you have further questions you can ask them in the metacello list: http://groups.google.com/group/metacello Norbert P.S.: I'm crossposting this to the list