Problems loading seaside con Pharo 1.1.1

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

Problems loading seaside con Pharo 1.1.1

Hernan Wilkinson-3
Hi,
 sorry if it is a know issue, I have not been reading the list
latetly, but I'm having problems loading Seaside on pharo 1.1.1
 I'm just doing:

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

and I got two different errors because I tried twice. The first one
was an instance var redefinition on a subclass (the inst var name was
stream) and the second time I got 'No version found for #stable of
ConfigurationOfOmniBrowser'

So, beside downloading a Seaside image from the seaside home page, how
should I load the latest seaside version on pharo 1.1.1?

--
Hernán Wilkinson
Agile Software Development, Teaching & Coaching
Mobile: +54 - 911 - 4470 - 7207
email: [hidden email]
site: http://www.10Pines.com
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Re: Problems loading seaside con Pharo 1.1.1

Dale Henrichs
I'm wondering if you need to update your version of Metacello:

  ConfigurationOfMetacello project updateProject.
  ConfigurationOfMetacello load.

Was the inst var redefinition in a Seaside class? which implies that you already have a version of Seaside30 loaded?

For the release of 3.0.4, I tested the load of Seaside into a PharoCore 1.1.1 image and it worked fine and the load expression your are using is correct ..

Dale

On Mar 26, 2011, at 1:11 PM, Hernan Wilkinson wrote:

> Hi,
>  sorry if it is a know issue, I have not been reading the list
> latetly, but I'm having problems loading Seaside on pharo 1.1.1
>  I'm just doing:
>
> Gofer new
>    squeaksource: 'MetacelloRepository';
>    package: 'ConfigurationOfSeaside30';
>    load.
> (Smalltalk at: #ConfigurationOfSeaside30) load.
>
> and I got two different errors because I tried twice. The first one
> was an instance var redefinition on a subclass (the inst var name was
> stream) and the second time I got 'No version found for #stable of
> ConfigurationOfOmniBrowser'
>
> So, beside downloading a Seaside image from the seaside home page, how
> should I load the latest seaside version on pharo 1.1.1?
>
> --
> Hernán Wilkinson
> Agile Software Development, Teaching & Coaching
> Mobile: +54 - 911 - 4470 - 7207
> email: [hidden email]
> site: http://www.10Pines.com
> _______________________________________________
> seaside-dev mailing list
> [hidden email]
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev

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

Re: Problems loading seaside con Pharo 1.1.1

Hernan Wilkinson-3
I did not try on a pharocode image... I'll take a look thanks!

Hernan.

On Sat, Mar 26, 2011 at 11:57 PM, Dale Henrichs <[hidden email]> wrote:
I'm wondering if you need to update your version of Metacello:

 ConfigurationOfMetacello project updateProject.
 ConfigurationOfMetacello load.

Was the inst var redefinition in a Seaside class? which implies that you already have a version of Seaside30 loaded?

For the release of 3.0.4, I tested the load of Seaside into a PharoCore 1.1.1 image and it worked fine and the load expression your are using is correct ..

Dale

On Mar 26, 2011, at 1:11 PM, Hernan Wilkinson wrote:

> Hi,
>  sorry if it is a know issue, I have not been reading the list
> latetly, but I'm having problems loading Seaside on pharo 1.1.1
>  I'm just doing:
>
> Gofer new
>    squeaksource: 'MetacelloRepository';
>    package: 'ConfigurationOfSeaside30';
>    load.
> (Smalltalk at: #ConfigurationOfSeaside30) load.
>
> and I got two different errors because I tried twice. The first one
> was an instance var redefinition on a subclass (the inst var name was
> stream) and the second time I got 'No version found for #stable of
> ConfigurationOfOmniBrowser'
>
> So, beside downloading a Seaside image from the seaside home page, how
> should I load the latest seaside version on pharo 1.1.1?
>
> --
> Hernán Wilkinson
> Agile Software Development, Teaching & Coaching
> Mobile: +54 - 911 - 4470 - 7207
> email: [hidden email]
> site: http://www.10Pines.com
> _______________________________________________
> seaside-dev mailing list
> [hidden email]
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev

_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev



--
Hernán Wilkinson
Agile Software Development, Teaching & Coaching
Mobile: +54 - 911 - 4470 - 7207
email: [hidden email]
site: http://www.10Pines.com


_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev