The thread title should've been "Headless Output" (although that doesn't
really capture it either bc OS X headless doesn't seem to work)...

I'm starting to put all my projects into Jenkins and want more feedback in
the console output. So, I also want to catch all the progress bar titles and
send them to stdout. I experimented with catching them thusly:
    FileStream fileNamed: 'loadLog.log' do: [ :str |
        [ConfigurationOfAutotest project bleedingEdge load]
                on: ProgressNotification, ProgressInitiationException
                do: [ :e | 
                        str nextPutAll: e asString; cr.
                        e pass ] ].
which was weird... it caught all the top-level messages, but not the sub
ones (e.g. while doing 'Loading 1.0-baseline of ConfigurationOfAutotest'
(which was logged by the above), the  'Loading Autotest-Core' subtask was
not logged. I stepped through and debugged for a while, but couldn't see the
problem...

Sean

--
View this message in context: 
http://forum.world.st/Redirecting-Transcript-tp4622373p4622408.html
Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Reply via email to