Thanks!!

Too, there are information in Executing a Task inside a Task
http://www.symfony-project.org/more-with-symfony/1_4/en/13-Leveraging-the-Power-of-the-Command-Line#chapter_13_executing_a_task_inside_a_task

On 1 jun, 15:07, Alexandru-Emil Lupu <gang.al...@gmail.com> wrote:
>         $this->runTask($name, $arguments, $options)
>
> On Tue, Jun 1, 2010 at 3:52 PM, benlancaster 
> <ben.lancas...@holler.co.uk>wrote:
>
>
>
> > Here's how I do it:
>
> >    $task = new sfDoctrineBuildTask(clone $this->dispatcher, clone
> > $this->formatter);
> >    $task->setCommandApplication($this->commandApplication);
> >    $task->setConfiguration($this->configuration);
> >    $task->run(array(),array('all' => true, 'and-load' => true));
>
> > On Jun 1, 10:25 am, Robert Schoenthal <seros...@googlemail.com> wrote:
> > > sure u can:
>
> > > $this->commandApplication->getTask('TASKTOEXECUTE')->run();
>
> > > greetz
> > > robert
>
> > > On May 31, 11:17 pm, Fernando Navarro Páez
>
> > > <fernando.navarro.p...@gmail.com> wrote:
> > > > Can I execute symfony build --all --no-confirmation --and-load in
> > > > MyTask?
>
> > > > Thanks in advance
>
> > --
> > If you want to report a vulnerability issue on symfony, please send it to
> > security at symfony-project.com
>
> > You received this message because you are subscribed to the Google
> > Groups "symfony users" group.
> > To post to this group, send email to symfony-users@googlegroups.com
> > To unsubscribe from this group, send email to
> > symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/symfony-users?hl=en
>
> --
> Have a nice day!
>
> Alecs
> Certified ScrumMaster
>
> P.S. If you are on a list, please don't contact me privatelly, unless i have
> allowed to. Further messages will be ignored.
>
> There are no cannibals alive! I have ate the last one yesterday ...
> I am on web:  http://www.alecslupu.ro/
> I am on twitter:http://twitter.com/alecslupu
> I am on linkedIn:http://www.linkedin.com/in/alecslupu
> Tel: (+4)0722 621 280

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to