Ticket #136 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Attribute os of ExecTask is not working

Reported by: syabro@gmail.com Assigned to: hans
Priority: minor Milestone: 2.3.0
Component: phing-tasks-system Version: 2.2.0
Keywords: Cc:

Description

In ExecTask.php::execute you trying to use

strpos($os, $myos)

instead of

strpos($this->os, $myos);

Attachments

Change History

08/07/07 12:22:14 changed by anonymous

Log line must be changed to

$this->log("Not found in " . $this->os, Project::MSG_VERBOSE);

08/07/07 15:18:28 changed by hans

  • status changed from new to assigned.
  • milestone set to 2.3.0.

08/14/07 14:13:30 changed by mrook

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

Fixed in r215.


Add/Change #136 (Attribute os of ExecTask is not working)




Action