Hi,

I try to follow the following step by step:
.../Tide/tide-doc-master/documentation.pier.html

in step 1.3.1.

|Metacellonew
  configuration:'Tide';
  version:#development;
  repository:'http://www.smalltalkhub.com/mc/Pharo/MetaRepoForPharo30/main';
  load.

it starts loading until:
|

    ZnClient new
        url: url;
        downloadTo: outputFileName.

url = 'https://github.com/tide-framework/tide/zipball/master'
outputFileName= '/tmp/github-tideframeworktidemaster.zip'

I get the following in the FileDoesNotExist in the method:

        FileHandle>>streamError
            reference exists
                ifFalse: [FileDoesNotExist signalWith: reference].
        self error: 'Unable to open file ' , reference printString

Please can you tell me what I miss .. my assumption was, that the output file would be created during loading.

Regards,
Nic

System:  Windows 7
Image:   Pharo3.0 Latest update: #30862


Reply via email to