Hi all,
I am trying to have a Croquet image current with at least Homebase, Tweak and hedgehogRC repositories. I am starting from the universal.zip distribution. Apart from the problem I already mentioned in [1] I succeeded with the first two, but I have no idea about hedgehogRC repository despite various attemts. Following the instructions as in [2] and [3], does not work once you are thru hedgehogRC. I also tried to load install from there without success: I get an all bunch of exceptions. Any suggestions? Thanks in advance Bye Enrico PS: later on when/if I'll get thru hedgehogRC I will tackle the Contributions repository... |
forgot the links, sorry
[1] <https://lists.duke.edu/sympa/arc/croquet-dev/2007-02/msg00121.html> [2] <http://www.croquetproject.org/index.php/Keeping_Image_Current> [3] <https://lists.duke.edu/sympa/arc/croquet-dev/2006-09/msg00046.html> On 2/16/07, Enrico Spinielli <[hidden email]> wrote: > Hi all, > I am trying to have a Croquet image current with at least > Homebase, Tweak and hedgehogRC repositories. > I am starting from the universal.zip distribution. > > Apart from the problem I already mentioned in [1] I succeeded > with the first two, but I have no idea about hedgehogRC repository > despite various attemts. > Following the instructions as in [2] and [3], does not work > once you are thru hedgehogRC. > I also tried to load install from there without success: I get an all > bunch of exceptions. > > Any suggestions? > Thanks in advance > Bye > Enrico > PS: later on when/if I'll get thru hedgehogRC I will tackle > the Contributions repository... > |
In reply to this post by espin
Re: Islands-ar.41.
This package version is really designed to be used when building an image from scratch. There's a ChangeSet at http://bugs.impara.de/squeak/view.php?id=5709 that has the same code, but an additional script that resets the default (Squeak) Island when used in a previously built image. Here is the relevant code, which you can just evaluate in a Workspace of an existing image: Island classPool at: #Default put: nil. Re: updating in general. The Collaborative is really not set up for providing lots of downloads, and it cannot be a substitute for the forthcoming Consortium release. But I can't stand the idea of people wasting time wrestling with a bunch of Monticello package loading in order to get more recent software. Just use the download at http://www.croquetcollaborative.org -Howard Enrico Spinielli wrote: > Hi all, > I am trying to have a Croquet image current with at least > Homebase, Tweak and hedgehogRC repositories. > I am starting from the universal.zip distribution. > > Apart from the problem I already mentioned in [1] I succeeded > with the first two, but I have no idea about hedgehogRC repository > despite various attemts. > Following the instructions as in [2] and [3], does not work > once you are thru hedgehogRC. > I also tried to load install from there without success: I get an all > bunch of exceptions. > > Any suggestions? > Thanks in advance > Bye > Enrico > PS: later on when/if I'll get thru hedgehogRC I will tackle > the Contributions repository... > Hi all, > in the process of updating my image, at the Tweak repository stage as > described > in [1,2] I found that I have to avoid to take > Islands-ar.41 > in order to have runnable Croquet demos. > If I don't do so, I get a Message Not Understood from FarRefMap. > The reason for the Message not understood is that FarRefMap mutex is nil. > This is in the process of initializing Croquet harness, the stact is as > follows: > > MessageNotUnderstood: UndefinedObject>>critical: > UndefinedObject(Object)>>doesNotUnderstand: > FarRefMap>>at:ifAbsent: > FarRefMap>>at:ifAbsentPut: > Island>>asFarRef: > Island class>>default > CroquetHarness>>initialize > ... > I think the problem is in > Island class>>initialize > where Default is initialised. > > Any clues is welcome > Bye > Enrico > > [1] <http://www.croquetproject.org/index.php/Keeping_Image_Current> > [2] <https://lists.duke.edu/sympa/arc/croquet-dev/2006-09/msg00046.html> -- Howard Stearns University of Wisconsin - Madison Division of Information Technology mailto:[hidden email] jabber:[hidden email] voice:+1-608-262-3724 |
Free forum by Nabble | Edit this page |