Sweet that worked!!! In hindsight I should have looked up the exec task on the Ant site :\
---- output Name of a file to which to write the output. If the error stream is not also redirected to a file or property, it will appear in this output. ---- Thanks much!! Jim > -----Original Message----- > From: Scot P. Floess [mailto:[EMAIL PROTECTED] > Sent: Friday, February 23, 2007 3:45 PM > To: Ant Users List > Subject: Re: Redirecting output to a file > > Try this: > > <exec executable = "svn" output = "d:\temp\svn.log"> > <arg line = "log D:\CFProjects\mrc\priv > --xml -v"/> </exec> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
