Awhile ago I wrote a post on how to create custom tasks in symfony 1.0. A reader posted a question on how to do this in symfony 1.1. At first I figured out a solution of how to do it manually, but then I discovered this tutorial on the symfony cookbook section: http://www.symfony-project.org/cookbook/1_1/en/tasks which describes exactly how to do it!
As the tutorial describes, there is a new symfony task to help creating the skeleton classes for your own tasks! Sweet, it couldn’t be any simpler!