Rake RDocTask fails on Win XP

  • Thread starter Takashi & Kayoko Sano
  • Start date
T

Takashi & Kayoko Sano

Hi all,

I have a problem with Rake on Windows XP. Rake is 0.4.8 installed by
RubyGems. Ruby is the release version of 1.8.1.

If I run a rakefile defining RDocTask as shown below, Rake aborts with
an error message "Command Failed: [rdoc -o html -T 'html' README.txt]".

---Sample Rakefile

require 'rake/rdoctask'
task :default => [:rdoc]
Rake::RDocTask.new do |rdoc|
rdoc.rdoc_files.include('README.txt')
end

---

But if I run the same rdoc command in the same directory, it runs fine.
Is this a known problem?

Anyway, Jim, thank you for this powerful piece of software. It reduces
my burden for tedius repetitive tasks greatly. Thanks!

Takashi Sano
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top