Getting started

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

Getting started

Thomas Worthington
Hi,
     Trying to follow the example in the book, but the first thing to do is
to create a new package. The browser in 1.1 doesn't have that option and
there's no sign of the O2PackageBrowserAdaptor in the menu. using

ScriptLoader loadOB

 from the online FAQ just gives an error.

Any advice?

TW

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

Re: Getting started

Mariano Martinez Peck


On Sat, Aug 14, 2010 at 10:22 PM, Thomas Worthington <[hidden email]> wrote:
Hi,
   Trying to follow the example in the book, but the first thing to do is
to create a new package. The browser in 1.1 doesn't have that option and
there's no sign of the O2PackageBrowserAdaptor in the menu. using

Hi. For the book, I recommend you to use the specific Pharo image for the book.

https://gforge.inria.fr/frs/download.php/27023/PBE-1.0.zip

You can see it from here:  http://pharobyexample.org/
 

ScriptLoader loadOB


Not sure if it will work, but you can try evaluating:


    Gofer new
        squeaksource: 'MetacelloRepository';
        package:'ConfigurationOfO2';
    load.
   
     ((Smalltalk at: #ConfigurationOfO2) project version: '1.2') load: 'Dev'.

 
from the online FAQ just gives an error.

Any advice?

TW

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


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