So I found Andreas&#39;s post on <a href="http://squeakingalong.wordpress.com/2010/08/07/using-squeakssl-with-seaside/">Installing SqueakSSL with Seaside </a>and figured I would try it in Etoys (realizing it may not work).<div>
<br></div><div>I tried:</div><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><div><div>(Installer ss)</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>project: &#39;SqueakSSL&#39;;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>install: &#39;SqueakSSL-Core&#39;;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>install: &#39;SqueakSSL-Tests&#39;;</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>project: &#39;WebClient&#39;;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>install: &#39;WebClient-Core&#39;;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>install: &#39;WebClient-Tests&#39;;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>install: &#39;WebClient-Seaside&#39;.</div>
</div></div></blockquote><br><div>But Installer was not defined in Etoys.</div><div><br></div><div>I tried using the &quot;SqueakMap Package Loader&quot; in Etoys, but got a message saying &quot;The SqueakMap master server is running version 2.3 and the client is 2.0, You need to upgrade&quot; I clicked yes, I got an exception.</div>
<div><br></div><div>So I tried to load the .mcz files in the order listed by dragging them onto the Etoys image and selecting &quot;load version&quot;.  This worked fine for SqueakSSL-Core, but when I tried to load SqueakSSL-Tests, I got an exception (below), the key error (as far as I can tell) is </div>
<blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;"><div>Receiver: Warning: This package depends on the following classes:</div><div>  TestCase.</div></blockquote><div><br>
</div>So from some more searching it seems TestCase is defined in SUnit (makes sense) but when I browse the SUnit in Etoys, I only see <meta charset="utf-8">TestCaseDebugger (ie: no Test Case).  So I went to SqueakSource and loaded the latest SUnit package (SUnit-NialRoss.40.mcz, didn&#39;t bother with the GUI, for now, let me know if I should).  Once I load the new SUnit, <meta charset="utf-8">SqueakSSL-Tests loads fine.<div>
<br></div><div>I then was able to load <meta charset="utf-8">WebClient-Core and <meta charset="utf-8">WebClient-Tests.<br><div><div><br></div><div>Now, how do I run the tests?  </div><div>Also, is this the correct approach? (ie: did I load the correct things or am I missing something?)</div>
<div><br></div><div>My end goal is to allow kids to post to Google Blogs from within Etoys.</div><div><br></div><div>Thanks,</div><div>Stephen</div><div><br></div></div></div>