You may want to add these clean-up as well.
Strangely, 'FileSystem-Tests-Disk' and 'FileSystem-Tests-Memory' are not
cleaned up. Although there is instance class in memory. May be order
matter in cleaning and those need to be cleaned first.


        (MCPackage named: 'Announcements-Help') unload.
        (MCPackage named: 'FileSystem-Tests-Core') unload.
        (MCPackage named: 'FileSystem-Tests-AnsiStreams') unload.
        (MCPackage named: 'FileSystem-Tests-Disk') unload.
        (MCPackage named: 'FileSystem-Tests-Memory') unload.
        (MCPackage named: 'Metacello-Help') unload.
        (MCPackage named: 'Regex-Help') unload.



Le 04/04/2012 17:30, Marcus Denker a écrit :

> What you should check is that #cleanUpForProduction changes a bit, it is much 
> simpler now (I move more stuff
> to the #cleanUp: methods and we cleaned up the image in general a little):

-- 
Dr. Geo -- http://www.drgeo.eu


Reply via email to