On Wed, Aug 20, 2008 at 11:41 PM, Matthew Fulmer <tapplek@gmail.com> wrote:
On Wed, Aug 20, 2008 at 10:09:32PM +0200, laurent laffont wrote:
Thank you.
I have another super newbie question. I want to disable the warning that SqueakV39.sources is not found when we load an image. I found the preference and the message Preferences>>warnIfNoSourcesFile but this is not called on startup (I've put a halt in it to check)
I try to find a tool to search for the string "Squeak cannot find the sources file named ..." to know which code popup the dialog.
Disable the preference general > warnIfNoSourcesFile
I don't want to do this manually: I want my tools to download damien's zip archive extract it and run all the tests. I don't want to prepare manually the image for testing.
I want to disable this dialog and the "Enter your initials" one by code in my squeakci script, as it prevent me from drinking my coffee or taking a nap while all tests runs without any human intervention.
I think this is the code:
Utilities authorInitials: 'test'
OK, thank you.
-- Matthew Fulmer -- http://mtfulmer.wordpress.com/
-- Laurent Laffont