RE: FIltering task output

2004-04-21 Thread Jan . Materne
Only via a custom listener. Or indirect: use to save that to file then use with a nested filterreader for printing. Jan > -Original Message- > From: Johan Vromans CPWR [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 21, 2004 7:04 PM > To: Ant Users List > Subject:

FIltering task output

2004-04-21 Thread Johan Vromans CPWR
Is there a way to filter the output of a (arbitrary) task? For example, a particular task produces a lot of output lines, and I only want to see (include in the ant output) the lines that contain the word "error". -- Johan - To