[Glass] load filetree package from directory

Paul DeBruicker pdebruic at gmail.com
Fri Apr 18 10:28:15 PDT 2025


Hi - In GemStone 3.6.8 how do I load a filetree package using a method? 

If it were a Monticello package I could do a 

MyClass>>#loadPackage

Gofer new 
	directory:'/path/to/mczRepo'
	package:'MyPackage';
	load



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.

Thanks

Paul




More information about the Glass mailing list