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 |
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 |
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: -- 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 |
Free forum by Nabble | Edit this page |