gggeek
unread,Apr 13, 2011, 4:15:10 AM4/13/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Pake discussions
I guess that having invoke() run only once for a given task is a good
thing, but I have a pakefile that is recursivevly building subitems
Without going the way of out-of-process re-execution, it would be nice
to have a way to execute again the same task (with different params of
course).
Right now I can call task::execute() by hand, but this forces me to
look for all task prerequisites and call execute() on them one by one
(and recurse on their prerequisites too), which is a bit of a chore.