Changeset 321

Show
Ignore:
Timestamp:
12/14/07 18:00:25 (7 months ago)
Author:
hans
Message:

Fixing (Refs #199) error message to include path of dir correctly.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.3/classes/phing/tasks/system/DeleteTask.php

    r320 r321  
    261261                        $dirCount++; 
    262262                    } catch (Exception $e) { 
    263                         $message="Unable to delete directory " . $dir
     263                        $message="Unable to delete directory " . $dir->__toString()
    264264                        if($this->failonerror) { 
    265265                            throw new BuildException($message);