> it is failed to build with "mvn clean package" successfully.
> I have attached a zip file which includes all the related files.

Since you are compiling code, you need compile-time dependencies
against cas-server-core that contains the interfaces and possibly also
base classes for your authentication handler.  That would look like
the following:

    <dependency>
      <groupId>org.jasig.cas</groupId>
      <artifactId>cas-server-core</artifactId>
      <version>${cas.version}</version>
      <type>jar</type>
      <scope>compile</scope>
    </dependency>

I did not review your source, but you may need other compile-time
dependencies to satisfy the dependencies of your custom authentication
handler.

M

-- 
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

Reply via email to