June 14, 2012
4:51 p.m.
The build is now green! The last successful build is update #20132. Thank you Steph, Esteban, and Marcus :) In the future, if anyone wants to update 2.0 headlessly past #20119, you will need to wrap the update code in an error handler like the following (headful updating will work out of the box without this): [ UpdateStreamer new beSilent; updateFromServer ] on: MessageNotUnderstood do: [ :e | (e message selector = #label: and: [ e receiver isKindOf: BlockClosure]) ifTrue: [ e resume ] ] Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-2-0-Jenkins-build-failing-tp4634306p4634823.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.