Modify

Ticket #193 (closed enhancement: fixed)

Opened 4 years ago

Last modified 3 years ago

Manifest Task

Reported by: davidpersson@… Owned by: hans
Priority: low Milestone: 2.3.1
Component: phing-tasks-ext Version: 2.3.0
Keywords: manifest task outline Cc:

Description

Generates a simple MANIFEST file with optional checksums
Currently only supports filesets and has only simple error checking/validation.

<manifest file="${dir_build}/docs/MANIFEST.txt" checksum="true">
	<fileset refid="files_build" />
</manifest>   

Attachments

ManifestTask.php Download (2.5 KB) - added by davidpersson@… 4 years ago.
php source code of the task
ManifestTask.php.patch Download (8.6 KB) - added by davidpersson@… 4 years ago.
Update for ManifestTask

Change History

Changed 4 years ago by davidpersson@…

php source code of the task

comment:1 Changed 4 years ago by mrook

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

Committed in r317, thanks!

Changed 4 years ago by davidpersson@…

Update for ManifestTask

comment:2 Changed 4 years ago by davidpersson@…

  • Status changed from closed to reopened
  • Resolution fixed deleted

Reworked ManifestTask added patch.

comment:3 Changed 4 years ago by mrook

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

Updated patch committed in r339.

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.