Ticket #134 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

PearPackage2Task does not work on Windows

Reported by: weirdan@gmail.com Assigned to: 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

phing-2.3dev.pearpkg2.strftime.patch (0.6 kB) - added by weirdan@gmail.com on 07/27/07 14:01:35.
patch

Change History

07/27/07 14:01:35 changed by weirdan@gmail.com

  • attachment phing-2.3dev.pearpkg2.strftime.patch added.

patch

07/29/07 22:06:04 changed 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


Add/Change #134 (PearPackage2Task does not work on Windows)




Action