So, it would be<br><br>Installer ss<br>       project: &#39;MetacelloRepository&#39;;<br>       install: &#39;ConfigurationOfOCompletion&#39;.<br>((Smalltalk at: #ConfigurationOfOCompletion) project version: #stable) load<br>
<br>or:<br><br>Gofer new<br>    squeaksource: &#39;MetacelloRepository&#39;;<br>    package: &#39;ConfigurationOfOCompletion&#39;;<br>    load.<br>((Smalltalk at: #ConfigurationOfOCompletion) project version: #stable) load<br>
<br>Installer or Gofer just load the latest ConfigurationOfOCompletion from the squeaksource MetacelloRepository.<br>Alternatively, you can perform this first sentence manually from a Monticello browser.<br><br>Then ConfigurationOfOCompletion is a description of the different versions of OCompletion for different dialects, as long as the project dependencies.<br>
The second sentence will load Metacello, a tool being able to interpret above specification and transform it into true package load commands.<br><br>If ever the #stable version does not exist, you&#39;ll get a notification.<br>
Then it is possible to try other versions, whose description lie in ConfigurationOfOCompletion.<br>There is also the possibility to load bleedingEdge, or latestVersion...<br><br>ConfigurationOfOCompletion project bleedingEge load.<br>

ConfigurationOfOCompletion project latestVersion load.<br><br>Beware, specifying a String or Symbol version differs... &#39;stable&#39; is not #stable.<br><br>Nicolas<br><br><div class="gmail_quote">Le 4 mars 2012 23:00, Nicolas Cellier <span dir="ltr">&lt;<a href="mailto:nicolas.cellier.aka.nice@gmail.com">nicolas.cellier.aka.nice@gmail.com</a>&gt;</span> a écrit :<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Guys, trying to educate the mass is very nice, but couldn&#39;t we agree to just put the magical incantation in the squeaksource page of each project?<br>
Personally, I just can&#39;t remember it...<br>Having to go and look in a book, be it electronic, is rather unfriendly.<br>
And I hope there is a #stable version too... Because having to browse the ConfigurationOf... to guess which version would fit is also boring. It is diverting us from our root goal, loading this damned package.<br>This is one problem Metacello is supposed to resolve, no?<br>

<br>Nicolas<br><br><div class="gmail_quote">Le 4 mars 2012 18:54, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com" target="_blank">marianopeck@gmail.com</a>&gt;</span> a écrit :<div><div class="h5">
<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br><br><div class="gmail_quote"><div>On Sun, Mar 4, 2012 at 6:30 PM, Douglas McPherson <span dir="ltr">&lt;<a href="mailto:djm1329@san.rr.com" target="_blank">djm1329@san.rr.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Excuse my naivety, but how exactly do I use the Metacello configuration?<br></blockquote></div><div><br>Read the Pharo By Example chapter, it will help you: <a href="https://gforge.inria.fr/frs/download.php/28462/Metacello.pdf" target="_blank">https://gforge.inria.fr/frs/download.php/28462/Metacello.pdf</a><br>


Metacello is decoupled from Pharo.<br><br>Cheers<br><br></div><div><div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Thanks!<br>
Doug<br>
<div><div><br>
<br>
On Mar 3, 2012, at 17:30 , Levente Uzonyi wrote:<br>
<br>
&gt; On Sat, 3 Mar 2012, John McKeon wrote:<br>
&gt;<br>
&gt;&gt; ECTools was moved to OcompletionSqueakCompatibilty. You have to install: it as well<br>
&gt;<br>
&gt; Or just use the Metacello configuration.<br>
&gt;<br>
&gt;<br>
&gt; Levente<br>
&gt;<br>
&gt;&gt; On Saturday, March 3, 2012, Douglas McPherson &lt;<a href="mailto:djm1329@san.rr.com" target="_blank">djm1329@san.rr.com</a>&gt; wrote:<br>
&gt;&gt; &gt; I downloaded 4.3 and tried to follow the instructions in &quot;How to extend the system&quot; workspace for installing OCompletion:<br>
&gt;&gt; &gt; (Installer ss project: &#39;OCompletion&#39;) install: &#39;Ocompletion&#39;.<br>
&gt;&gt; &gt; appears to work.<br>
&gt;&gt; &gt; (Smalltalk at: #ECToolSet) register.<br>
&gt;&gt; &gt; fails with &#39;Key not found: ECToolSet&#39;<br>
&gt;&gt; &gt; Any suggestions much appreciated.<br>
&gt;&gt; &gt; Doug<br>
&gt;<br>
<br>
<br>
</div></div></blockquote></div></div></div><span><font color="#888888"><br><br clear="all"><br>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br>
<br>
</font></span><br><br>
<br></blockquote></div></div></div><br>
</blockquote></div><br>