Ticket #87 (closed defect: fixed)

Opened 2 years ago

Last modified 4 months ago

Appendix C link broken in /phing-2.2.0/docs/phing_guide/book/index.html

Reported by: anonymous Assigned to: hans
Priority: minor Milestone:
Component: phing-core Version: 2.2.0
Keywords: documentation Cc:

Description

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.

Attachments

Change History

04/17/07 14:47:11 changed by mrook

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in r184, thanks!


Add/Change #87 (Appendix C link broken in /phing-2.2.0/docs/phing_guide/book/index.html)




Action