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
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
