Ticket #193 (closed enhancement: fixed)

Opened 7 months ago

Last modified 5 months ago

Manifest Task

Reported by: davidpersson@qeweurope.org Assigned to: hans
Priority: trivial 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 (2.5 kB) - added by davidpersson@qeweurope.org on 11/25/07 10:13:42.
php source code of the task
ManifestTask.php.patch (8.6 kB) - added by davidpersson@qeweurope.org on 01/11/08 19:47:13.
Update for ManifestTask

Change History

11/25/07 10:13:42 changed by davidpersson@qeweurope.org

  • attachment ManifestTask.php added.

php source code of the task

12/10/07 08:53:17 changed by mrook

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

Committed in r317, thanks!

01/11/08 19:47:13 changed by davidpersson@qeweurope.org

  • attachment ManifestTask.php.patch added.

Update for ManifestTask

01/11/08 19:52:03 changed by davidpersson@qeweurope.org

  • status changed from closed to reopened.
  • resolution deleted.

Reworked ManifestTask added patch.

01/21/08 14:23:07 changed by mrook

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

Updated patch committed in r339.


Add/Change #193 (Manifest Task)




Action