Loading Chalten & Aconcagua error
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
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 <hernan.morales@gmail.com>:
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
On Sat, Aug 22, 2015 at 12:47 PM, Hernán Morales Durand <hernan.morales@gmail.com> 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 <hernan.morales@gmail.com>:
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
participants (2)
-
Ben Coman -
Hernán Morales Durand