[Seaside] Problem installing Magritte in Seaside One-Click Experience 3.0

Alejandro Garcia agarcia at tdexa.com
Thu Nov 4 18:08:02 UTC 2010


Hi

John your method works.
Although it

a) Shows a warning about dependencies.  I just clicked [Proceed]
b) After installing seems that there less Magrtie-* class than with
'Gofer in squeaksource'

But in the end it works :-)
Thank you

On Thu, Nov 4, 2010 at 5:01 AM, John McKeon <p3anoman at gmail.com> wrote:
> Good morning Alejandro
> I have seen this happen with the latest metacello configuration. For some
> reason the Magritte-Seaside package does not get loaded. Use
>    Gofer it renggli: 'magritte2'; package: 'Magritte-Seaside'; load
> should get it installed.
> John
>
> On Wed, Nov 3, 2010 at 6:27 PM, Alejandro Garcia <agarcia at tdexa.com> wrote:
>>
>> Hello
>> I'm trying to install Magritte in Seaside One-Click Experience 3.0
>>
>> To do that in a workspace I typed the following in a workspace:
>> {{{
>> Gofer it
>>       squeaksource: 'MetacelloRepository';
>>       package: 'ConfigurationOfMagritte2';  "notice the 2, is that
>> correct?"
>>       load.
>> (ConfigurationOfMagritte2 project version: '2.0.5') load
>> }}}
>>
>> Evaluated it and the Magritte classes do appear in the system browser.
>> However when I try to use magritte
>> something as simpas
>>
>> MyModelObject asComponent
>>
>> Throws an erro 'doesNotUnderstand asComponent'
>>
>> I think the problem is that after installing Magritte
>> the 'Object class' doesn't get the asComponent method.
>>
>> Any suggestion on what I might be doing wrong?
>>
>> TIA
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
>
> --
> http://john-mckeon.us
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


More information about the seaside mailing list