July 16, 2008
12:53 p.m.
There is already a bug report about this problem: http://bugs.squeak.org/view.php?id=7108 Not sure whether it has already been solved or not. David
I also noticed that there are classe that are contained in more than one package. For example, InstallerTest is contained in the package Installer and Installer-Test. Same thing for the class Installer. It is contained in the package Installer and Installer-core.
I guess that packages Installer-Test and Installer-Core must be removed, since there are categories in the package Installer.
Cheers, Alexandre