>> I have problem installing Seaside on Pharo 1.0. Evaluate
>> ConfigurationOfSeaside >> workspace
>> did not work.
>
> Hi!
Hello! Thanks for your response,

> In the Smalltalk world, when you see aClass >> aMmethod
> it means that you are talking about the method aMethod from the class
> aClass.
>
> Actually, what you CAN evaluate is something like this:
>
> AClass >> #aMethodName
>
> example
>
> ConfigurationOfSeaside >> #workspace

There is no ConfigurationOfSeaside class in the Pharo 1.0 image. How
can this work?

>> I have also tryed this code:
>> Gofer new
>>   squeaksource: 'MetacelloRepository';
>>   package: 'ConfigurationOfSeaside';
>>   load.
>> ((Smalltalk at: #ConfigurationOfSeaside ) project latestVersion) load
>> it did not work to.
>>
>
>
> Try:
>
> Gofer new
>   squeaksource: 'MetacelloRepository';
>   package: 'ConfigurationOfSeaside30';
>   load.
> ((Smalltalk at: #ConfigurationOfSeaside30 ) project latestVersion) load
Ok it works!

>> Why does the code
>> DEVImageWorkspaces openExternalProjectWorkspace
>> did not show an easy way to install Seaside (it was the case before)?
>>
>
> What is before and what is now?

Before (in the late Pharo release), there was a code to evaluate like
other external packages magma, aida, moose... like this:

"Gofer new
   squeaksource: 'MetacelloRepository';
   package: 'ConfigurationOfSeaside30';
   load.
((Smalltalk at: #ConfigurationOfSeaside30 ) project latestVersion) load"

For both seaside2.8 and seaside 3.0. I have found this simple steps to
install external packages very handy for starting programming in
smaltalk, without have to deeply understand the Metacello packages
system (I should start to understand it...).

Thanks for your help!

Sebovick
> Mariano
>
>>
>> Cordialy
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [email protected]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to