public function execute()
 {
     $compiledPath = Doctrine::compile($this->getArgument('compiled_path'), $this->getArgument('drivers', array()));
     $this->notify('Compiled Doctrine successfully to: ' . $compiledPath);
 }