On Thu, Jan 7, 2010 at 10:47 PM, Adrian Lienhard <adi@netstyle.ch> wrote:
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
Thanks for reporting Adrian. I should have told about that. That's something with Metacello that when it ensure that Metacello is installed, it tries to install a version that has not only the core but also all the tools. Those tools depends on OB...so.But Metacello in itself is working, no problem. I gave the idea to Dale last week to change this so that ensureMetacello just loads the core (without tools) and he was agree. So I hope next Metacello version will have this and that warning will disappear. Even more...it has already been fixed: http://code.google.com/p/metacello/issues/detail?id=33&can=1&q=ensureMetacel... cheers Mariano ps: There is another version about some tests...sorry, those are the OB tests (BogusTestCase) and I don't know why it depends on soemthing I don't know what it is...if someone can help me :)
Cheers, Adrian
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project