John, Unless you're developing for the CAS server, you probably just want to use the WAR overlay method[1]. Basically, you set up a pom.xml file and run the `maven` command, and all the relevant Java libs are pulled from remote repositories and assembled for you.
Thanks, Carl Waldbieser ITS Identity Management Lafayette College [1] https://apereo.github.io/cas/5.2.x/installation/Maven-Overlay-Installation.html ----- Original Message ----- From: "John Coleman" <[email protected]> To: "cas-user" <[email protected]> Sent: Wednesday, March 14, 2018 10:49:47 AM Subject: [cas-user] Initial CAS builds failing at core:cas-server-core-configuration:test I always hate for my first posting to a group to be a plea for help, but I thought I'd ask here first to ensure I'm not doing something stupid. I've checked out the master branch of CAS from GitHub and the initial build is failing at the core:cas-server-core-configuration:test task. Specifically, the org.apereo.cas.configuration.support.CasConfigurationJasyptCipherExecutorTests are failing: verifyDecryptionEncryption and verifyDecryptionEncryptionPairSuccess. I'm using JDK 1.8.0_121 and the gradle wrapper and skipping the findBugs task (as that is also failing but is obviously not essential). Should I, in fact, be checking out a different branch for 5.2? Thanks for any insight you may offer. Best regards, John Coleman -- - 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/53897b6c-7188-48b7-bb0c-22737e547a72%40apereo.org. -- - 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/688211237.356398.1521039321587.JavaMail.zimbra%40lafayette.edu.
