we should integrate the chdir fix to osprocess into jenkins vms On 25 May 2012 22:17, Sean P. DeNigris <sean@clipperadams.com> wrote:
When OSProcess is integrated, we will have two different concepts of the working directory: Â fsPwd := '/Volumes/Sean''s Universe/sean/.jenkins/jobs/Dynabook/' asFileReference. Â [ FileSystem disk changeDirectory: fsPwd ] on: Exception do: []. Â FileSystem disk workingDirectory = fsPwd. "true"
 ospPwd := '/Volumes/Sean''s Universe/sean/.jenkins/jobs/Dynabook/workspace'.  OSProcess thisOSProcess chDir: ospPwd.  FileSystem disk workingDirectory = ospPwd. "false"  (PipeableOSProcess command: 'pwd') output trimRight = ospPwd "true"
-- View this message in context: http://forum.world.st/Working-directory-tp4631865.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
-- Best regards, Igor Stasenko.