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
On Sat, Aug 14, 2010 at 10:22 PM, Thomas Worthington < thomas@2worthingtons.net> 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 Pharo-users@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users
participants (2)
-
Mariano Martinez Peck -
Thomas Worthington