On Tue, Dec 6, 2011 at 8:12 PM, Paul DeBruicker
<pdebruic@gmail.com> wrote:
Hi -
I'm trying to set up jenkins on a local machine.
�It stumbles when it attempts to run the build script because it asks to put in the author name. �The top of the PharoDebug.log from the jenkins server is pasted below. �How have other people dealt with this?
Thanks
Paul
THERE_BE_DRAGONS_HERE
An attempt to use interactive tools detected, while in non-interactive mode
6 December 2011 10:55:29 am
VM: unix - i686 - linux-gnu - Croquet Closure Cog VM [CoInterpreter VMMaker.oscog-eem.138]
Image: Pharo1.3 [Latest update: #13315]
NonInteractiveUIManager>>nonInteractive
� � � �Receiver: a NonInteractiveUIManager
� � � �Arguments and temporary variables:
� � � �Receiver's instance variables:
� � � � � � � �uiManager: � � �a MorphicUIManager
� � � � � � � �doNotQuitOnRestart: � � false
NonInteractiveUIManager>>request:initialAnswer:title:
� � � �Receiver: a NonInteractiveUIManager
� � � �Arguments and temporary variables:
� � � � � � � �aStringOrText: �'Please type your full name.
It will be used to sign the change...etc...
� � � � � � � �defaultAnswer: �'FirstnameLastname'
� � � � � � � �aTitle: � � � � 'Author identification'
� � � � � � � �answer: � � � � nil
� � � �Receiver's instance variables:
� � � � � � � �uiManager: � � �a MorphicUIManager
� � � � � � � �doNotQuitOnRestart: � � false
Author>>requestFullName
� � � �Receiver: an Author
� � � �Arguments and temporary variables:
� � � � � � � �initialAnswer: �'FirstnameLastname'
� � � �Receiver's instance variables:
� � � � � � � �fullName: � � � ''
Author>>fullName
� � � �Receiver: an Author
� � � �Arguments and temporary variables:
� � � �Receiver's instance variables:
� � � � � � � �fullName: � � � ''