On Oct 25, 2006, at 3:05 PM, Stephen A. Cochran wrote: > 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?
As suspected, stupid java error, forgot the .* at the end of the package name. import org.jasig.cas.adaptors.x509.authentication.principal.*; Steve _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
