[squeak-dev] Re: update-nice.41.mcm disappeared

Bert Freudenberg bert at freudenbergs.de
Wed Oct 21 00:39:03 UTC 2009


On 21.10.2009, at 02:27, Nicolas Cellier wrote:

> 2009/10/21 Bert Freudenberg <bert at freudenbergs.de>:
>>
>>
>>> On Wed, 2009-10-21 at 01:36 +0200, Nicolas Cellier wrote:
>>>>
>>>> Ah, got a copy of it
>>>> How could I upload it back ?
>>
>> Just like you would upload it normally. Open in MCM browser and  
>> store.
>>
>> - Bert -
>>
>
> | array mcConf mcBrowser  |
> array := Compiler evaluate: '#' , (StandardFileStream oldFileNamed:
> 'update-nice.41.mcm') contents.
>
> mcConf := MCConfiguration fromArray: array.
> mcConf name: 'update-nice.41'.
>
> mcBrowser := MCConfigurationBrowser new.
> mcBrowser
> 	configuration: mcConf;
> 	show.
>
> "seemed to work..."

Ah. I'd have opened it from the package cache dir ...

- Bert -




More information about the Squeak-dev mailing list