From: Patrick Doyle Date: 2008-10-20T21:33:26+09:00 Subject: Re: Rake Rule name problem ------=_Part_62513_6543457.1224506075399 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Try: rule '.o' => ['.c'] do |t| p t.source p t.name end --wpd On Mon, Oct 20, 2008 at 5:44 AM, Jim Boooo wrote: > That should read > >In my rake file a rule does not seem to produce a correct name. > > > -- > Posted via http://www.ruby-forum.com/. > > ------=_Part_62513_6543457.1224506075399--