Tide does not load via Workspace: #UHE >> FileDoesNotExist

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Tide does not load via Workspace: #UHE >> FileDoesNotExist

Nicole de Graaf
Hi,

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

in step 1.3.1.
Metacello new
  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