Modify

Ticket #136 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Attribute os of ExecTask is not working

Reported by: syabro@… Owned by: 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

comment:1 Changed 4 years ago by anonymous

Log line must be changed to

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

comment:2 Changed 4 years ago by hans

  • Status changed from new to assigned
  • Milestone set to 2.3.0

comment:3 Changed 4 years ago by mrook

  • Status changed from assigned to closed
  • Resolution set to fixed

Fixed in r215.

View

Add a comment

Modify Ticket

Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.