RE: ANT redirector question

2009-03-16 Thread Eric Wood
ror output to a file or property and then echo it after the fact? -Matt From: Eric Wood Sent: Monday, March 16, 2009 3:10 PM To: Ant Users List Subject: ANT redirector question I'm running a command that I want to suppress standard out, but not standar

Re: ANT redirector question

2009-03-16 Thread Matt Benson
--- On Mon, 3/16/09, Eric Wood wrote: > From: Eric Wood > Subject: ANT redirector question > To: "Ant Users List" > Date: Monday, March 16, 2009, 2:10 PM > I'm running a command that I want to > suppress standard out, but not > standard error.  I use the

ANT redirector question

2009-03-16 Thread Eric Wood
I'm running a command that I want to suppress standard out, but not standard error. I use the following code: But it seems to redirector standard error to standard out. If I add the parameter: What I want is to have standard error be lef