Installing log4r with:
gem1.8 install log4r
I get the following warnings/errors:
Installing ri documentation for log4r-1.1.8...
Couldn't find file to include: '../rdoc/log4jxmlformatter'
Installing RDoc documentation for log4r-1.1.8...
Couldn't find file to include: '../rdoc/log4jxmlformatter'
These occur because of a stray RDoc include at the top of lib/log4r/formatter/log4jxmlformatter.rb:
# :include: ../rdoc/log4jxmlformatter
I guess another solution would be to add the missing documentation :-)
OS: Linux (Ubuntu 10.10)
gem: 1.3.5
ri/RDoc: v1.0.1 - 20041108
ruby: 1.8.7 (2010-01-10 patchlevel 249) [i486-linux] |