I get the following error when trying to view Appendix C from the following section of Appendix B Core Tasks:
An error occurred while loading file:///downloads/phing/2.2.0/phing-2.2.0/docs/phing_guide/book/chapters/appendixes/appendixes/AppendixC-CoreTypes.html#Filesets:
The file or folder /downloads/phing/2.2.0/phing-2.2.0/docs/phing_guide/book/chapters/appendixes/appendixes/AppendixC-CoreTypes.html does not exist.
CopyTask
The phing Copy Task. Copies a file or directory to a new file or directory. Files are only copied if the source file is newer than the destination file, or when the destination file does not exist. It is possible to explictly overwrite existing files.
Example
On the one hand, CopyTask can be used to copy file by file:
<copy file="somefile.txt" tofile="/tmp/anotherfile.bak" overwrite="true"/>
Additionally, CopyTask supports Filesets, i.e. you can easily include/exclude one or more files. For more information, see
***Appendix C.*** <-(busted link) same further down the page.
core types is listed as AppendixD-CoreTypes.html in the book directory.