Tim

Make sure the cas-server-core isn't showing up in the lib directory
(depending on what else you've included it may get imported).  Also, we
always recommend writing plugins if you can instead of modifying the code
directly.  If you find that there's something you can't do via plugin, let
us know so we can attempt to create an extension point.

Thanks
-Scott

On Feb 7, 2008 2:14 PM, Tim Mc Laughlin <[EMAIL PROTECTED]> wrote:

> Hello,
>
> I am attempting to do an implementation of CAS 3.1.1, but I need to
> re-implement a few
> mods we did to CAS 2.1.1.
> I have read the "Maintaining local customizations using Maven2" document
> on the Wiki, and
> that seems to be working for changes to the "cas-server-webapp-wwu"
> portion.
>
> However, I have also made some changes to cas-server-core, in a
> "cas-server-core-wwu"
> directory, which do not seem to end up being used.  For example, I have
> inserted:
>
> log.info( "Hello World" );
>
> right next to the "Granted Service Ticket..." message, which appears in
> the log whenever I
> log in with a service specified.  However, I do not see "Hello World" in
> the cas.log...
>
> I have added this to the module list in the main pom.xml, declared
> cas-server-core-wwu as
> a dependency for my webapp (instead of cas-server-core), and am using the
> war built by
> cas-server-webapp-wwu.  I see cas-server-core-wwu.jar in the webapp's lib
> directory.
>
> Maven is a new build environment for me, so am I missing something?  If
> needed, I will
> follow up with pom files or whatever else is helpful.
>
> Thanks for any assistance!
> Tim
>
> _______________________________________________
> Yale CAS mailing list
> [email protected]
> http://tp.its.yale.edu/mailman/listinfo/cas
>
>


-- 
-Scott Battaglia
PGP Public Key Id: 0x383733AA
LinkedIn: http://www.linkedin.com/in/scottbattaglia
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to