Actions
Defect #18673
closed'rake yard' is not working.
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
'rake yard' is not working on current trunk(r13767). No problem on 2.6-stable branch.
$ bundle exec rake yard rake aborted! Don't know how to build task 'yard'
$ bundle exec rake -T | grep yard $
Updated by Go MAEDA about 10 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Sorry, it was a problem of my environment.
After I deleted '.bundle/config' and redo 'bundle install', I succeeded to run 'rake yard'.
Actions