Hi Dale,

I'm getting a build failure against Pharo 2.0 [1] with the error
"FileDoesNotExist:
/home/travis/dalehenrich-builderCI-cd2facd/builds/travisCI/TravisTranscript.txt".

I think that's because the before.st says "transcriptStream :=
((Smalltalk at: #FileSystem) workingDirectory / transcriptFileName)
readStream ]" and that file doesn't exist.

Is there a convenient way of saying "please open a readStream on this
file and, if it's not there, make one" ?

(If one semi-replicates the build, by opening a Pharo 2.0 image,
manually loading the ConfigurationOfControl, and running
"ConfigurationOfControl loadDevelopment", one will see Control 1.1.dev
running with a green light for Pharo 2.0!)

frank

[1] http://travis-ci.org/#!/frankshearar/Control/jobs/2282004

Reply via email to