log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter).log4j:WARN Please initialize the log4j system properly.
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-use...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.--
Baptiste <Batmat> MATHUS - http://batmat.net
Sauvez un arbre,
Mangez un castor ! nbsp;!
log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter). log4j:WARN Please initialize the log4j system properly.
Executing Maven: -B -f C:\Users\gaurang_shah\workspace\MavenTest\pom.xml checkstyle:checkstyle test[pool-1-thread-1] INFO hudson.maven.Maven3Builder$MavenExecutionListener - Scanning for projects... [pool-1-thread-1] INFO org.apache.maven.cli.event.ExecutionEventLogger - Scanning for projects...[pool-1-thread-1] INFO hudson.maven.Maven3Builder$MavenExecutionListener........
--
You received this message because you are subscribed to a topic in the Google Groups "Jenkins Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jenkinsci-users/kYcWTysgIok/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jenkinsci-use...@googlegroups.com.
Did you apply what I asked?
" As for your issue, move your log4j.properties file to src/test/resources."
With maven, only source code goes into src/*/java. .properties must be inside src/*/resources.