Problem with rdoc?

I’ve done some translation of some Perl packages to Ruby, and I’m
trying to get them ready for distribution, which means documentation
and packaging system choices. I’m trying to use rdoc. I was using the
version that came with the 1.7/Windows version, and then I downloaded
and installed rdoc beta-2. I’m now getting this result – and I can’t
figure out why.

c:/Apps/Ruby/lib/ruby/site_ruby/1.7/markup/simple_markup/to_html.rb:20
5:in html_list_name': Invalid list type (RuntimeError) from c:/Apps/Ruby/lib/ruby/site_ruby/1.7/markup/simple_markup/to_html.rb:82 :inaccept_list_start’
from
c:/Apps/Ruby/lib/ruby/site_ruby/1.7/markup/simple_markup/fragments.rb:
170:in accept' from c:/Apps/Ruby/lib/ruby/site_ruby/1.7/markup/simple_markup/fragments.rb: 163:ineach’
from
c:/Apps/Ruby/lib/ruby/site_ruby/1.7/markup/simple_markup/fragments.rb:
163:in accept' from c:/Apps/Ruby/lib/ruby/site_ruby/1.7/markup/simple_markup.rb:257:incon
vert’
from
c:/Apps/Ruby/lib/ruby/site_ruby/1.7/rdoc/generators/html_generator.rb:
202:in markup' from c:/Apps/Ruby/lib/ruby/site_ruby/1.7/rdoc/generators/html_generator.rb: 610:invalue_hash’
from
c:/Apps/Ruby/lib/ruby/site_ruby/1.7/rdoc/generators/html_generator.rb:
632:in write_on' from c:/Apps/Ruby/lib/ruby/site_ruby/1.7/rdoc/generators/html_generator.rb: 981:ingen_into’
from
c:/Apps/Ruby/lib/ruby/site_ruby/1.7/rdoc/generators/html_generator.rb:
981:in open' from c:/Apps/Ruby/lib/ruby/site_ruby/1.7/rdoc/generators/html_generator.rb: 981:ingen_into’
from
c:/Apps/Ruby/lib/ruby/site_ruby/1.7/rdoc/generators/html_generator.rb:
977:in each' from c:/Apps/Ruby/lib/ruby/site_ruby/1.7/rdoc/generators/html_generator.rb: 977:ingen_into’
from
c:/Apps/Ruby/lib/ruby/site_ruby/1.7/rdoc/generators/html_generator.rb:
964:in generate_html' from c:/Apps/Ruby/lib/ruby/site_ruby/1.7/rdoc/generators/html_generator.rb: 891:ingenerate’
from c:/Apps/Ruby/lib/ruby/site_ruby/1.7/rdoc/rdoc.rb:206:in
`document’
from c:\Apps\Ruby\bin\rdoc.rb:6

I’m debating, as well, whether I will use rpkg, rubygems, or the
"setup" script that I’ve seen – what makes the difference between
these?

-austin
– Austin Ziegler, austin@halostatue.ca on 2002.10.13 at 21.29.34

Austin Ziegler austin@halostatue.ca writes:

I’ve done some translation of some Perl packages to Ruby, and I’m
trying to get them ready for distribution, which means documentation
and packaging system choices. I’m trying to use rdoc. I was using the
version that came with the 1.7/Windows version, and then I downloaded
and installed rdoc beta-2. I’m now getting this result – and I can’t
figure out why

Could you send me the source file that causes the problem and I’ll
track it down.

Thanks

Dave

Can’t say, but for rpkg, wait for the next release – it’s much more
convenient for both the package maintainer and the end user, and I’m
not striving for compatibility with the current one as the old package
base is very small.

Massimiliano

···

On Mon, Oct 14, 2002 at 10:47:02AM +0900, Austin Ziegler wrote:

I’m debating, as well, whether I will use rpkg, rubygems, or the
“setup” script that I’ve seen – what makes the difference between
these?

How soon until the next release?

-austin
– Austin Ziegler, austin@halostatue.ca on 2002.10.14 at 12.58.00

···

On Mon, 14 Oct 2002 23:25:36 +0900, Massimiliano Mirra wrote:

On Mon, Oct 14, 2002 at 10:47:02AM +0900, Austin Ziegler wrote:

I’m debating, as well, whether I will use rpkg, rubygems, or the
“setup” script that I’ve seen – what makes the difference
between these?
Can’t say, but for rpkg, wait for the next release – it’s much
more convenient for both the package maintainer and the end user,
and I’m not striving for compatibility with the current one as the
old package base is very small.