On Apr 23, 2012, at 6:27 PM, Janko Mivšek wrote:
> Thanks Dale,
>
> What to put in another ConfigurationOf to load just core? (I know I
> should RTFM, but your answer will be faster :)
loads: #('Core')
Stef
>
> Best regards
> Janko
>
> Dne 23. 04. 2012 18:10, piše Dale Henrichs:
>> Janko,
>>
>> If you don't want Slime (the default) loaded, then you should load just the
>> 'Core' group:
>>
>> (ConfigurationOfGrease project lastVersion) load: 'Core'
>>
>> This approach holds for all configurations. If the default load does not
>> load what _you_ want, take a look at the configuration and explicitly load
>> the pieces that you do want. In this case the group 'Core' appears to load
>> what you want (at least it excludes SLime).
>>
>> Dale
>> ----- Original Message -----
>> | From: "Janko Mivšek" <[email protected]>
>> | To: [email protected]
>> | Sent: Monday, April 23, 2012 4:13:04 AM
>> | Subject: [Pharo-project] ConfigurationOfGrease status?
>> |
>> | Hi guys,
>> |
>> | I loaded ConfigurationOfGrease on 1.4 :
>> |
>> | Gofer new
>> | squeaksource: 'MetacelloRepository';
>> | package: 'ConfigurationOfGrease';
>> | load.
>> |
>> | Then (Smalltalk at: #ConfigurationOfGrease) load. returns #load does
>> | not
>> | understand. If I load:
>> |
>> | ((Smalltalk at: #ConfigurationOfGrease) project lastVersion) load.
>> |
>> | then it loads Refactoring browser stuff too.
>> |
>> | What I expected is to load just base Grease, without tests, and
>> | certainly without RB , which in this case could even break something
>> | in
>> | Pharo tools?
>> |
>> | So, I propose that someone check and update this configuration to
>> | load
>> | what most of us expect and with #load class method included.
>> |
>> | Best regards
>> | Janko
>> |
>> | --
>> | Janko Mivšek
>> | Aida/Web
>> | Smalltalk Web Application Server
>> | http://www.aidaweb.si
>> |
>> |
>>
>>
>
> --
> Janko Mivšek
> Aida/Web
> Smalltalk Web Application Server
> http://www.aidaweb.si
>