From: Jim Boooo Date: 2008-10-22T19:49:49+09:00 Subject: Re: Rake Rule name problem > task :go =>["blah.c"] Maybe it will work like that but it's not useful. I don't know until run time the name of the file I want to create. > def c_to_xml(source) > sh blah blah blah > end > Would that not then defeat the purpose of rake, I could just use a standard ruby script and I would not get any of the features of rules and file tasks? the :go task might well be the problem though, I might have to create that task programatticaly then invoke it. Many thanks for helping, Jim. -- Posted via http://www.ruby-forum.com/.