#246 new
Anders Engström

Sake fails on Rake 0.8.2

Reported by Anders Engström | September 23rd, 2008 @ 08:08 AM

I just upgraded my local gems and got a new fresh(?) Rake release (0.8.2). After this my local sake tasks fail to execute.

Sake is installed as a gem (1.0.15).

A simple rake task (installed in sake) like:


namespace :test do
  task :dummy do
    puts "Yeah"
  end
end

Results in the following error:


rake aborted!
can't convert true into String
/Library/Ruby/Gems/1.8/gems/rake-0.8.2/lib/rake.rb:2361:in `expand_path'
/Library/Ruby/Gems/1.8/gems/rake-0.8.2/lib/rake.rb:2361:in `raw_load_rakefile'
/Library/Ruby/Gems/1.8/gems/rake-0.8.2/lib/rake.rb:1997:in `load_rakefile'
/Library/Ruby/Gems/1.8/gems/rake-0.8.2/lib/rake.rb:2048:in `standard_exception_handling'
/Library/Ruby/Gems/1.8/gems/rake-0.8.2/lib/rake.rb:1996:in `load_rakefile'
/Library/Ruby/Gems/1.8/gems/rake-0.8.2/lib/rake.rb:1981:in `run'
/Library/Ruby/Gems/1.8/gems/rake-0.8.2/lib/rake.rb:2048:in `standard_exception_handling'
/Library/Ruby/Gems/1.8/gems/rake-0.8.2/lib/rake.rb:1979:in `run'
/Library/Ruby/Gems/1.8/gems/sake-1.0.15/lib/sake.rb:282:in `run_rake'
/Library/Ruby/Gems/1.8/gems/sake-1.0.15/lib/sake.rb:188:in `run'
/Library/Ruby/Gems/1.8/gems/sake-1.0.15/bin/sake:5
/usr/bin/sake:19:in `load'
/usr/bin/sake:19

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Shared Ticket Bins

Attachments

Tags

Pages