AW: Processing Ant log files

2007-06-25 Thread Jan.Materne
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

RE: Processing Ant log files

2007-06-25 Thread James Oltmans
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

AW: Processing Ant log files

2007-06-19 Thread Jan.Materne
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

Processing Ant log files

2007-06-19 Thread James Oltmans
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