RE: Logging System

2006-08-12 Thread prashanth . l
sers List" cc Subject RE: Logging System I'm sure it's possible subir, but you'll have to write a custom logger/listener to carry it out. /Dave -Original Message- From: subir bhaumik [mailto:[EMAIL PROTECTED] Sent: 10 August 2006 14:29 To: user@ant.apa

Logging System

2006-08-11 Thread subir bhaumik
Actually I want the log for each task. e.g. for the task Javac the compilation information will be written in the log. It may be in xml format or in text format. and for other task the information for that particular task will be written in log. How it possible? Thanks Subir

RE: Logging System

2006-08-11 Thread David Corley \(AT/LMI\)
System I'm sure it's possible subir, but you'll have to write a custom logger/listener to carry it out. /Dave -Original Message- From: subir bhaumik [mailto:[EMAIL PROTECTED] Sent: 10 August 2006 14:29 To: user@ant.apache.org Subject: Logging System Hi I am using ant p

RE: Logging System

2006-08-11 Thread David Corley \(AT/LMI\)
I'm sure it's possible subir, but you'll have to write a custom logger/listener to carry it out. /Dave -Original Message- From: subir bhaumik [mailto:[EMAIL PROTECTED] Sent: 10 August 2006 14:29 To: user@ant.apache.org Subject: Logging System Hi I am using ant p

Logging System

2006-08-10 Thread subir bhaumik
Hi I am using ant programmitacally for compilation of modules.Its OK. But i want the log for compilation erros in a file.I have tried XmlLogger, DefaultLogger.But these are not showing compilation errors.I want compilation errors to be written in a file not in console. Is it p