|
Hi,
I'm trying to load a fresh Seaside 3.0 into a GemStone 2.4.4.3
database, started with the shipped extent0.seaside.dbf. My trouble
started when SwazooBuffer is not loaded because AnsiReadWriteStream is
not loaded. I changed some metacello configs to make sure
GemStone-ANSI-Streams is loaded. It appears to load fine, but some
subsequent load "eats" (sorry, lack of a better description :-)
AnsiReadWriteStream; it's just gone from the image by the time I want
to load Swazoo; the GemStone-ANSI-Streams working copy is simply
modified and the class is removed.
I have to mention that I override to a local directory repository as
loading all the packages over the internet here is just a pain. Also,
we use git and like to keep the version that we're building with
stable with our other code. Anyone out there who also find that using
a version control system with Monticello packages and Metacello is
painful?
Here are some load directives. Firstly Metacello and then our own. Can
you please have a look and spot where I'm messing up? I can send you
our config as well; just don't think it's good to post it to the list?
linear load :
explicit load : 1.0-beta.28.2 [ConfigurationOfMetacello]
load : ConfigurationOfGofer-DaleHenrichs.24
atomic load : 1.0-beta.28.2 [ConfigurationOfMetacello]
atomic load : 1.0.2.2 [ConfigurationOfGofer]
load : Gofer-Core-DaleHenrichs.122
load : Metacello-Base-DaleHenrichs.19
load : Metacello-ToolBox-DaleHenrichs.87
load : Metacello-Core-DaleHenrichs.458
preload : Metacello-MC >> gemstone10beta24PreLoadDoIt
load : Metacello-MC-DaleHenrichs.505
load : Metacello-Platform.gemstone-DaleHenrichs.19
Just got this circular output in the transcript when loading
ConfigurationOfSeaside30. Dunno why this now!
Project: XML Parser 1.0.5
Project: XML-Writer 1.0.4
Project: Grease Core 1.0-rc
Project: System-Digital-Signatures 0.237
Project: XML Parser 1.0.5
Project: XML-Writer 1.0.4
Project: Grease Core 1.0-rc
Project: System-Digital-Signatures 0.237
Project: XML Parser 1.0.5
Project: XML-Writer 1.0.4
Project: Grease Core 1.0-rc
Project: System-Digital-Signatures 0.237
Cheers
Otto
|