OB is working (was: Re: [squeak-dev] problem with Omnibrowser and Refactoring engine)

Tobias Pape Das.Linux at gmx.de
Tue Feb 26 06:42:42 UTC 2013


Am 26.02.2013 um 06:30 schrieb Tobias Pape <Das.Linux at gmx.de>:

> Am 25.02.2013 um 21:37 schrieb Frank Shearar <frank.shearar at gmail.com>:
> 
>> On 25 February 2013 20:31, Tobias Pape <Das.Linux at gmx.de> wrote:
>>> Am 28.01.2013 um 19:47 schrieb Colin Putney <colin at wiresong.com>:
>>> 
>>> I traced the Load-script and altered the Metacello config accordingly.
>>> 
>>> You can now load OB in Squeak 4.4 via
>>> 
>>> Installer ss
>>>       project: 'MetacelloRepository';
>>>       install: 'ConfigurationOfOmniBrowser'.
>>> ((Smalltalk at #ConfigurationOfOmniBrowser) project version: #stable) load: #('Dev')
>> 
>> Of course you need a : after "Smalltalk at". But I just got a failure
>> because Metacello "Could not resolve: OB-Refactory
>> [OB-Refactory-lr.275]".
> 
> 
> 
> Thanks, I'll look into it.
> (it worked form me because I had it in my package-cache)
> 

Ok, this is fixed now.

and

Installer ss
      project: 'MetacelloRepository';
      install: 'ConfigurationOfOmniBrowser'.
((Smalltalk at: #ConfigurationOfOmniBrowser) project version: #stable) load: #('Dev')

Now works as expected.
I tested it in a vanilla Squeak 4.4-12327

Best
	-Tobias




More information about the Squeak-dev mailing list