main()
click to toggle source
# File lib/tj3ss_receiver.rb, line 39 39: def main 40: super 41: ts = TaskJuggler::StatusSheetReceiver.new('tj3ss_receiver') 42: @rc.configure(ts, 'global') 43: @rc.configure(ts, 'statussheets') 44: @rc.configure(ts, 'statussheets.receiver') 45: ts.workingDir = @workingDir if @workingDir 46: ts.dryRun = @dryRun 47: 48: ts.processEmail 49: 0 50: end