Mauricio Fernandez wrote:
> Source code, additional information, screenshots... available at
>     http://eigenclass.org/hiki/rcov
> Release info:
>     http://eigenclass.org/hiki/rcov-0.8.1
> Sample fully cross-referenced report at
>     http://eigenclass.org/static/rcov-sample-report-full-crossref/
> 
> This release includes two RubyGems packages: a binary one for Win32 and 
> a
> platform-independent one, for all those with a compiler (or a lot of 
> patience,
> if willing to run rcov in pure-Ruby mode), so
>   gem install rcov
> should work once the packages have propagated to the mirror network.
> 
> 
> Brian Candler:
> * found compatibility issues with the REXML lib included in 
> ruby-1.8.6-p110
>   and provided a workaround
> 
>

Still a REXML incompatibility in 0.8.1. ?

Microsoft Windows XP [version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
ruby 1.8.6 (2007-03-13 patchlevel 0) [i386-mswin32]
(this is the one click installer 1.8.6-25)

C:>rcov ...

Microsoft Windows XP [version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:/RUBY/lib/ruby/gems/1.8/gems/rcov-0.8.1.0-mswin32/lib/rcov/report.rb:19:in 
`wr
ite': uninitialized constant REXML::Formatters (NameError)
        from (eval):93:in `pretty'
        from 
C:/RUBY/lib/ruby/gems/1.8/gems/rcov-0.8.1.0-mswin32/lib/rcov/report
.rb:760:in `format_overview'
        from 
C:/RUBY/lib/ruby/gems/1.8/gems/rcov-0.8.1.0-mswin32/lib/rcov/report
.rb:795:in `create_index'
        from (eval):104:in `create'
        from (eval):80:in `tracking_additions'
        from (eval):103:in `create'
        from (eval):372:in `x_'
        from 
C:/RUBY/lib/ruby/gems/1.8/gems/rcov-0.8.1.0-mswin32/lib/rcov/report
.rb:795:in `create_index'
         ... 22 levels...
        from 
C:/RUBY/lib/ruby/gems/1.8/gems/rcov-0.8.1.0-mswin32/lib/rcov.rb:640
:in `each'
        from 
C:/RUBY/lib/ruby/gems/1.8/gems/rcov-0.8.1.0-mswin32/lib/rcov.rb:640
:in `dump_coverage_info'
        from 
C:/RUBY/lib/ruby/gems/1.8/gems/rcov-0.8.1.0-mswin32/bin/rcov:421
        from C:/ruby/bin/rcov:16
-- 
Posted via http://www.ruby-forum.com/.