Loading Chalten & Aconcagua error

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

Loading Chalten & Aconcagua error

hernanmd
Hello,

It seems Aconcagua cannot be installed from Configuration Browser in Pharo 4. It fails with the following exception:

FileDoesNotExist: File @ C:\MySmalltalkProjects\SRS\ST2\github-cache\mtaborda\aconcagua\master\mtaborda-aconcagua-4d0a14f\repository\Aconcagua-Tests.package\monticello.meta\version

Maximiliano?
Or anyone could do some magic here?

Hernán

Reply | Threaded
Open this post in threaded view
|

Re: Loading Chalten & Aconcagua error

hernanmd
Tracked this cow to the max.

This is caused by really long path name in Windows. Just move to a shorter parent dir for a fast solution.

Hernán



2015-08-21 2:11 GMT-03:00 Hernán Morales Durand <[hidden email]>:
Hello,

It seems Aconcagua cannot be installed from Configuration Browser in Pharo 4. It fails with the following exception:

FileDoesNotExist: File @ C:\MySmalltalkProjects\SRS\ST2\github-cache\mtaborda\aconcagua\master\mtaborda-aconcagua-4d0a14f\repository\Aconcagua-Tests.package\monticello.meta\version

Maximiliano?
Or anyone could do some magic here?

Hernán


Reply | Threaded
Open this post in threaded view
|

Re: Loading Chalten & Aconcagua error

Ben Coman
On Sat, Aug 22, 2015 at 12:47 PM, Hernán Morales Durand
<[hidden email]> wrote:

> Tracked this cow to the max.
>
> This is caused by really long path name in Windows. Just move to a shorter
> parent dir for a fast solution.
>
> Hernán
>
>
>
> 2015-08-21 2:11 GMT-03:00 Hernán Morales Durand <[hidden email]>:
>>
>> Hello,
>>
>> It seems Aconcagua cannot be installed from Configuration Browser in Pharo
>> 4. It fails with the following exception:
>>
>> FileDoesNotExist: File @
>> C:\MySmalltalkProjects\SRS\ST2\github-cache\mtaborda\aconcagua\master\mtaborda-aconcagua-4d0a14f\repository\Aconcagua-Tests.package\monticello.meta\version
>>
>> Maximiliano?
>> Or anyone could do some magic here?
>>
>> Hernán
>>
>

I've been bit by this before.  Maybe we need to distinguish the error
better... where FileDoesNotExit is raised we need to check for path
length and raise a different exception.  Would need to check what the
limits were for other platforms.

cheers -ben