On 29.01.2012 23:14, Philippe Marschall wrote:
On 29.01.2012 21:23, Esteban Lorenzano wrote:
Hi,

I loaded last version of seaside into a pharo 1.4 image.
Everything looks working fine, but there a couple of fixes:

1)

KomLogger>>#attachTranscript
self detachTheTranscript.
^(self streams detect: [:ea | ea isTranscriptStream] ifNone: [nil])
ifNil: [self addStream: TranscriptStream new]


"TranscriptStream" is not anymore on pharo and should be replaced with
ThreadSafeTranscript

Are you using full Comanche or KomHttpServerLight? We moved to
KomHttpServerLight because we involuntarily have to maintain it and the
KomHttpServerLight code base is much smaller. KomHttpServerLight doesn't
have the KomLogger class.

Or Zinc since you're on Pharo 1.4 and already have Zinc anyway.

Cheers
Philippe


Reply via email to