stream system command output to STDOUT (ruby)
IO.popen('ant run') do |io| while (line = io.gets) do puts line end end