Based on the original email I'd also suggest the following:

1. There is no reason to put your custom source code in the CAS directories
if you're using the Maven WAR Overlay
2. I'd recommend putting the source in your own packages since you're not
writing this code to contribute back to Jasig.
3.  If he's attempting to build it separately, he'll probably also need a
dependency on cas-server-support-jdbc

Cheers,
Scott


On Mon, Nov 29, 2010 at 10:14 AM, Marvin Addison
<[email protected]>wrote:

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

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