summaryrefslogtreecommitdiff
path: root/report/environment.rb
diff options
context:
space:
mode:
authorMartin Gütlein <martin.guetlein@gmail.com>2009-11-13 11:51:21 +0100
committerMartin Gütlein <martin.guetlein@gmail.com>2009-11-13 11:51:21 +0100
commit41e5d1e6160115356c54d2907552b9a943126ae1 (patch)
tree8b011c251ecfbd69d2435d07b91e275f56fc1682 /report/environment.rb
parent14904ee55e85000b97fa7b735c22a82529fbdf10 (diff)
merged reports into this rep
Diffstat (limited to 'report/environment.rb')
-rw-r--r--report/environment.rb33
1 files changed, 33 insertions, 0 deletions
diff --git a/report/environment.rb b/report/environment.rb
new file mode 100644
index 0000000..6a449b9
--- /dev/null
+++ b/report/environment.rb
@@ -0,0 +1,33 @@
+
+require 'rubygems'
+require 'logger'
+require 'fileutils'
+require 'sinatra'
+require 'sinatra/url_for'
+require 'rest_client'
+require 'yaml'
+require 'opentox-ruby-api-wrapper'
+require 'fileutils'
+
+module Reports
+end
+
+load "report/r_plot_factory.rb"
+load "report/xml_report.rb"
+load "report/xml_report_util.rb"
+load "report/report_persistance.rb"
+load "report/report_factory.rb"
+load "report/report_service.rb"
+load "report/report_format.rb"
+load "report/validation_access.rb"
+load "report/validation_data.rb"
+load "report/predictions.rb"
+load "report/util.rb"
+load "report/external/mimeparse.rb"
+
+load "lib/prediction_util.rb"
+
+LOGGER = Logger.new(STDOUT)
+LOGGER.datetime_format = "%Y-%m-%d %H:%M:%S "
+
+