<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>Hi folks<br></div><div><br></div><div>I have been hunting down why my <br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div>Transcript clear.<br></div><div>Metacello new<br></div><div>    repository: 'github://tom95/Roassal3';<br></div><div>    baseline: 'Roassal3';<br></div><div>    load.<br></div></div></blockquote><div style="" data-zbluepencil-ignore="true" class="zmail_extra"><br>is erroring out.<br><br>Here is the initial process which I have done:<br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div class="zmail_extra" data-zbluepencil-ignore="true" style="">pristine image<br></div><div><br></div><div>Preference Wizard last page install git, refactor etc.<br></div><div><br></div><div>Installer ensureRecentMetacello<br></div><div><br></div><div>SquitAddRemote >>remoteName<br></div><div><br></div><div>^ remoteName ifNil: [String empty] ifNotNil: [remoteName asString]<br></div><div><br></div><div>Manually unload all three tonel packages using the Monticello Browser<br></div><div><br></div><div>MonticelloTonel-Core<br></div><div>MonticelloTonel-FileSystem<br></div><div>MonticelloTonel-Tests<br></div><div><br></div><div><br></div><div><br></div><div>and then running:<br></div><div>Metacello new<br></div><div>     repository: 'github://squeak-smalltalk/squeak-tonel:squeak';<br></div><div>     baseline: 'Tonel';<br></div><div class="zmail_extra" data-zbluepencil-ignore="true" style=""><div>     load.<br></div></div></div></blockquote><div style="" data-zbluepencil-ignore="true" class="zmail_extra"><div id="Zm-_Id_-Sgn1"><br></div><div id="Zm-_Id_-Sgn1">A couple of things.<br></div><div id="Zm-_Id_-Sgn1"><br></div></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>TonelFileUtils install<br></div></blockquote><div>is not being automatically run . this populates the Current class instance variable needed or the TonelFilueUtils > current class side call.<br></div><div><br></div><div>Then, in <br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div>TonelRepository >> directoryFromFileName: aString<br></div><div>"Answer the reference to the directory represented by the 'file name'."<br></div><div>^ self fileUtils<br></div><div>directoryFromPath: (self class directoryNameFromFileName: aString)<br></div><div>relativeTo: self directory<br></div></div></blockquote><div><br></div><div>is throwing an SubclassResponsibility signal because <br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>TonelFileUtils class >> directoryFromPath: directoryPath relativeTo: aDirectory    self subclassResponsibility<br></div></blockquote><div>What I presume we want is a TonelFileSystemUtils...<br></div><div><br></div><div>so....in <br></div><div><br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div>TonelFileUtils class >> install    Current := self<br></div></blockquote><div>make it:<br></div><div><br></div><div><br></div><blockquote style="border: 1px solid rgb(204, 204, 204); padding: 7px; background-color: rgb(245, 245, 245);"><div><div>TonelFileUtils class >>install    Current := TonelFileSystemUtils<br></div><div><br></div></div></blockquote><div>Install proceeds as previously described and<br></div><div><br></div><div><span style="color: rgb(0, 0, 0); font-family: Lato; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">RSChartExample new example01Markers open.</span><br></div><div><br></div><div>works.<br></div><div><br></div><div>Woot!</div></div><br></body></html>