Including i-var add in sar package

Avi Bryant avi at beta4.com
Fri Feb 13 20:32:21 UTC 2004


On Feb 13, 2004, at 12:29 PM, C. David Shaffer wrote:

> I have a package which adds an i-var to a class and I use 
> SARPackageDumper to deploy my package.  How do I get package dumper to 
> include my class redefinition without moving the entire class into my 
> class category?  I see a couple methods in PackageInfo which look 
> promising I can't seem to figure out which one to use.  I have already 
> set up a subclass (for my preamble etc) so Ifigure that its just a 
> matter of overriding the right method.

Probably something like

#classes
   ^ super classes, (Array with: MyExternalClass)





More information about the Squeak-dev mailing list