[Seaside] Re: Pharo conversion question?

Johan Brichau johan.brichau at uclouvain.be
Wed Nov 25 20:15:08 UTC 2009


John,

You can download the Pharo dev image (without seaside) and install  
seaside30 yourself by executing the following script (created by Lukas):

[ Gofer new
        squeaksource: 'Seaside30';
        addPackage: 'LoadOrderTests';
        load ]
                valueSupplyingAnswers: {
                        {'Load Seaside'. true}.
                        {'SqueakSource User Name'. ''}.
                        {'SqueakSource Password'. ''}.
                        {'Run tests'. false}.
                }

This will give you all packages you are mentioning, together with  
latest Seaside.

cheers
Johan

On 25 Nov 2009, at 17:36, John Chludzinski wrote:

> > CT is from the comet package.
> > SU is from the seaside Scriptaculous package on the Seaside project.
> >
> > Both of them on squeak source. Install them and try again
>
> First, THANKS!
>
> I did that and have it working working pretty much as before.  It  
> would be nice if these packages (Comet+Scriptaculous) were a  
> standard part of the Pharo download?
>
> I'm just trying to determine the best platform (i.e., Pharo, Squeak  
> + latest Seaside, Croquet + Seaside 2.9 à la Nikolay Suslov, etc.).   
> I actually went with Croquet to get their Jabber implementation.  It  
> appears to be much more mature than what's available through  
> SqueakMap or anything else online?
>
> ---John
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

----------------------------
Johan Brichau
johan.brichau at uclouvain.be






More information about the seaside mailing list