Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#864 closed defect (fixed)

setup-api handles copying of directories not properly on windows

Reported by: felix winkelmann Owned by: felix winkelmann
Priority: critical Milestone: 4.9.0
Component: core libraries Version: 4.7.x
Keywords: chicken-install setup-api Cc:
Estimated difficulty:

Description

When a directory is given in the file-list of an install-extension command, the directory will not be properly created on Windows, due to a "nifty" feature of Windows' copy command (when given multiple source files, it concatenates them). copy-file in setup-api needs to walk directories, creating destination directories on the fly and copy each found file separately.

Attached a patch that still has to be tested on Windows.

Attachments (1)

0001-copy-directories-on-installation-recursively.patch (1.3 KB) - added by felix winkelmann 12 years ago.

Download all attachments as: .zip

Change History (3)

Changed 12 years ago by felix winkelmann

comment:1 Changed 12 years ago by felix winkelmann

Resolution: fixed
Status: newclosed

comment:2 Changed 12 years ago by felix winkelmann

Milestone: 4.8.04.9.0

Milestone 4.8.0 deleted

Note: See TracTickets for help on using tickets.