I'm running into a problem upgrading from 3.0.4 to 3.0.5. Sure this  
is a stupid java compiling thing, but I'm obviously not seeing the  
answer.

I have extended the  
AbstractX509CertificateCredentialsToPrincipalResolver class to fit  
our needs, and always had to include the cas-server-x509-3.0.4.jar  
file in the localPlugins/lib directory and import the  
org.jasig.cas.authentication.principal.* package to get it to compile.

With 3.0.5, updated to the 3.0.5.jar file (actually included in the  
build.xml file by adding the ../target directory as a lib location)  
and changed my source file to include the following package which is  
defined in the  
AbstractX509CertificateCredentialsToPrincipalResolver.java class:

        org.jasig.cas.adaptors.x509.authentication.principal

But the compile fails with the following error:

package org.jasig.cas.adaptors.x509.authentication does not exist

Anyone see what I'm missing?

Steve
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to