Hi alex

I imagine that you invoked ScriptLoader loadOB
and load the installer package.
Now the situation you describe is strange indeed. I think that this is one of my mistake
and forgetting to follow the pattern
        Package-All
        Package-core
        Package-test

I wrote the package-test I guess and I wanted to make sure that the tests were in sync with the version. So may be in the scriptloader we should load another version of the installer-core, then create a package installer-all
and copy the tests from the installer-tests.
Ideally I would love to refactor the installer class (use it as a factory and have subclasses for each installer), but I did not want keith to be mad at me so I let it like that. I know lukas wanted to do the same :)


Stef


On Jul 16, 2008, at 1:49 PM, Alexandre Bergel wrote:

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
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project



_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to