Modify ↓
Ticket #134 (closed defect: fixed)
PearPackage2Task does not work on Windows
| Reported by: | weirdan@… | Owned by: | hans |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | phing-tasks-ext | Version: | devel |
| Keywords: | Cc: |
Description
This is due to the usage of strftime('%T') PearPackage2Task::setVersion2Options() which returns empty string on Windows. Using strftime('%H:%M:%S') solves this
Attachments
Change History
Changed 5 years ago by weirdan@…
-
attachment
phing-2.3dev.pearpkg2.strftime.patch
added
comment:1 Changed 5 years ago by hans
- Status changed from new to closed
- Resolution set to fixed
This patch has been applied in [206]. Please also note that there is a (probably) better Pear Package2 solution from Travis:
http://pear.domain51.com/index.php?package=Phing_d51PearPkg2Task
Note: See
TracTickets for help on using
tickets.

patch