All Manuals > LispWorks Release Notes and Installation Guide > 13 Release Notes > 13.15 Application delivery changes

NextPrevUpTopContentsIndex

13.15.7 copy-file change may affect Mac OS X application bundle code

A function copy-file is no longer defined in the example file
examples/configuration/macos-application-bundle.lisp .

LispWorks now includes lw:copy-file (see Copy or append a file) which is used by that example code.

Therefore if you use code based on an older version of macos-application-bundle.lisp you should remove the definition of copy-file from it for use with LispWorks 6.1 and later. Alternatively use hcl:create-macos-application-bundle or hcl:save-image-with-bundle instead of the example code.


LispWorks Release Notes and Installation Guide - 23 Dec 2011

NextPrevUpTopContentsIndex