You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by marc Luce <ma...@blackbird.net> on 2000/10/18 13:44:07 UTC

Redirecting stdout & stderr

I am trying to use the <java> with Fork on and I would like to redirect
stdout and stderr to a file.  I want the corresponding command for
  java com.Bletch > bletch.out 2>&1

Any help would be appreciated.