<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=""><div class="">I feel you pain.</div><div class="">It is vastly underestimated how much work is required to keep up with upgrades that break backwards compatibility, from OS upgrades to Pharo upgrades and everything in between…</div><div class="">Then again, the omelet does not make itself and certainly not without breaking the eggs ;)</div><div class=""><br class=""></div><div class="">Johan</div><div class=""><br class=""></div><div class=""><div class=""><div><blockquote type="cite" class=""><div class="">On 18 Oct 2016, at 17:29, Norbert Hartl &lt;<a href="mailto:norbert@hartl.name" class="">norbert@hartl.name</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Thanks, that worked. Feels really strange encountering this. So one cannot use the commandline handler for loading a configuration anymore. Sad! The same way sad as you cannot use versionner anymore when you start to use BaselineOf instead of ConfigurationOf.&nbsp;<div class="">This is not a complaint because I can understand why this happens. It is just that we need more energy to solve all this than we have. Sad!</div><div class=""><br class=""></div><div class="">Norbert</div><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">Am 18.10.2016 um 17:20 schrieb Johan Brichau &lt;<a href="mailto:johan@inceptive.be" class="">johan@inceptive.be</a>&gt;:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On 18 Oct 2016, at 16:36, Norbert Hartl &lt;<a href="mailto:norbert@hartl.name" class="">norbert@hartl.name</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">(ConfigurationOfAster project version: #development) load</span></div></blockquote></div><br class=""><div class="">There are issues with this ‘old’ way of Metacello loading. Can you try:</div><div class=""><br class=""></div><div class="">Metacello new</div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>configuration:’Aster’;</div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>version: #development;</div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>load.</div><div class=""><br class=""></div><div class="">(Maybe you need to add the repo to, don’t know).</div><div class=""><br class=""></div><div class="">Cheers</div><div class="">Johan</div></div></div></blockquote></div><br class=""></div></div></div></blockquote></div><br class=""></div></div></body></html>