On Wed, Apr 27, 2011 at 6:41 PM, Sven Van Caekenberghe
<sven@beta9.be> wrote:
On 27 Apr 2011, at 18:27, Philippe Marschall wrote:
> - ZnServer class >> #initialize references AutoStart
Zn is not a standard part of this image, so it must have come with Seaside ?
If so, that would be cool, that is something that I want !
Anyway,
ZnServer class>>initialize
� � � �Smalltalk addToStartUpList: self after: AutoStart.
Normally,
�� Smalltalk addToStartUpList: self
is enought. The #addToStartUpList:after:�� is ONLY when you depend on someone else starting first, which is not normally the case, Hence being at the end is fine.
I don't know Zinc needs, thus.
�
� � � �Smalltalk addToShutDownList: self
Indeed AutoStart seems to be gone.
I just picked that code up somewhere, what should it have to be then ?
Apart from that loading error, all Zn tests are green.
Thx,
Sven