Sorry, spoke too soon :-( Haven't had my coffee yet, and just realized that yesterday right before end of day, I had commented out the ldap requirements in my overlay pom.xml When I add that back in, it still fails, with not being able to find the ldap module
[INFO] Failed to resolve artifact. Missing: ---------- 1) org.jasig.cas:cas-server-support-ldap:jar:3.3.2-SNAPSHOT Building ldap directly, fails in the test section: ------------------------------------------------------- T E S T S ------------------------------------------------------- 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. Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.743 sec <<< FAILURE! Results : Failed tests: testRuIdFound(org.jasig.cas.authentication.principal.CredentialsToLDAPAttributePrincipalResolverTests) Johan ----- Original Message ----- From: Johan Reinalda To: [email protected] Sent: Tuesday, March 10, 2009 8:15 AM Subject: Re: [cas-user] Credentials from LDAP To Principal & Scott, just updated from svn, and my overlay now builds (ldap tests fail, but I can get the package.) WIll deploy lateron, and check out the MS-AD LDAP referral problem, and report back with results. Thanks for fixing that, Johan ----- Original Message ----- From: Scott Battaglia To: [email protected] Sent: Tuesday, March 10, 2009 6:02 AM Subject: Re: [cas-user] Credentials from LDAP To Principal & You should be able to check it out of trunk and compile. I did find one error with the pom.xml where the Spring LDAP requirement was changed from compile to test and it caused it not to compile. I fixed that. There is a test that fails, but I'll have to let Marvin check that out. On Tue, Mar 10, 2009 at 8:25 AM, Michael Ströder <[email protected]> wrote: Johan Reinalda wrote: > > Looks like the ticket is still waiting final resolution & testing. I feel guilty for not testing in the mean time... > I can help here, if I can get some pointers on how to get the 3.3.2 code > downloaded ? Is it possible to just build 3.2.2-SNAPSHOT with maven by changing the version number in the pom.xml file? Ciao, Michael. -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
