Error during install of KomHttpServer 6.2 in Squeak3.7a-5657image

Peter William Lount peter at ActiveInfo.CA
Fri Jan 23 02:47:25 UTC 2004


Hi,

SqueakMap 2.2 uses VersionNumber as does KomHttpServer 6.2. However, they
BOTH have a different implementation of this class!

In a bare Squeak 3.7a-5657 image there is NO VersionNumber class.

VersionNumber gets loaded when you open the Package Loader. SqueakMap 2
loads it.

Magnitude subclass: #VersionNumber
 instanceVariableNames: 'numbers'
 classVariableNames: ''
 poolDictionaries: ''
 category: 'VersionNumber'


>From KomPackaging-1.0.sar.zip

Magnitude subclass: #VersionNumber
instanceVariableNames: 'numbers '
classVariableNames: ''
poolDictionaries: ''
category: 'KomPackaging'!

So some reorganization of packages is going on here. I'm not sure if the
classes are much different... but for some reason the KomHttpServer isn't
loading due to this reorganization.

How can we fix this?

Peter





More information about the Squeak-dev mailing list