June 29, 2011
3:17 p.m.
I updated the configuration to load new specs (ver 2.1), and everything worked before, but looks like after update of metacello, it does some checks and barks with error: Apparent loop in before/after dependency definitions any advice, what is wrong with it? The script to load stuff is following: Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfCog'; load. ((Smalltalk at: #ConfigurationOfCog) project version: '2.1') load. (Smalltalk saveAs: 'generator.image') ifFalse: [ Smalltalk snapshot: false andQuit: true] its used on hudson server to build VMs, and apparently worked before. And i'm clueless what exactly wrong (not expert with metacello). -- Best regards, Igor Stasenko AKA sig.