From: Hugh Sasse Date: 2005-11-16T09:43:24+09:00 Subject: Re: Rake Hates Me Today On Wed, 16 Nov 2005, Jim Weirich wrote: > > This is caused by a changed in the FileUtils package the Rake uses. There is > a beta version of Rake available that doesn't have that problem. You can get > the beta with: What's the change that broke it? I suggested a change recently but tried to ensure it was backwards compatible (a change to recursive copy to allow the skipping of failures). This was post 1.8.3. > > gem install rake --source http://onestepback.org/betagems > Hugh