Igor, you need to merge with my version of ConfigurationOfCog, that was already fixed. El 29/06/2011, a las 12:17p.m., Igor Stasenko escribió:
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.