How to overwrite an already defined rake task

Hello,

i want to overwrite an existing rake task. I can’t find a way to delete
a task.

Thanks in advance,

Armin

On 7/22/07, Armin J. [email protected] wrote:

i want to overwrite an existing rake task. I can’t find a way to delete a task.

Try this: http://snippets.dzone.com/posts/show/2032


Chris W.
http://errfree.com // http://errtheblog.com

On 7/23/07, Chris W. [email protected] wrote:

On 7/22/07, Armin J. [email protected] wrote:

i want to overwrite an existing rake task. I can’t find a way to delete a task.

Try this: http://snippets.dzone.com/posts/show/2032

Thank you Chris,

works great.

Armin