I''m unable to get documentation generated for my Rails application. Does Ruby have a problem generating rdoc on Windows or could there be a problem with the Rails rakefile? Here what I''m seeing: C:\dev\ruby\directory>rake apidoc (in C:/dev/ruby/directory) rake aborted! Don''t know how to build task ''vendor/rails/railties/CHANGELOG'' C:\dev\ruby\directory>rake appdoc (in C:/dev/ruby/directory) rm -r doc/app rdoc -o doc/app --line-numbers --inline-source --title ''Rails Application Documentation'' -T ''html'' doc/README_FOR_APP app/controllers/affiliations_controller.rb app/controllers/affiliation_types_controller.rb app/controllers/application.rb app/controllers/home_controller.rb app/controllers/logout_controller.rb app/controllers/me_controller.rb app/controllers/organizations_controller.rb app/controllers/people_controller.rb app/controllers/person_email_addresses_controller.rb app/controllers/person_names_controller.rb app/controllers/person_telephone_numbers_controller.rb app/controllers/users_controller.rb app/controllers/user_session_controller.rb app/controllers/verify_email_controller.rb app/helpers/affiliations_helper.rb app/helpers/affiliation_types_helper.rb app/helpers/application_helper.rb app/helpers/organizations_helper.rb app/helpers/people_helper.rb app/helpers/person_email_addresses_helper.rb app/helpers/person_names_helper.rb app/helpers/person_telephone_numbers_helper.rb app/helpers/users_helper.rb app/helpers/verify_email_helper.rb app/models/affiliation.rb app/models/affiliation_type.rb app/models/email_address_verification.rb app/models/email_address_verification_key.rb app/models/email_address_verification_request.rb app/models/email_address_verification_request _observer.rb app/models/notifier.rb app/models/organization.rb app/models/person.rb app/models/person_email_address.rb app/models/person_name.rb app/models/person_telephone_number.rb app/models/user.rb rake aborted! undefined method `exitstatus'' for nil:NilClass Doing rake for both reapidoc and reappdoc result in the same errors. -- "Thanks to the crew of rocketscientists.ca <http://rocketscientists.ca> for the gmail invitation!" http://www.rocketscientists.ca/ _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails