I am trying to use Log4J for logging from Ant but it gives these errors.

 

log4j:WARN No appenders could be found for logger
(org.apache.tools.ant).

log4j:WARN Please initialize the log4j system properly.

 

I have created the log4j.properties file. Its contents are

 

log4j.rootCategory=file

log4j.appender.file=org.apache.log4j.RollingFileAppender

log4j.appender.file.layout=org.apache.log4j.TTCCLayout

log4j.appender.file.file=build.log

log4j.appender.file.maxBackupIndex=3

log4j.appender.file.maxFileSize=100KB

 

I have placed this file along with the build file.

 

Also I have tried setting log4j.configuration property directly from
command line and also using ANT_OPTS, but it is not working.

 

Getting log4j logging is crucial for the project I am planning. Please
help and respond ASAP

 

Regards,

Rohit B. Rai,

Cordys R&D (India) Pvt. Ltd.

------------------------------------------------------------------------
------

If you haven't found something you are willing to die for, you are not
fit to live!

 


***************************************************************************************************
The information in this message is confidential and may be legally  privileged. 
It is intended solely for the addressee. Access to this message by anyone else 
is 
unauthorized. If you are not the intended recipient, any disclosure, copying, 
or 
distribution of the message, or any action or omission taken by you in reliance 
on it is prohibited and may be unlawful. Please immediately contact the sender 
if 
you have received this message in error. This email does not constitute any 
commitment  from Cordys Holding BV or any of its subsidiaries except when 
expressly agreed in a written agreement between the intended recipient and 
Cordys Holding BV or its subsidiaries.
 
***************************************************************************************************

Reply via email to