# File lib/rake/file_task.rb, line 16
    def needed?
      !File.exist?(name) || out_of_date?(timestamp) || @application.options.build_all
    end