> Running
> org.jasig.cas.authentication.principal.CredentialsToLDAPAttributePrincipalResolverTests
> log4j:WARN No appenders could be found for logger
> (org.jasig.cas.authentication.principal.CredentialsToLDAPAttributePrincipalResolverTests).
> log4j:WARN Please initialize the log4j system properly.

Those are innocuous errors that will go away if you initialize your
logging engine, which by default is log4j.  You can use the Apache
commons simple logger instead, if you'd like, which requires no
configuration:

mvn
-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog 
package

M

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to