[Pharo-users] Tide does not load via Workspace: #UHE >> FileDoesNotExist

2015-02-16 Thread Nic

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




[Pharo-users] Breakpoint ?

2015-09-25 Thread Nic

Hi all,

on the ESUG 2014 was a demonstration of Breakpoints in Pharo.

Did somebody know what project I can load to get them or how far they 
are with it?


Regards,
Nic