From: Ingo Weiss Date: 2010-03-01T19:03:57+09:00 Subject: Multiple invocations of one thor task from another thor task Hi, I am trying to invoke a thor task from another thor task multiple times with different params. Looks like the thor invocation-dependency system gets in the way so that only the first invocation is carried out. I played around with the 'remove_invocation' method but did not get it to work yet (see attached test script). Any hint that might point me in the right direction very much appreciated! Ingo Attachments: http://www.ruby-forum.com/attachment/4525/invocations.rb -- Posted via http://www.ruby-forum.com/.