[Seaside] Re: [ANN] Seaside 3.0.3 release

Dale Henrichs dhenrich at vmware.com
Mon Dec 20 19:41:41 UTC 2010


Fritz,

For figuring out the whole problem we need to know more details (as 
Sebastian mentioned).

With regards to Metacello, I can tell you that:

   Gofer new
     squeaksource: 'MetacelloRepository';
     package: 'ConfigutationOfSeaside30';
     load.

Pulls the latest version of the Seaside30 configuration down from 
SqueakSource. And:

   (Smalltalk at: #ConfigurationOfSeaside30) load.

loads the latest released version of Seaside30 from the configuration.

Dale

On 12/20/2010 10:23 AM, Fritz Schenk wrote:
> I hope you don't mind me moving up your thread. I have done the following:
> <code>
> Gofer new squeaksource: 'MetacelloRepository';
> package: 'ConfigutationOfSeaside30';
> load.
> (Smalltalk at: #ConfigurationOfSeaside30) load.
> </code>
> I don't quite get how Monticello gets from 30 to 3.0.3, but
> I prematurely said that it worked as it seemed to start to load a lot of stuff -
> on the way to the end, a message appeared that a lot of stuff would be modified
> or changed (I don't quite remember the message). I said proceed, and it finished.
> I saved the image.
> When I restart however the IDE is hosed; click on anything in the left pane of
> the browsers (for example on 'AST-Core-Matching') gets
> "PluggableButtonMorph(Object)>>doesNotUnderstand: #enabled
>
> I have no idea how to recover from this
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list