From: Eric Hodel Date: 2010-04-01T17:00:48+09:00 Subject: [ruby-core:29206] [Bug #3076] lib/rake/rdoctask.rb should be removed Bug #3076: lib/rake/rdoctask.rb should be removed http://redmine.ruby-lang.org/issues/show/3076 Author: Eric Hodel Status: Open, Priority: Normal Category: lib, Target version: 1.9.2 ruby -v: ruby 1.9.2dev (2010-02-24 trunk 26747) [x86_64-darwin10.2.0] RDoc provides RDoc::Task (and Rake::RDocTask for backwards compatibility). This is no longer Rake's responsibility, so it should be removed or changed to require 'rdoc/task' Also, test/rake/test_rdoc_task.rb should be removed. This will also fix the following test warnings and errors: ruby/trunk/lib/rdoc/task.rb:250: warning: already initialized constant RDocTask 1) Failure: test_inline_source_is_enabled_by_default(Rake::TestRDocTask) [/Users/drbrain/Work/svn/ruby/trunk/test/rake/test_rdoc_task.rb:65]: Failed assertion, no message given. 2) Error: test_inline_source_option_can_be_disabled(Rake::TestRDocTask): NoMethodError: undefined method `inline_source=' for # /Users/drbrain/Work/svn/ruby/trunk/test/rake/test_rdoc_task.rb:81:in `test_inline_source_option_can_be_disabled' ---------------------------------------- http://redmine.ruby-lang.org