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