You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@buildr.apache.org by Shane Witbeck <sh...@digitalsanctum.com> on 2008/03/07 20:13:14 UTC

rdoc failure in nailgun.rb

Here's another one. Let me know if I should log these in Jira but I
suspect these are temporary and already known.

C:\projects\buildr>gem install pkg/buildr-1.3.0.gem
Updating metadata for 66 gems from http://gems.rubyforge.org
..................................................................
complete
Successfully installed hoe-1.5.1
Successfully installed buildr-1.3.0
2 gems installed
Installing ri documentation for hoe-1.5.1...
Installing ri documentation for buildr-1.3.0...


RDoc failure in lib/java/nailgun.rb at or around line 237 column 40

Before reporting this, could you check that the file
you're documenting compiles cleanly--RDoc is not a
full Ruby parser, and gets confused easily if fed
invalid programs.

The internal error was:

ERROR:  While executing gem ... (NoMethodError)
    undefined method `add_require' for nil:NilClass


-- 
-Shane