Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm trying to build my project in ant, it works but show a large error trace like this

[junit] log4j:WARN No appenders could be found for logger(org.simple.RoleDaoTest).
[junit] log4j:WARN Please initialize the log4j system properly.
[junit] log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

It behaved the same in project until I created log4j.properties, put it into "conf" folder and added it to project classpath.

How can I add a reference to log4j.properties in ant so it can understand it ?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.