Project

General

Profile

Actions

Defect #10747

closed

rake generate_session_store did't work on Redmine 1.4.1

Added by Artem Konoplin about 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

I try to migrate from Redmine 1.1.2 to 1.4.1
When i run "rake generate_session_store" i got this error:

rake generate_session_store
(in /home/redmine/redmine-1.4.1)
Please install RDoc 2.4.2+ to generate documentation.

So i install newer version of rdoc:

gem install rdoc
Fetching: rdoc-3.12.gem (100%)
Depending on your version of ruby, you may need to install ruby rdoc/ri data:

<= 1.8.6 : unsupported
 = 1.8.7 : gem install rdoc-data; rdoc-data --install
 = 1.9.1 : gem install rdoc-data; rdoc-data --install
>= 1.9.2 : nothing to do! Yay!
Successfully installed rdoc-3.12

but when i run "rake generate_session_store" still get this error again.

Solved by adding:

gem "rdoc", ">=2.4.2" 

to Gemfile

Actions #1

Updated by Jean-Philippe Lang about 12 years ago

  • Status changed from New to Closed
  • Resolution set to Invalid

This is not an error. This message is displayed by Rails when loading its default tasks.
The rdoc gem is not required for rake generate_session_store to work properly.

Actions

Also available in: Atom PDF