Here's a video from 4 months ago showing how to use Sake/Packages to load Seaside 3.0. <http://www.vimeo.com/groups/squeak/videos/5434330> Ken G. Brown At 2:37 PM +0200 10/20/09, pharo-project-request@lists.gforge.inria.fr apparently wrote:
Date: Tue, 20 Oct 2009 14:14:56 +0200 From: Lukas Renggli <renggli@gmail.com> Subject: Re: [Pharo-project] scriptloader>>loadComanche To: Pharo-project@lists.gforge.inria.fr Message-ID: <67628d690910200514w25dbde7btf9e1533431a50132@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1
The following snippet loads Seaside 3.0:
[ Gofer new squeaksource: 'Seaside30'; addPackage: 'LoadOrderTests'; load ] valueSupplyingAnswers: { {'Load Seaside'. true}. {'SqueakSource User Name'. ''}. {'SqueakSource Password'. ''}. {'Run tests'. false}. }
There are more scripts that I use to build images on the Pharo Wiki <http://code.google.com/p/pharo/wiki/ImageBuildScripts>.
Lukas
2009/10/20 Johan Brichau <johan.brichau@uclouvain.be>:
On 20 Oct 2009, at 12:00, Torsten Bergmann wrote:
We clearly need a universe like tools so that people can publish and maintain their add-ons.
Yes, but we should be pragmatic for Seaside since it is the "flagship" until we have the infrastructur set up.
Maybe we should delete it from the core but we can the loading support in the dev images. What do you all think?
I just loaded metacello and used its seaside configuration to load the 3.0-alpha5 of seaside.
It hits the 'reading a number failed' bug in 10487-DEV
...argh...
---------------------------- Johan Brichau johan.brichau@uclouvain.be
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- Lukas Renggli http://www.lukas-renggli.ch