Manual Seaside install on Pharo 1.1.1 failing while getting the OmniBrowser stable version

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Manual Seaside install on Pharo 1.1.1 failing while getting the OmniBrowser stable version

Thelliez
Starting from a fresh Pharo 1.1.1 install and running the following fails.

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




Thanks,
Thierry
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Manual Seaside install on Pharo 1.1.1 failing while getting the OmniBrowser stable version

Dale Henrichs
You should update to the latest Metacello first:

  ConfigurationOfMetacello project updateProject.
  ConfigurationOfMetacello load.

Dale
On Mar 31, 2011, at 9:04 AM, Thierry Thelliez wrote:

> Starting from a fresh Pharo 1.1.1 install and running the following fails.
>
> Gofer new
>    squeaksource: 'MetacelloRepository';
>    package: 'ConfigurationOfSeaside30';
>    load.
> (Smalltalk at: #ConfigurationOfSeaside30) load.
>
>
>
>
> Thanks,
> Thierry
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Manual Seaside install on Pharo 1.1.1 failing while getting the OmniBrowser stable version

Thelliez
Thanks Dale.  That worked.

(Maybe the instructions on the Seaside page should include that in the
manual installation section?)


Thierry

On Thu, Mar 31, 2011 at 10:28 AM, Dale Henrichs <[hidden email]> wrote:

> You should update to the latest Metacello first:
>
>  ConfigurationOfMetacello project updateProject.
>  ConfigurationOfMetacello load.
>
> Dale
> On Mar 31, 2011, at 9:04 AM, Thierry Thelliez wrote:
>
>> Starting from a fresh Pharo 1.1.1 install and running the following fails.
>>
>> Gofer new
>>    squeaksource: 'MetacelloRepository';
>>    package: 'ConfigurationOfSeaside30';
>>    load.
>> (Smalltalk at: #ConfigurationOfSeaside30) load.
>>
>>
>>
>>
>> Thanks,
>> Thierry
>> _______________________________________________
>> seaside mailing list
>> [hidden email]
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside