[Seaside] Loading Seaside in fresh pharo 4

Johan Brichau johan at inceptive.be
Fri Oct 16 07:14:53 UTC 2015


Mind that ‘default’ is a very small set for Seaside 3.1

See the configuration’s groups for more packages.


> On 16 Oct 2015, at 06:05, Lyn Headley <laheadle at gmail.com> wrote:
> 
> Thank you Sven,
> 
> load: 'default' worked.
> 
> On Thu, Oct 15, 2015 at 1:22 PM, Sven Van Caekenberghe <sven at stfx.eu <mailto:sven at stfx.eu>> wrote:
> Lyn,
> 
> That is not right, it should work out of the box.
> 
> You can find some prebuilt CI images here:
> 
> https://ci.inria.fr/pharo-contribution/job/Seaside/ <https://ci.inria.fr/pharo-contribution/job/Seaside/>
> 
> I think you should not try to #load: 'ALL', try to just #load (for #load: 'default').
> 
> HTH,
> 
> Sven
> 
> > On 15 Oct 2015, at 21:42, Lyn Headley <laheadle at gmail.com <mailto:laheadle at gmail.com>> wrote:
> >
> > Hello,
> >
> > I am trying to load seaside into a fresh pharo4 image. If I load
> > ConfigurationOfSeaside3 from the configuration browser, and then
> > execute the following code:
> >
> > (ConfigurationOfSeaside3 project version: #stable) load: 'ALL'.
> >
> > It runs for a while, and then says,
> >
> > This package depends on the following classes:
> >   WAServerAdaptorBrowser
> >   OBCommand
> > You must resolve these dependencies before you will be able to load these definitions:
> >   cmdWebServerEnableSSLHandler
> >   WAWebServerSSLCommand
> >   addItemToMenu:
> >   execute
> >   group
> >   isActive
> >   isEnabled
> >   label
> >
> > I proceed, to:
> >
> > This package depends on the following classes:
> >   BlockContext
> >   ContextPart
> > You must resolve these dependencies before you will be able to load these definitions:
> >   processHttpRequest:
> >   stackDo:
> >
> >
> > ,
> >
> > and then I get an error which I have not captured (sorry)...
> >
> > Any ideas what I am doing wrong?
> >
> > Lyn
> >
> > _______________________________________________
> > seaside mailing list
> > seaside at lists.squeakfoundation.org <mailto:seaside at lists.squeakfoundation.org>
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside <http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside>
> 
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org <mailto:seaside at lists.squeakfoundation.org>
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside <http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside>
> 
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20151016/d0b9d7d4/attachment.htm


More information about the seaside mailing list