Project

General

Profile

rake generate_session_stor rake aborted! rake/rdoctask' is obsolete and no longer supported. Use 'rdoc/task'

Added by 高 玲玲 about 11 years ago

I install Redmine according to http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_in_a_sub-URI_on_Windows_with_Apache ,exactly use the same version with it.
(ruby -v:ruby 1.8.7),(gem -v :1.3.7),(Successfully installed rake-10.0.4),(Successfully installed rails-2.3.5),(Successfully installed mongrel-1.1.5-x86-mingw32),(Successfully installed mysql-2.9.1-x86-mingw32)(Successfully installed i18n-0.4.2),(Successfully installed win32-service-0.5.2-x86-mswin32
Successfully installed mongrel_service-0.3.4-x86-mswin32),my OS is Win7,although the install version may be old, prefer to less error,it may be quick。
But when
C:\webserver\Redmine>rake generate_session_store
rake aborted!
ERROR: 'rake/rdoctask' is obsolete and no longer supported. Use 'rdoc/task' (av
ilable in RDoc 2.4.2+) instead.
C:/webserver/Redmine/Rakefile:8
(See full trace by running task with --trace)
Before this step, the only difference is below:
C:\Users\Administrator>gem install rake
Successfully installed rake-10.0.4
Expect result is "Successfully installed rake-0.8.7",so I install gem install rake -v=0.8.7 again, but rake generate_session_st still not work,so please help to fix it.
Attachment is the the command result during the installing.