Changeset 1484

Show
Ignore:
Timestamp:
04/08/08 13:24:21 (5 months ago)
Author:
dbryson
Message:


Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • hive/trunk/worker_bee/boot.rb

    r1384 r1484  
    1010require 'active_record' 
    1111require 'active_support' 
    12 require "#{BEE_ROOT}/lib/rest_client" 
    13 #require "#{BEE_ROOT}/lib/hive_client" 
     12require 'uri' 
     13 
    1414require "#{BEE_ROOT}/lib/worker_bee" 
    1515 
     
    2323  config = YAML.load_file("#{BEE_ROOT}/conf/worker.yml") 
    2424rescue SystemCallError 
    25   raise "Couldn't find the conf/worker.yml file." 
     25  raise "Cannot load the worker.yml file." 
    2626end 
    2727