<div dir="ltr"><div>Okay to load a package using a filetree repo without version info this is working for me (at least I get errors about missing classes :) ):</div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">| repo |<br>repo := MCFileTreeRepository new directory: (ServerFileDirectory on: '$GS_HOME/shared/repos/Seaside/repository').<br>Gofer new<br>        package: 'Comet-Core';<br>        repository: repo;<br>        load</blockquote> </div><div>I am using an image with tODE installed against a 3.6.3 image, but I wouldn't expect the behavior of Gofer to have changed that much between 3.6.3 and 3.6.8 ... <br></div><div><br></div><div>If this doesn't help then perhaps some more info about what image you are using will help us get to the bottom of this ...</div><div><br></div><div>Dale</div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Fri, Apr 18, 2025 at 2:44 PM Dale Henrichs <<a href="mailto:dale.henrichs@gemtalksystems.com">dale.henrichs@gemtalksystems.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>I realize that this still might not be what you are looking for ... since clearly the example that I used does indeed have version info, I would expect  that using 'cypress.1' as the version name would work in my example, but I will go ahead and give it a test ...</div><div><br></div><div>Dale</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 18, 2025 at 2:37 PM Dale Henrichs <<a href="mailto:dale.henrichs@gemtalksystems.com" target="_blank">dale.henrichs@gemtalksystems.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>This expression is working for me (it's what `mc load` ends up doing):</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">| repo |<br>repo := MCFileTreeRepository new directory: (ServerFileDirectory on: '/home/dhenrich/_homes/rogue/_home/shared/repos/rb/repository').<br>Gofer new<br>        version: 'AST-Core-dkh.105';<br>        repository: repo;<br>        load</blockquote><div>I think that the default repository is a MCDirectoryRepository and in that case a directory of .mcz files would be expected ...</div><div><br></div><div>Dale <br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 18, 2025 at 12:41 PM Dale Henrichs <<a href="mailto:dale.henrichs@gemtalksystems.com" target="_blank">dale.henrichs@gemtalksystems.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>If you've got a tode image the following will work:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">mc load AST-Core-dkh.105 filetree:///home/dhenrich/_homes/rogue/_home/shared/repos/rb/repository</blockquote><div><br></div><div>Gofer is used under the covers, but I need to eat some lunch before I dig deeper :)</div><div><br></div><div>Dale</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Apr 18, 2025 at 10:28 AM Paul DeBruicker via Glass <<a href="mailto:glass@lists.gemtalksystems.com" target="_blank">glass@lists.gemtalksystems.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi - In GemStone 3.6.8 how do I load a filetree package using a method? <br>
<br>
If it were a Monticello package I could do a <br>
<br>
MyClass>>#loadPackage<br>
<br>
Gofer new <br>
        directory:'/path/to/mczRepo'<br>
        package:'MyPackage';<br>
        load<br>
<br>
<br>
<br>
I can't figure out how to do the same with filetree.  Gofer doesn't know filetree and also because the Package version string in the filetree repo is always 'cypress.1' it won't load if there is an mcz with a higher version number already in the stone.<br>
<br>
Thanks<br>
<br>
Paul<br>
<br>
<br>
_______________________________________________<br>
Glass mailing list<br>
<a href="mailto:Glass@lists.gemtalksystems.com" target="_blank">Glass@lists.gemtalksystems.com</a><br>
<a href="https://lists.gemtalksystems.com/mailman/listinfo/glass" rel="noreferrer" target="_blank">https://lists.gemtalksystems.com/mailman/listinfo/glass</a><br>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>