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
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
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
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
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