Continuing to work my way throught the Depot app in the Rails book... w:\depot> rake appdoc quits with the following error undefined method `exitstatus'' for nil:NilClass googled a posting from December that referenced the same problem, but not a solution other than it looks to be windows related. System rails 0.12.1 ruby 1.8.2 Win2K Pro Anyone come across this problem and a solution? Thanks. Ken rm -r doc/app rdoc -o doc/app --line-numbers --inline-source --title ''Rails Application Documentation'' -T ''html'' doc/README_FOR_APP app/apis/product_api.rb app/controllers/admin_controller.rb app/controllers/application.rb app/controllers/backend_controller.rb app/controllers/login_controller.rb app/controllers/store_controller.rb app/helpers/admin_helper.rb app/helpers/application_helper.rb app/helpers/login_helper.rb app/helpers/store_helper.rb app/models/cart.rb app/models/line_item.rb app/models/order.rb app/models/product.rb app/models/user.rb rake aborted! undefined method `exitstatus'' for nil:NilClass _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails