On 29 June 2011 17:25, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Igor, you need to merge with my version of ConfigurationOfCog, that was already fixed.
But for cog we should use different version of osprocess plugin, see http://code.google.com/p/cog/issues/detail?id=6
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.
-- Best regards, Igor Stasenko AKA sig.