Re: Redirecting output to a file

2007-02-23 Thread Wayne Cannon
I'm new to ant, but can the Log4jListener combined with log4j's HTMLAppender be used for this? --Wayne Scot P. Floess wrote: Try this: If you are interested, I also have some XSLT that will convert the output to HTML in a nice format :) Priest, James (NIH/NIEHS) [C] wrot

RE: Redirecting output to a file

2007-02-23 Thread Priest, James (NIH/NIEHS) [C]
nal 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: > > > -

Re: Redirecting output to a file

2007-02-23 Thread Scot P. Floess
Try this: If you are interested, I also have some XSLT that will convert the output to HTML in a nice format :) Priest, James (NIH/NIEHS) [C] wrote: I'm trying to get Ant to build a SVN log file: svn log -v --xml > logfile.log The ">" seems to be causing problems - so I d

Redirecting output to a file

2007-02-23 Thread Priest, James (NIH/NIEHS) [C]
I'm trying to get Ant to build a SVN log file: svn log -v --xml > logfile.log The ">" seems to be causing problems - so I dug around and found this: http://ant.apache.org/faq.html#shell-redirect-1 But despite various trys using > and various combos of single and double quotes I can't make it wo