Show More
Commit Description:
fix java compiler and runner...
Commit Description:
fix java compiler and runner box does not stop on time because we let box run the script, not the java itself
References:
File last commit:
Show/Diff file:
Action:
lib/boot.rb | 10 lines | 352 B | text/x-ruby | RubyLexer |
require File.join(File.dirname(__FILE__), 'configuration')
require File.join(File.dirname(__FILE__), 'initializer')
require File.join(File.dirname(__FILE__), 'submission_helper')
require File.join(File.dirname(__FILE__), 'test_request_helper')
require File.join(File.dirname(__FILE__), 'engine')
require File.join(File.dirname(__FILE__), 'runner')