From: DAP Date: 2006-04-03T23:13:45+09:00 Subject: rake -v I just used Gem to install version 0.7.1 of Rake. When I try to get Rake to report it's version, it aborts. Here is a listing: C:\Documents and Settings\dap>rake -v rake aborted! No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) c:/ruby/lib/ruby/gems/1.8/gems/rake-0.7.1/lib/rake.rb:1822:in `load_rakefile' (See full trace by running task with --trace) C:\Documents and Settings\dap> Anyone have an idea why this is happening? Know of a way to fix it? I assume if this is broke on my Rake install, there will be other things that are not working with my installed Rake. Don