You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In JRuby 1.6.0, I was getting the following error when I run rake yard. I had not explicitly installed any rdoc gem, but when I installed the most current one the problem went away.
[error]: Exception occurred while generating 'Pacer/VertexMixin.html'
[error]: ArgumentError: wrong number of arguments (1 for 0)
[error]: Stack trace:
/Users/dw/.rvm/rubies/jruby-1.6.0/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:35:in require' /Users/dw/.rvm/rubies/jruby-1.6.0/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29:inrequire'
/Users/dw/.rvm/gems/jruby-1.6.0/gems/yard-0.6.5/lib/yard/templates/helpers/html_helper.rb:456:in simple_markup_html' /Users/dw/.rvm/gems/jruby-1.6.0/gems/yard-0.6.5/lib/yard/templates/helpers/html_helper.rb:81:inhtml_markup_rdoc'
org/jruby/RubyKernel.java:2042:in send' /Users/dw/.rvm/gems/jruby-1.6.0/gems/yard-0.6.5/lib/yard/templates/helpers/html_helper.rb:42:inhtmlify'
The text was updated successfully, but these errors were encountered:
YARD actually no longer depends on RDoc as of 0.6.5, but you do need at least one markup provider of the markup type used by the docs in order to actually generate docs-- and the default markup type is indeed rdoc. It seems like the "you do not have installed" notice is not showing up properly, which is probably related to #269
In JRuby 1.6.0, I was getting the following error when I run
rake yard
. I had not explicitly installed any rdoc gem, but when I installed the most current one the problem went away.[error]: Exception occurred while generating 'Pacer/VertexMixin.html'
[error]: ArgumentError: wrong number of arguments (1 for 0)
[error]: Stack trace:
/Users/dw/.rvm/rubies/jruby-1.6.0/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:35:in
require' /Users/dw/.rvm/rubies/jruby-1.6.0/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29:in
require'/Users/dw/.rvm/gems/jruby-1.6.0/gems/yard-0.6.5/lib/yard/templates/helpers/html_helper.rb:456:in
simple_markup_html' /Users/dw/.rvm/gems/jruby-1.6.0/gems/yard-0.6.5/lib/yard/templates/helpers/html_helper.rb:81:in
html_markup_rdoc'org/jruby/RubyKernel.java:2042:in
send' /Users/dw/.rvm/gems/jruby-1.6.0/gems/yard-0.6.5/lib/yard/templates/helpers/html_helper.rb:42:in
htmlify'The text was updated successfully, but these errors were encountered: