Frank, I'll try to get the Pharo-2.0 build for builderCI working soon ...
Dale ----- Original Message ----- | From: "Frank Shearar" <[email protected]> | To: "Pharo Development" <[email protected]> | Cc: "Dale Henrichs" <[email protected]> | Sent: Thursday, August 30, 2012 1:52:37 PM | Subject: Pharo 2.0 + Travis = ? | | 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 |
