i 2007 17:21
>An: Ant Users List
>Betreff: RE: Processing Ant log files
>
>That would not work; the process that causes the error is not
>that granular. Hundreds of basic files are compiled by one
>basic program and that program does not produce a log file for
>each comp
Subject: AW: Processing Ant log files
Just thinking ...
- redirecting output of exec into logfiles
- maybe appending the program name to logfiles
- copying logfiles with error into extra directory
- merging the logfiles
???
Jan
>-Ursprüngliche Nachricht-
>Von: James O
TECTED]
>Gesendet: Mittwoch, 20. Juni 2007 00:14
>An: user@ant.apache.org
>Betreff: Processing Ant log files
>
>Hello all,
>
>
>
>I have a problem that I am not sure if ant has a built in method for
>handling. I would like to process log files for errors, warnings and
>poss
Hello all,
I have a problem that I am not sure if ant has a built in method for
handling. I would like to process log files for errors, warnings and
possible system levels messages. The log is being generated by ant but
the echoed output is produced by a legacy system (hence why I can't just
us