Hi Scott, I was looking for the same thing myself.
I found this link, which gave me the right answers to include additional support modules: https://apereo.github.io/2018/11/20/cas60x-codebase-feature-build/ It applies to version 6.0.x but I hope you can find it useful. Cheers On Monday, March 26, 2018 at 4:21:32 PM UTC+2, Scott Koranda wrote: > > Hi, > > > This is not the information you gave on first place. > > So try not to mislead answers. > > Again, thank you for your time. I appreciate that this is a community > effort. > > I do not believe I have provided misleading information. My first note > explained that I am building CAS from source following the instructions > at > > https://apereo.github.io/cas/developer/Build-Process-5X.html > > The instructions show how to build CAS from source using Gradle. > > > Why you want to use gradle if you where using maven. > > I am using Maven with the overlap approach for production deployments. > > For building from source in order to help debug an issue with pac4j SAML > in version 5.2 so that I may contribute back to the community I need to > build a war file that includes the pac4j and JSON service registry > functionality. > > I would like additional details not provided at the link > > https://apereo.github.io/cas/developer/Build-Process-5X.html > > on how to do that. > > I appreciate any insights that can provided. > > Thank you again, > > Scott K > > > > > > > El domingo, 25 de marzo de 2018, Scott Koranda <[email protected] > <javascript:>> > > escribió: > > > > > Hi, > > > > > > > Copy etc/cas/properties to /etc/cas/properties > > > > Add modules relevant properties to that. > > > > See > > > > https://apereo.github.io/cas/5.2.x/installation/ > > > Configuration-Properties.html > > > > > > Thank you for your prompt reply, but this is not the information I > need. > > > > > > I have a working and configured CAS deployment deployed using a > standard > > > Maven overlay approach. It is already configured to use the JSON > service > > > registry and pac4j modules. I did that by appropriately adding > > > dependencies in my pom.xml file and then adding appropriate > > > configurations to /etc/cas/config/cas.properties. > > > > > > Now I want to build CAS from source using gradle and use the same > > > configuration. > > > > > > I am able to build from source as I detailed in my last note, but the > > > war file I build does not have the JSON service registry or pac4j > > > modules includes. > > > > > > I need a detailed explanation or example of how I modify a gradle > > > build.gradle file to include the JSON service registry or pac4j module > > > in the war file built from source. > > > > > > I would be grateful if someone could provide that information. > > > > > > Thank you for your time. > > > > > > Scott K > > > > > > -- > > > - Website: https://apereo.github.io/cas > > > - Gitter Chatroom: https://gitter.im/apereo/cas > > > - List Guidelines: https://goo.gl/1VRrw7 > > > - Contributions: https://goo.gl/mh7qDG > > > --- > > > You received this message because you are subscribed to the Google > Groups > > > "CAS Community" group. > > > To unsubscribe from this group and stop receiving emails from it, send > an > > > email to [email protected] <javascript:>. > > > To view this discussion on the web visit https://groups.google.com/a/ > > > apereo.org/d/msgid/cas-user/20180325135942.t7n63gsdppotycnd%40paprika. > > > > local. > > > > > > > -- > > - Website: https://apereo.github.io/cas > > - Gitter Chatroom: https://gitter.im/apereo/cas > > - List Guidelines: https://goo.gl/1VRrw7 > > - Contributions: https://goo.gl/mh7qDG > > --- > > You received this message because you are subscribed to the Google > Groups "CAS Community" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] <javascript:>. > > To view this discussion on the web visit > https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAMY5midiAa0_rXt1AefQ9M%2B4YmbfGNBtYyet8BnTPwuShXYuDw%40mail.gmail.com. > > > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/b15a8b5e-bfc9-4f4c-93fa-e03bb2cb1063%40apereo.org.
