r42Gamma4 woes

Chris Muller asqueaker at gmail.com
Tue Jun 23 19:14:01 UTC 2009


Hi Brian, it should be fine to comment that out.

It has no bearing on creating a repository.  If something doesn't
"complete" in Magma, press Alt + . (period), and a pink window will
report what is being waited on..    ;-)


On Tue, Jun 23, 2009 at 1:12 PM, Brian Mason<bmason at itassociates.com> wrote:
> Greetings,
>
>
>
> I am trying to load Magma into Seaside 2.8.4.  I get a load error:
>
>
>
> MaObjectSerializer>>setUpClassDefinitionProcessing
>
>
>
>                 preferences
>
>                                 beforeSerializingAny: #MaClassReference
>
>                                 do:
>
>                                                 [ : aMaClassReference |
>
>                                                 aMaClassReference id:
>
>
> (classIdManager
>
>
> idForClass: aMaClassReference classObject
>
>
> ifAbsent:
>
>
> [ (classIdManager addNewClass: aMaClassReference classObject
> theNonMetaClass) id ]).
>
>                                                 Cannot store into
> ->aMaClassReference := nil ] ;
>
>
>
>                                 afterMaterializingAny: #MaClassDefinition
>
>                                 do:
>
>                                                 (MessageSend
>
>                                                                 receiver:
> classIdManager
>
>                                                                 selector:
> #addClassDefinition:)
>
>
>
>
>
> I tried simply commenting out the obvious error but then the create never
> completes.
>
>
>
> MagmaRepositoryController
>
>                 Create: ‘c:\first’
>
>                 root: Dictionaty new
>
>
>
> I am working under Vista.
>
>
>
> I would appreciate guidance.
>
>
>
> Brian
>
>
>
>
>
>
>
> "You can have everything you want if you just help enough other people get
> what they want." - Zig Zigglar
>
>
>
> _______________________________________________
> Magma mailing list
> Magma at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/magma
>
>


More information about the Magma mailing list