Modify ↓
Opened 21 months ago
Closed 19 months ago
#787 closed enhancement (fixed)
Add pearPackageFileSet type
| Reported by: | Christian Weiske <cweiske@…> | Owned by: | mrook |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.4.8 |
| Component: | phing-core | Version: | 2.4.7.1 |
| Keywords: | Cc: |
Description
I've written a "pearPackageFileSet" type that, instead of listing normal folders and files, lists the files of a installed PEAR package. This is useful for packing up dependencies with an own application.
I would love to see it integrated in the official phing distribution.
The unittests cover 94% of the code.
The README is rendered at https://github.com/cweiske/phing-pearPackageFileset#readme and the code can be cloned either from github or its gitorious project.
Attachments (0)
Change History (4)
comment:1 Changed 19 months ago by mrook
- Milestone changed from TBD to 2.4.8
- Owner changed from mrook to cweiske
comment:2 Changed 19 months ago by mrook
- Owner changed from cweiske to mrook
- Status changed from new to assigned
comment:3 Changed 19 months ago by mrook
comment:4 Changed 19 months ago by mrook
- Priority changed from tbd to minor
- Resolution set to fixed
- Status changed from assigned to closed
- Type changed from defect to enhancement
Note: See
TracTickets for help on using
tickets.

(In [1358]) Refs #787 - add PearPackageFileSet and unit tests (patches by Christian Weiske)