<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Nov 12, 2014, at 12:35 PM, Chris Cunningham &lt;<a href="mailto:cunningham.cb@gmail.com" class="">cunningham.cb@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Another possibility is the use Monticello Configurations to load it.&nbsp; I happen to have crafted one to load the packages, needing them for a similar reason before (attached).&nbsp; It avoids the need to Monticello, if that matters.&nbsp; Of course, my configuration is 2 years old now - you might want to update the packages after loading, if necessary.<div class=""><br class=""></div><div class="">Was there every a place to share Monticello Configurations?</div></div></div></blockquote><div><br class=""></div><div>Very nice. I’ll try this out tomorrow. (I rotate projects and the SmaCC ticket has been punched for today.) This has the benefit of showing me how mcm files work, as I don’t know. The place to share this, I think would be SqueakMap as you can upload any file, script or source, and then specify which file you want people to use when they download. I’ll report back how it worked for me tomorrow.&nbsp;</div><div><br class=""></div><div>Thanks,</div><div>Chris&nbsp;</div><br class=""><blockquote type="cite" class=""><div class=""><div dir="ltr" class=""><div class="">-cbc</div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Wed, Nov 12, 2014 at 8:29 AM, Chris Cunnington <span dir="ltr" class="">&lt;<a href="mailto:brasspen@gmail.com" target="_blank" class="">brasspen@gmail.com</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I’m exploring SmaCC, which requires the Refactory. This sent me down several paths to try and install it. Extending The System’s script doesn’t work. [1] I tried a SqueakMap script using Colin’s last version [2] and it gives the same result, because it’s the same script. [1]<br class="">
After finding that ConfigurationOfOmniBrowser has #version1241:, I realized I just needed to understand Metacello a little better to install OB and RB. Trial and error lead me to a script [3]. Clearly other people are doing this. Perhaps one of those people could take a look at my script and see if it could use improvement, as compared to their version. I imagine that ultimately Extending The System could be updated with a script that works.<br class="">
<br class="">
<br class="">
[1]<br class="">
<br class="">
(Installer ss project: 'MetacelloRepository') install: 'ConfigurationOfOmniBrowser'.<br class="">
((Smalltalk at: #ConfigurationOfOmniBrowser) project perform: #lastVersion) load: #( Dev ).<br class="">
<br class="">
[2]<br class="">
<br class="">
SMSqueakMap default loadUpdates.<br class="">
SMSqueakMap default<br class="">
&nbsp; &nbsp; &nbsp; &nbsp; installPackageNamed: 'OmniBrowser'<br class="">
&nbsp; &nbsp; &nbsp; &nbsp; version: '2.0.4’.<br class="">
<br class="">
[3]<br class="">
<br class="">
(Installer ss project: 'MetacelloRepository') install: 'ConfigurationOfOmniBrowser'.<br class="">
((ConfigurationOfOmniBrowser project) version: #stable) load: #( Dev ).<br class="">
</blockquote></div><br class=""></div>
<span id="cid:51695B10-3D73-40EC-BAB7-4E9559C1F912@boldstreet.net">&lt;OmniBrowser-cbc.2.mcm&gt;</span><br class=""></div></blockquote></div><br class=""></body></html>