Is&nbsp;Metacello installable?<br><br><div class="gmail_quote">2012/3/2 Frank Shearar <span dir="ltr">&lt;<a href="mailto:frank.shearar@gmail.com">frank.shearar@gmail.com</a>&gt;</span><br><blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">
<div class="im">On 2 March 2012 13:47, °­Áø¿À &lt;<a href="mailto:jinoh67@gmail.com">jinoh67@gmail.com</a>&gt; wrote:<br>
&gt; What is Metacello? I have Monticello, but not Metacello.&nbsp;Are Monticello and<br>
&gt; Metacello the&nbsp;same?<br>
<br>
</div>No. Monticello is a version control system that uses packages calls mcz files.<br>
<br>
Metacello is a configuration management system, so describes how<br>
Monticello packages make up some project.<br>
<br>
If you browse the source of this package -<br>
<a href="http://www.squeaksource.com/MetacelloRepository/ConfigurationOfQuaternion-fbs.4.mcz" target="_blank">http://www.squeaksource.com/MetacelloRepository/ConfigurationOfQuaternion-fbs.4.mcz</a><br>
- you&#39;ll see how Nicolas Cellier&#39;s Quaternion package is configured.<br>
<br>
For a slightly less trivial example, take a look at<br>
<a href="http://www.squeaksource.com/MetacelloRepository/ConfigurationOfSqueakCheck-fbs.8.mcz" target="_blank">http://www.squeaksource.com/MetacelloRepository/ConfigurationOfSqueakCheck-fbs.8.mcz</a><br>
<br>
Both of these are Monticello packages containing Metacello configurations.<br>
<br>
To install either, load the package into your system and run<br>
&quot;ConfigurationOfQuaternion load&quot; or &quot;ConfigurationOfSqueakCheck load&quot;.<br>
That, off the top of my head, ought to be sufficient to load both.<br>
(It&#39;ll take a while: both will bootstrap Metacello into your image.)<br>
(If they don&#39;t load cleanly, please tell me and I&#39;ll fix them!)<br>
<span class="HOEnZb"><font color="#888888"><br>
frank<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
&gt; 2012/3/2 Tobias Pape &lt;<a href="mailto:Das.Linux@gmx.de">Das.Linux@gmx.de</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Am 2012-03-01 um 15:34 schrieb Chris Cunnington:<br>
&gt;&gt;<br>
&gt;&gt; &gt; &quot;This might be a reason to go for a release 4.4 after that.&quot;<br>
&gt;&gt; &gt; [&hellip;]<br>
&gt;&gt; &gt; How do we release OmniBrowser? This is an issue on<br>
&gt;&gt; &gt; the agenda for the next meeting of the SOB.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; One way is an Installer script. Perhaps another is a sar file like the<br>
&gt;&gt; &gt; one<br>
&gt;&gt; &gt; I used yesterday to load OSProcess? How about an image segment?<br>
&gt;&gt; &gt; If people could generate some ideas, then Tuesday&#39;s meeting of the<br>
&gt;&gt; &gt; SOB will be more productive.<br>
&gt;&gt;<br>
&gt;&gt; I don&#39;t want to say it should be the default Distribution method,<br>
&gt;&gt; but I think a Metacello-Configuration for OB on Squeak is a must-have.<br>
&gt;&gt; I know, this might kick of discussions of whether or not to have Metacello<br>
&gt;&gt; in a base image and the like, but from an Administrators perspective<br>
&gt;&gt; (or DevOp?) Metacello provides means to &ldquo;depend on&rdquo; Smalltalk software<br>
&gt;&gt; and seems well-suited for software distribution and, even more so,<br>
&gt;&gt; maintenance.<br>
&gt;&gt;<br>
&gt;&gt; Best<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp;-Tobias<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
</div></div></blockquote></div><br>