From: itsme213 Date: 2005-11-15T04:12:16+09:00 Subject: Re: rake : rakefile vs. rakefile.rb Thanks, Jim (and Stefan). It works fine now. "Jim Weirich" wrote in message news:200511141308.28436.jim@weirichhouse.org... On Monday 14 November 2005 12:45 pm, Stefan Lang wrote: > The solution for Rake would be to replace the line (in lib/rake.rb) > > load @rakefile > > with: > > load File.expand_path(@rakefile) Thanks for the insight on this problem. The suggested change has been committed to rake's CVS repository and a beta version is available using: gem install rake --source http://onestepback.org/betagems -- -- Jim Weirich jim@weirichhouse.org http://onestepback.org ----------------------------------------------------------------- "Beware of bugs in the above code; I have only proved it correct, not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas)