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 ?