Then checkout the sourcecode from https://github.com/Jasig/cas and perform the maven task for your IDE to generate the IDE project files.
E.g. for Eclipse perform mvn eclipse:eclipse For IntelliJ IDEA perform mvn idea:idea Afterwards, import the project into your IDE. Now, if you need to modify existing classes, copy them over to your project with the same package name (or other package name - then you need to modify your local spring xml config files to use your class). With the overlay, your classes are overlayed into the created war file. Robert Am 20.06.2013 um 10:17 schrieb "Andres" <[email protected]>: > Thank you for your response. > > Yes, I've used that guide already to customize the views and configuration of > my CAS deployment, but I need to modify the source classes. > -- > 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-dev -- 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-dev
