Modify

Ticket #87 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

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

Reported by: anonymous Owned by: 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

comment:1 Changed 5 years ago by mrook

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in r184, thanks!

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.