Including i-var add in sar package

C. David Shaffer cdshaffer at acm.org
Sat Feb 14 01:16:14 UTC 2004


Avi Bryant wrote:

>
> 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)
>
>
>
That causes the whole class to be added to the jar.  I've tried 
foreignClasses as well but no luck.

David





More information about the Squeak-dev mailing list