Changeset 1484
- Timestamp:
- 04/08/08 13:24:21 (5 months ago)
- Files:
-
- hive/trunk/worker_bee/boot.rb (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
hive/trunk/worker_bee/boot.rb
r1384 r1484 10 10 require 'active_record' 11 11 require 'active_support' 12 require "#{BEE_ROOT}/lib/rest_client"13 #require "#{BEE_ROOT}/lib/hive_client" 12 require 'uri' 13 14 14 require "#{BEE_ROOT}/lib/worker_bee" 15 15 … … 23 23 config = YAML.load_file("#{BEE_ROOT}/conf/worker.yml") 24 24 rescue SystemCallError 25 raise "C ouldn't find the conf/worker.yml file."25 raise "Cannot load the worker.yml file." 26 26 end 27 27
