Changeset 285 for tags

Show
Ignore:
Timestamp:
11/04/07 14:34:27 (1 year ago)
Author:
hans
Message:

Removing code that echoes exception, because of problem this introduces (see #177)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/2.3.0/classes/phing/Phing.php

    r280 r285  
    164164                        $m->runBuild(); 
    165165                } catch(Exception $exc) { 
    166                         if (self::$msgOutputLevel >= Project::MSG_VERBOSE) { 
    167                                 self::$out->write($exc->__toString() . PHP_EOL); 
    168                         } else { 
    169                                 self::$out->write($exc->getMessage() . PHP_EOL); 
    170                         } 
    171166                        self::handleLogfile(); 
    172167                        self::halt(1); // Errors occured