Discussion:
generate several log files for ant dynamically
arina
2008-08-28 07:15:09 UTC
Permalink
Hi all! I need to logging ant into different log files dynamically. Actually
I can create log file inside ant task (its simple) and then I need to
redirect logging output into this file. How this redirect could be done?
--
View this message in context: http://www.nabble.com/generate-several-log-files-for-ant-dynamically-tp19195365p19195365.html
Sent from the Ant - Users mailing list archive at Nabble.com.
J***@rzf.fin-nrw.de
2008-08-28 07:37:48 UTC
Permalink
Start Ant with "-logger" option.
You could also use then a Log4J Logger ...
See the manual for details.


Jan
-----Ursprüngliche Nachricht-----
Gesendet: Donnerstag, 28. August 2008 09:15
Betreff: generate several log files for ant dynamically
Hi all! I need to logging ant into different log files
dynamically. Actually
I can create log file inside ant task (its simple) and then I need to
redirect logging output into this file. How this redirect
could be done?
--
http://www.nabble.com/generate-several-log-files-for-ant-dynam
ically-tp19195365p19195365.html
Sent from the Ant - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
Loading...