Great! On Jan 7, 2010, at 22:19 , Mariano Martinez Peck wrote:
On Thu, Jan 7, 2010 at 10:11 PM, Michael Roberts <mike@mjr104.co.uk> wrote:
Hi,
if you can give me a script to load the stable (blessed?) version of ConfigurationOfPharo I will try and add it to the interim build server.
Sure. Take the latest PharoCore 10505 image and evaluate
Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfPharo'; load.
((Smalltalk at: #ConfigurationOfPharo) project version: '1.0- rc2.10505') load.
In a 10505 image I get the following warning: This package depends on the following classes: OBCodeBrowser OBCommand You must resolve these dependencies before you will be able to load these definitions: OBCmdMetacello OBCmdMetacello>>chooseVersion:message: OBCmdMetacello>>commitPackageSpec:into:with: OBCmdMetacello>>currentVersion ...etc Cheers, Adrian