Here we are. Just update OB. The following doIt should be enough:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
        | instClass |
        instClass := self environment at: #Installer ifAbsent: [ScriptLoader  
new installingInstaller].
        
        ScriptLoader new universalInstaller universe    
                update;
                addPackage: 'Shout';
                install.                
                
        "load latest alpha version of OB directly from its Monticello repo"
        instClass wiresong
                project: 'ob';
                install: 'OmniBrowser';
                install: 'OB-Standard';
                install: 'OB-Morphic'.

        instClass ss
                project: 'AST';
                install: 'AST-lr'.

        instClass ss
                project: 'RefactoringEngine';
                install: 'Refactoring-Core';
                install: 'Refactoring-Spelling'.
                
        instClass ss
                project: 'Regex';
                install: 'VB-Regex'.
        
        instClass wiresong
                project: 'ob';
                install: 'OB-Refactory';
                install: 'OB-Enhancements'.             
                
                
        instClass lukas
                project: 'omnibrowser';
                install: 'OB-Regex'
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

ScriptLoader loadOBAlpha may not work since you probably have a old  
version of ScriptLoader.

Alexandre


On 10 May 2009, at 00:18, Jim Menard wrote:

>> Open a Monticello browser, and search for OB-Enhancements
>
> It's dr.319
>
> Jim
>
>>
>> Cheers,
>> Alexandre
>>
>>
>> On 9 May 2009, at 22:48, Jim Menard wrote:
>>
>>> Alexandre,
>>>
>>> On Sat, May 9, 2009 at 4:02 PM, Alexandre Bergel
>>> <[email protected]> wrote:
>>>> I just tried and it works as expected. I fix the bug you  
>>>> mentioned on
>>>> April 20, 2009. Which version of OB-Enhancements do you use?
>>>
>>> I don't know. How can I tell?
>>>
>>> Jim
>>> --
>>> Jim Menard, [email protected], [email protected]
>>> http://www.io.com/~jimm/
>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> [email protected]
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [email protected]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>
>
>
> -- 
> Jim Menard, [email protected], [email protected]
> http://www.io.com/~jimm/
>
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to