RE: [cas-user] How to compile source locally

2014-06-02 Thread Zac Harvey
Thanks everyone - I'll check these out and give it a try. From: Robert Oschwald [mailto:robertoschw...@googlemail.com] Sent: Monday, June 02, 2014 9:33 AM To: cas-user@lists.jasig.org Subject: Re: [cas-user] How to compile source locally Strongly recommending to use a local Maven overlay pr

Re: [cas-user] How to compile source locally

2014-06-02 Thread Robert Oschwald
Strongly recommending to use a local Maven overlay project. You can use https://github.com/forsetti/jasig-cas-quickdemo as a starter. If you need to add logging statements to any cas core classes, simply copy them over from the JASIG CAS sources into your local project (to the same package) and

Re: [cas-user] How to compile source locally

2014-06-02 Thread Jérôme LELEU
Hi, The new guide is definitely here: http://jasig.github.io/cas/4.0.0/index.html. Best regards, 2014-06-02 15:10 GMT+02:00 Zac Harvey : > I need to add some log statements to CAS and build it locally to try and > debug something. I tried looking for a CAS developer guide and only found > thi

[cas-user] How to compile source locally

2014-06-02 Thread Zac Harvey
I need to add some log statements to CAS and build it locally to try and debug something. I tried looking for a CAS developer guide and only found this: https://wiki.jasig.org/display/CASUM/Development I was hoping to get info on how to build the CAS JARs (all of the core ones) via Maven but d