Improved some commands
This commit is contained in:
parent
5d6a185f92
commit
ed1d9ad267
5 changed files with 38 additions and 2 deletions
|
|
@ -31,7 +31,7 @@ abstract class PhingCommand extends Command
|
|||
protected $additionalPhingArgs = array();
|
||||
protected $tempSchemas = array();
|
||||
protected $tmpDir = null;
|
||||
protected $debug;
|
||||
protected $buffer = null;
|
||||
|
||||
protected function callPhing($taskName, $properties = array())
|
||||
{
|
||||
|
|
@ -141,6 +141,7 @@ abstract class PhingCommand extends Command
|
|||
$m->runBuild();
|
||||
|
||||
if ($bufferPhingOutput) {
|
||||
$this->buffer = ob_get_contents();
|
||||
ob_end_clean();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue