From: Bryan Richardson Date: 2008-01-18T13:53:54+09:00 Subject: Re: Needing help using Rake from within a Ruby program ------=_Part_843_17626723.1200632039708 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Gordon, How do I specify the Rakefile to use? Thanks! -- BTR On Jan 17, 2008 9:36 PM, Gordon Thiesfeld wrote: > > > > Did you require the rakefile in you code? rake does so automatically. > > > > Thanks, > > > > Gordon > > > > Wow, that was very terse. Even for me. What I mean is that the rake > command will require your rakefile automatically. But if you want to > use a rake task from ruby, you will have to explicitly require the > rakefile. > > Thanks, > > Gordon > > ------=_Part_843_17626723.1200632039708--