??? OB loading???

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

??? OB loading???

Stéphane Ducasse
When I load that in the latest image I get a topPanel DNU
I do not understand how to fix it.

Stef


        | instClass |
        instClass := self environment at: #Installer ifAbsent: [self new  
installingInstaller].
       
        self new universalInstaller universe
                update;
                addPackage: 'Shout';
                addPackage: 'AST';
                addPackage: 'Refactoring Core';
                install.
               
        "load latest alpha version of OB directly from its Monticello repo"
        instClass wiresong
                project: 'ob';
                install: 'OmniBrowser';
                install: 'OB-Standard';
                install: 'OB-Morphic';
                install: 'OB-Enhancements';
                install: 'OB-Refactory'.
       
        self new universalInstaller universe
                addPackage: 'ShoutOmniBrowser';
                addPackage: 'eCompletion';
                addPackage: 'eCompletionOmniBrowser';
                addPackage: 'eCompletion-Traits';
                install.


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: ??? OB loading???

David Röthlisberger-2

> When I load that in the latest image I get a topPanel DNU
> I do not understand how to fix it.

See the latest two threads of Alex.
The problem lies not in OB, but in how it gets loaded. Something changed in this
process, related to Universe, but we do not yet know what exactly.

David


>
> | instClass |
> instClass := self environment at: #Installer ifAbsent: [self new  
> installingInstaller].
>
> self new universalInstaller universe
> update;
> addPackage: 'Shout';
> addPackage: 'AST';
> addPackage: 'Refactoring Core';
> install.
>
> "load latest alpha version of OB directly from its Monticello repo"
> instClass wiresong
> project: 'ob';
> install: 'OmniBrowser';
> install: 'OB-Standard';
> install: 'OB-Morphic';
> install: 'OB-Enhancements';
> install: 'OB-Refactory'.
>
> self new universalInstaller universe
> addPackage: 'ShoutOmniBrowser';
> addPackage: 'eCompletion';
> addPackage: 'eCompletionOmniBrowser';
> addPackage: 'eCompletion-Traits';
> install.
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


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