On Friday, April 9, 2004, 12:29:08 AM, Lothar wrote:
> Hello ruby-doc,
> i tried to use the rdoc from the official 1.8.1 distribution (fresh
> rebuild, no distribution). Everything i tried to generate
> documentation for the ruby library resulted in an
> "undefined method 'as_href' for nil:NilClass" error.
I've never seen this error, but then, I've probably never used the
1.8.1 release, either. A lot has changed in RDoc since then. 1.8.2
should be a lot more stable.
'rdoc -v' gives me "RDoc V1.0pr1: 2004/04/04 23:19:58 (1.1.2.6)", not
that I really know how to interpret that.
> Is there any newer version available that has this bug fixed.
Well, the latest 1.8 snapshot should set you in good stead. No other
solution, I fear.
# Sigh, I wish Ruby 1.8.2 would come out.
> By the way. It took me one hour to find out that rdoc gets confused by
> adding a drive letter to the output path and the document reference.
I wonder why it gets "confused". Surely it just uses the normal File
operations? Can you give an example?
Gavin
|